diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-10-29 11:07:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-29 11:07:56 -0700 |
| commit | 4e3b445742f5132d27aebbbae5ff048f2115d831 (patch) | |
| tree | 1a91115794e26053c515ec8bddda53370924c4c9 | |
| parent | d0e9c1e8da865c46c6d3c4841e27a163629b8f96 (diff) | |
| parent | bd6a8c64046a3ead45f00e9f7b242684f1472081 (diff) | |
| download | pyramid-4e3b445742f5132d27aebbbae5ff048f2115d831.tar.gz pyramid-4e3b445742f5132d27aebbbae5ff048f2115d831.tar.bz2 pyramid-4e3b445742f5132d27aebbbae5ff048f2115d831.zip | |
Merge pull request #3404 from kpinc/hacking
Docs are built in .tox/docs/, not docs/_build/
| -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. |
