fix(deb): Use default sphinx theme

The `sphinx_rtd_theme` ist not available in debian packages.
This commit is contained in:
2026-02-18 15:55:28 +01:00
parent 1a17ce0605
commit 609ecfb715

2
debian/rules vendored
View File

@@ -7,7 +7,7 @@ export PYBUILD_NAME=revpimodio2
override_dh_auto_build:
dh_auto_build
PYTHONPATH=. python3 -m sphinx -b html -d docs/_build/.doctrees -N docs docs/_build/html
PYTHONPATH=. python3 -m sphinx -b html -d docs/_build/.doctrees -N docs docs/_build/html -D html_theme=alabaster
override_dh_clean:
rm -rf docs/_build