RTD settings

This commit is contained in:
Marco Bonetti 2023-12-04 20:52:53 +01:00
parent 14e9f44901
commit aba26fe7fa

View file

@ -64,9 +64,12 @@ commands =
[testenv:docs]
deps = sphinx
changedir = docs
commands=
deps =
sphinx
sphinx-book-theme
commands =
sphinx-build -W -b html . _build/html