mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Pin Sphinx to avoid aggressive extlinks warning
See: https://github.com/sphinx-doc/sphinx/issues/10112
This commit is contained in:
parent
2f5fc10614
commit
fe19f1abb6
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ jinja2 = "~2.11"
|
|||
lxml = "^4.3"
|
||||
markdown = "~3.3.4"
|
||||
typogrify = "^2.0"
|
||||
sphinx = "^3.0"
|
||||
sphinx = "<4.4.0"
|
||||
sphinx_rtd_theme = "^0.5"
|
||||
livereload = "^2.6"
|
||||
psutil = {version = "^5.7", optional = true}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
sphinx
|
||||
sphinx<4.4.0
|
||||
sphinx_rtd_theme
|
||||
livereload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue