3
0
Fork 0

docs: use furo docs theme instead of alabaster

This commit is contained in:
Lance Edgar 2024-06-30 20:22:42 -05:00
parent 0b3db3cac0
commit 746bcf18de
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ dependencies = [
[project.optional-dependencies]
db = ["SQLAlchemy<2"]
docs = ["Sphinx", "sphinxcontrib-programoutput"]
docs = ["Sphinx", "sphinxcontrib-programoutput", "furo"]
tests = ["pytest-cov", "tox"]