summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-08-24 19:30:21 -0400
committerMicah Lee <micah@micahflee.com>2020-08-24 19:30:21 -0400
commitb3b09a6f2caa5c940184f6f127cfc19513ff09f0 (patch)
treead05b16446e5105ee05954cfa9536d7768e09eea /BUILD.md
parent50dbe20270841ca24ffad4d8e033f1dc58cfd308 (diff)
downloadonionshare-b3b09a6f2caa5c940184f6f127cfc19513ff09f0.tar.gz
onionshare-b3b09a6f2caa5c940184f6f127cfc19513ff09f0.zip
Switch to sphinx-rtd-theme and use sphinx-intl
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md15
1 files changed, 1 insertions, 14 deletions
diff --git a/BUILD.md b/BUILD.md
index 92449a02..efc8cd27 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -293,20 +293,7 @@ xvfb-run poetry run ./tests/run.sh --rungui
# Documentation
-To edit and build the documentation, you'll need these:
-
-```sh
-pip3 install --user sphinx
-```
-
-To test te documentation:
-
-```sh
-cd docs
-make html
-```
-
-Then open `docs/build/html/index.html` in a browser to see it.
+To edit and build the documentation, see the [docs readme](/docs/README.md).
# Making releases