kopia lustrzana https://github.com/wagtail/wagtail
Pin sphinx-wagtail-theme==5.1.0
rodzic
de005bc36a
commit
7edb577d94
|
@ -32,6 +32,7 @@ li > p {
|
|||
text-align: left;
|
||||
flex-grow: 2;
|
||||
border: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.wagtailspace strong {
|
||||
|
|
|
@ -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 = []
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
myst_parser==0.17.0
|
||||
sphinx-wagtail-theme==5.0.4
|
||||
sphinx-wagtail-theme==5.1.0
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue