Commit 8b693597 authored by Jason R. Coombs's avatar Jason R. Coombs

Add docs on building docs

parent 9fff1f8c
......@@ -113,3 +113,8 @@ Building Documentation
Setuptools relies on the Sphinx system for building documentation.
To accommodate RTD, docs must be built from the docs/ directory.
To build them, you need to have installed the requirements specified
in docs/requirements.txt. One way to do this is to use rwt:
setuptools/docs$ python -m rwt -r requirements.txt -- -m sphinx . html
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment