summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorKarl O. Pinc <kop@meme.com>2018-10-29 11:57:15 -0500
committerKarl O. Pinc <kop@meme.com>2018-10-29 11:57:15 -0500
commitbd6a8c64046a3ead45f00e9f7b242684f1472081 (patch)
tree1a91115794e26053c515ec8bddda53370924c4c9 /HACKING.txt
parentd0e9c1e8da865c46c6d3c4841e27a163629b8f96 (diff)
downloadpyramid-bd6a8c64046a3ead45f00e9f7b242684f1472081.tar.gz
pyramid-bd6a8c64046a3ead45f00e9f7b242684f1472081.tar.bz2
pyramid-bd6a8c64046a3ead45f00e9f7b242684f1472081.zip
Docs are built in .tox/docs/, not docs/_build/
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 8129e9c16..db40c99a2 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -132,7 +132,7 @@ or adds the feature. To build and review docs, use the following steps.
$ tox -e docs
-2. Open the `docs/_build/html/index.html` file to see the resulting HTML
+2. Open the `.tox/docs/html/index.html` file to see the resulting HTML
rendering.