Skip to content

Commit

Permalink
Upgrade Sphinx to 4.4.0
Browse files Browse the repository at this point in the history
An update of Jinja2 caused Sphinx 3.5.4 to break. Our docs seem to build
fine (i.e. with the same warnings/errors as before) with Sphinx 4.4.0,
so it's time to upgrade.

The issue itself is described in sphinx-doc/sphinx#10291
  • Loading branch information
lunkwill42 committed Mar 29, 2022
1 parent 96baa4f commit 3ecaf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ twisted>=20.0.0,<21
networkx==2.6.3
Pillow>3.3.2,<8.1
pyrad==2.1
sphinx==3.5.4
sphinx==4.4.0
sphinxcontrib-django
# Needed for autogenerated docs
Markdown==3.3.6
Expand Down

0 comments on commit 3ecaf25

Please sign in to comment.