mirror of
https://github.com/naruxde/revpimodio2.git
synced 2026-03-31 23:18:04 +02:00
fix(deb): Use default sphinx theme
The `sphinx_rtd_theme` ist not available in debian packages.
This commit is contained in:
2
debian/rules
vendored
2
debian/rules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user