1
0
Fork 0
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:
Justin Mayer 2023-11-12 13:41:38 +01:00
commit 903ce3ce33
2 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -1,5 +1,5 @@
sphinx<6.0
sphinx
sphinxext-opengraph
furo
furo==2023.9.10
livereload
tomli;python_version<"3.11"