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.
This commit is contained in:
Daniel Hahler
2020-02-29 00:47:30 +01:00
committed by GitHub
parent 769ffc32bf
commit 4b53bbc0a9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.