We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81964d commit 9482581Copy full SHA for 9482581
1 file changed
README.rst
@@ -41,9 +41,11 @@ documentation sites:
41
- The `latest docs`_ are always generated for the latest release, kept in the 'master' branch
42
- The `development docs`_ are generated from the latest code in the 'develop' branch
43
44
-You can also create the documentation from the source files, kept in the 'docs'
45
-folder, with the help of `Sphinx`_. For this use the makefile, or the make.bat
46
-file, contained on that folder.
+The source files for the docs, a small `Sphinx`_ project, are kept in the 'docs folder.
+
+These can be built if needed:
47
48
+``$ python setup.py build_docs``
49
50
Prerequisites
51
~~~~~~~~~~~~~
0 commit comments