Update documentation structure and theming (#10677)

Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
This commit is contained in:
Chris Holdgraf
2022-07-18 23:48:28 +02:00
committed by GitHub
parent a504ac6100
commit eb0a6c574f
11 changed files with 191 additions and 94 deletions

11
tox.ini
View File

@@ -86,6 +86,17 @@ extras =
commands =
sphinx-lint --enable line-too-long --max-line-length 85 CHANGES CONTRIBUTING.rst README.rst doc/
[testenv:docs-live]
basepython = python3
description =
Build documentation.
extras =
docs
deps =
sphinx-autobuild
commands =
sphinx-autobuild ./doc ./build/sphinx/
[testenv:twine]
basepython = python3
description =