We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3e3da7 + 26a7812 commit 5521f24Copy full SHA for 5521f24
1 file changed
docs/source/publishing-docs.rst
@@ -15,6 +15,12 @@ We recommend `doctr <https://drdoctr.github.io/doctr/>`_ a tool that configures
15
Travis-CI to automatically publish your documentation every time the master
16
branch is updated.
17
18
+.. warning::
19
+ The repo you want to build the docs for has to be a root repo.
20
+ You cannot build docs for a forked repo by doctr yet.
21
+ The doctr team is working on enabling a forked repo build under
22
+ `PR #343 <https://github.com/drdoctr/doctr/pull/343>`_.
23
+
24
Install doctr.
25
26
.. code-block:: bash
0 commit comments