aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 70db0b63..00ed176f 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ pip install -r requirements.txt
and run
```
-python3 setup.py build_sphinx -a
+sphinx-build -b html docs <destination dir>
```