diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-22 15:06:50 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-22 15:06:50 -0400 |
commit | 2dff41bc302204b1a30af94f40650da4aa23e063 (patch) | |
tree | 73f25ab92b619e8b13ae43e028262b5ac89f3067 | |
parent | 0f6fa71ca87f0a849455fbffd18ec30081317a98 (diff) | |
download | external_python_setuptools-2dff41bc302204b1a30af94f40650da4aa23e063.tar.gz external_python_setuptools-2dff41bc302204b1a30af94f40650da4aa23e063.tar.bz2 external_python_setuptools-2dff41bc302204b1a30af94f40650da4aa23e063.zip |
Docs must be built from docs directory and not from root now.
-rw-r--r-- | docs/developer-guide.txt | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt index 7cd3c6d2..ad47cafd 100644 --- a/docs/developer-guide.txt +++ b/docs/developer-guide.txt @@ -111,15 +111,5 @@ Setuptools follows ``semver``. Building Documentation ---------------------- -Setuptools relies on the Sphinx system for building documentation and in -particular the ``build_sphinx`` distutils command. To build the -documentation, invoke:: - - python setup.py build_sphinx - -from the root of the repository. Setuptools will download a compatible -build of Sphinx and any requisite plugins and then build the -documentation in the build/sphinx directory. - -Setuptools does not support invoking the doc builder from the docs/ -directory as some tools expect. +Setuptools relies on the Sphinx system for building documentation. +To accommodate RTD, docs must be built from the docs/ directory. |