Skip to content

Commit

Permalink
Fix #351 Use 'furo' as Sphinx theme (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloxnet committed Feb 14, 2023
1 parent 6f47271 commit a1f072e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}

# -- Options for HTML output -------------------------------------------------
html_theme = 'sphinx_rtd_theme'
html_theme = 'furo'

# -- Options for Epub output ---------------------------------------------------
epub_title = project
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Sphinx>4
sphinx-rtd-theme
docutils<0.18 # https://github.com/readthedocs/readthedocs.org/issues/8616
furo
docutils

0 comments on commit a1f072e

Please sign in to comment.