From a1f072ebf3e0a9d010e0d191fa4b1315e63e2e70 Mon Sep 17 00:00:00 2001 From: Paolo Melchiorre Date: Tue, 14 Feb 2023 16:01:22 +0100 Subject: [PATCH] Fix #351 Use 'furo' as Sphinx theme (#352) --- docs/changes.rst | 5 +++-- docs/conf.py | 2 +- docs/requirements.txt | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) 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