aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 00c5e8b8..44e4f96d 100644
--- a/README.txt
+++ b/README.txt
@@ -11,3 +11,7 @@ source ./env/bin/activate
pip install -r ./requirements.txt
python ./src/manage.py test
+# To build the documentation...
+
+sphinx-build -c docs -b html -d cache docs html
+