From bd6a8c64046a3ead45f00e9f7b242684f1472081 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 29 Oct 2018 11:57:15 -0500 Subject: Docs are built in .tox/docs/, not docs/_build/ --- HACKING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HACKING.txt') 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. -- cgit v1.2.3