diff --git a/docs/changes.rst b/docs/changes.rst index 562ff2d..0ff4b6e 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -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 diff --git a/docs/conf.py b/docs/conf.py index 9d8d54f..3dbec31 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/docs/requirements.txt b/docs/requirements.txt index 282050e..788e31a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ Sphinx>4 -sphinx-rtd-theme -docutils<0.18 # https://github.com/readthedocs/readthedocs.org/issues/8616 +furo +docutils