forked from github/pelican
Pin Furo doc theme version
We override its page.html template with our own, so it is better to manually and explicity upgrade rather than have a future version of the Furo theme potentially break the documentation build.
This commit is contained in:
parent
39ff56a082
commit
903ce3ce33
2 changed files with 3 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ dev = [
|
|||
"typogrify>=2.0.7",
|
||||
"sphinx>=7.1.2",
|
||||
"sphinxext-opengraph>=0.9.0",
|
||||
"furo>=2023.9.10",
|
||||
"furo==2023.9.10",
|
||||
"livereload>=2.6.3",
|
||||
"psutil>=5.9.6",
|
||||
"pygments>=2.16.1",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
sphinx<6.0
|
||||
sphinx
|
||||
sphinxext-opengraph
|
||||
furo
|
||||
furo==2023.9.10
|
||||
livereload
|
||||
tomli;python_version<"3.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue