Fix #351 Use 'furo' as Sphinx theme (#352)

This commit is contained in:
Paolo Melchiorre 2023-02-14 16:01:22 +01:00 committed by GitHub
parent 6f47271526
commit a1f072ebf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View file

@ -3,9 +3,10 @@
Changelog
---------
unreleased
^^^^^^^^^^
v2.4.1 (unreleased)
^^^^^^^^^^^^^^^^^^^
- Use furo as documentation theme
- Add compatibility with Django 4.2 - fix "STATICFILES_STORAGE/STORAGES are mutually exclusive" error.
- Test Django 4.1.3+ on Python 3.11

View file

@ -28,7 +28,7 @@ intersphinx_mapping = {
}
# -- Options for HTML output -------------------------------------------------
html_theme = 'sphinx_rtd_theme'
html_theme = 'furo'
# -- Options for Epub output ---------------------------------------------------
epub_title = project

View file

@ -1,3 +1,3 @@
Sphinx>4
sphinx-rtd-theme
docutils<0.18 # https://github.com/readthedocs/readthedocs.org/issues/8616
furo
docutils