* page sizing changes

* docs
This commit is contained in:
Michael H
2020-01-10 06:43:35 -05:00
committed by GitHub
parent 2bb9b87db9
commit deab24e916
5 changed files with 25 additions and 12 deletions

View File

@@ -52,7 +52,6 @@ basepython = python3.8
extras = docs
commands =
sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out/html" -W -bhtml
sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out/linkcheck" -W -blinkcheck
sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out/doctest" -W -bdoctest
[testenv:style]