mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
parent
6f47271526
commit
a1f072ebf3
3 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
Sphinx>4
|
||||
sphinx-rtd-theme
|
||||
docutils<0.18 # https://github.com/readthedocs/readthedocs.org/issues/8616
|
||||
furo
|
||||
docutils
|
||||
|
|
|
|||
Loading…
Reference in a new issue