Use more standard docs folder
This commit is contained in:
parent
3d9cc598e4
commit
afa26f35cf
@ -54,8 +54,8 @@ where = .
|
||||
|
||||
[build_sphinx]
|
||||
all_files = 1
|
||||
build-dir = documentation/build
|
||||
source-dir = documentation/source
|
||||
build-dir = docs/build
|
||||
source-dir = docs/source
|
||||
warning-is-error = True
|
||||
|
||||
[options.extras_require]
|
||||
|
6
tox.ini
6
tox.ini
@ -49,6 +49,12 @@ skipdist = True
|
||||
extras = docs
|
||||
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]
|
||||
description = draw up the new changelog
|
||||
skipdist = True
|
||||
|
Loading…
Reference in New Issue
Block a user