Fix #351 Use 'furo' as Sphinx theme

This commit is contained in:
Paolo Melchiorre 2023-02-13 12:19:11 +01:00
parent 6f47271526
commit 3f2f608fb4
No known key found for this signature in database
GPG key ID: 5F8222398E1ED035
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