diff options
| author | Karl O. Pinc <kop@meme.com> | 2018-10-29 11:57:15 -0500 |
|---|---|---|
| committer | Karl O. Pinc <kop@meme.com> | 2018-10-29 11:57:15 -0500 |
| commit | bd6a8c64046a3ead45f00e9f7b242684f1472081 (patch) | |
| tree | 1a91115794e26053c515ec8bddda53370924c4c9 /HACKING.txt | |
| parent | d0e9c1e8da865c46c6d3c4841e27a163629b8f96 (diff) | |
| download | pyramid-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.txt | 2 |
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. |
