diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/developer-guide.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt index 3ff77c25..70e7f1cd 100644 --- a/docs/developer-guide.txt +++ b/docs/developer-guide.txt @@ -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 |
