docs: use furo docs theme instead of alabaster
This commit is contained in:
parent
0b3db3cac0
commit
746bcf18de
|
@ -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']
|
||||
|
|
|
@ -35,7 +35,7 @@ dependencies = [
|
|||
|
||||
[project.optional-dependencies]
|
||||
db = ["SQLAlchemy<2"]
|
||||
docs = ["Sphinx", "sphinxcontrib-programoutput"]
|
||||
docs = ["Sphinx", "sphinxcontrib-programoutput", "furo"]
|
||||
tests = ["pytest-cov", "tox"]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue