Use more standard docs folder
This commit is contained in:
parent
3d9cc598e4
commit
afa26f35cf
@ -54,8 +54,8 @@ where = .
|
|||||||
|
|
||||||
[build_sphinx]
|
[build_sphinx]
|
||||||
all_files = 1
|
all_files = 1
|
||||||
build-dir = documentation/build
|
build-dir = docs/build
|
||||||
source-dir = documentation/source
|
source-dir = docs/source
|
||||||
warning-is-error = True
|
warning-is-error = True
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
|
6
tox.ini
6
tox.ini
@ -49,6 +49,12 @@ skipdist = True
|
|||||||
extras = docs
|
extras = docs
|
||||||
commands = python -m setup build_sphinx
|
commands = python -m setup build_sphinx
|
||||||
|
|
||||||
|
[testenv:docs-livereload]
|
||||||
|
description = invoke sphinx-autobuild to build and reload the documentation
|
||||||
|
commands = python -m sphinx_autobuild docs/source docs/build
|
||||||
|
deps = sphinx-autobuild>=0.7.1,<1.0
|
||||||
|
extras = docs
|
||||||
|
|
||||||
[testenv:changelog]
|
[testenv:changelog]
|
||||||
description = draw up the new changelog
|
description = draw up the new changelog
|
||||||
skipdist = True
|
skipdist = True
|
||||||
|
Loading…
Reference in New Issue
Block a user