Pin sphinx-wagtail-theme==5.1.0

pull/8308/head
Coen van der Kamp 2022-04-07 17:19:43 +02:00 zatwierdzone przez Matt Westcott
rodzic de005bc36a
commit 7edb577d94
4 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -32,6 +32,7 @@ li > p {
text-align: left;
flex-grow: 2;
border: 0;
text-decoration: none;
}
.wagtailspace strong {

Wyświetl plik

@ -118,7 +118,7 @@ exclude_patterns = ["_build", "README.md"]
# show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = "default"
pygments_style = None
# A list of ignored prefixes for module index sorting.
# modindex_common_prefix = []

Wyświetl plik

@ -1,2 +1,2 @@
myst_parser==0.17.0
sphinx-wagtail-theme==5.0.4
sphinx-wagtail-theme==5.1.0

Wyświetl plik

@ -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.4",
"sphinx-wagtail-theme==5.1.0",
"myst_parser==0.17.0",
]