1
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

@ -38,5 +38,5 @@ intersphinx_mapping = {
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = 'alabaster'
html_theme = 'furo'
html_static_path = ['_static']

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"]