mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update Sphinx and Furo theme dependency versions
This commit is contained in:
parent
ac416d7df2
commit
961909a149
2 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ classifiers = [
|
|||
"Tracker" = "https://github.com/getpelican/pelican/issues"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6"
|
||||
python = ">=3.7,<4.0"
|
||||
blinker = ">=1.4"
|
||||
docutils = ">=0.16"
|
||||
feedgenerator = ">=1.9"
|
||||
|
|
@ -48,8 +48,8 @@ jinja2 = "~2.11"
|
|||
lxml = "^4.3"
|
||||
markdown = "~3.3.4"
|
||||
typogrify = "^2.0"
|
||||
sphinx = "<4.4.0"
|
||||
furo = "^2022.1.2"
|
||||
sphinx = "^5.1"
|
||||
furo = "2022.06.21"
|
||||
livereload = "^2.6"
|
||||
psutil = {version = "^5.7", optional = true}
|
||||
pygments = "~2.8"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
sphinx<4.4.0
|
||||
sphinx<6.0
|
||||
furo
|
||||
livereload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue