summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2020-02-29 00:47:30 +0100
committerGitHub <noreply@github.com>2020-02-29 00:47:30 +0100
commit4b53bbc0a969ff79c89ff588eede8321b82e123b (patch)
treeac486826f949c1f92aa0580ab34dc95e6ddf49f0 /CONTRIBUTING.rst
parent769ffc32bf32aab1800d9c58458285db11696527 (diff)
downloadpytest-4b53bbc0a969ff79c89ff588eede8321b82e123b.tar.gz
docs: use doc/en/_build/html for html output (#6842)
This will use the same directory as `make -C doc/en` then, and reflects the default location that Sphinx uses.
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 57921de2f..050c7082c 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -86,7 +86,7 @@ without using a local copy. This can be convenient for small fixes.
$ tox -e docs
- The built documentation should be available in the ``doc/en/_build/``.
+ The built documentation should be available in ``doc/en/_build/html``.
Where 'en' refers to the documentation language.