0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

Docs: Update sphinx-wagtail-theme to 5.0.4 (#7296)

This commit is contained in:
Scott Cranfill 2021-06-30 02:18:07 -07:00 committed by GitHub
parent 990e91a85a
commit 9f3e6585af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
docutils==0.16 # Pinned to work around https://github.com/sphinx-doc/sphinx/issues/9049
sphinx-wagtail-theme==5.0.3
sphinx-wagtail-theme==5.0.4

View File

@ -76,7 +76,7 @@ documentation_extras = [
'sphinxcontrib-spelling>=5.4.0,<6',
'Sphinx>=1.5.2',
'sphinx-autobuild>=0.6.0',
'sphinx-wagtail-theme==5.0.3',
'sphinx-wagtail-theme==5.0.4',
'recommonmark>=0.7.1',
]