Skip to content

Commit

Permalink
Force fixed Sphinx/furo versions
Browse files Browse the repository at this point in the history
RTD is using old ones for some reason.
  • Loading branch information
hynek committed Aug 18, 2023
1 parent 7133392 commit ba3d0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ typing = [
"pyramid; python_version<'3.12'",
]
docs = [
"sphinx",
"sphinx>=7.2.2",
"sphinx-copybutton",
"sphinx-inline-tabs",
# "sphinx-notfound-page",
"sphinxext-opengraph",
"myst-parser",
"furo",
"furo>=2023.8.17",
"sybil",
"pytest",
"httpx",
Expand Down

0 comments on commit ba3d0b3

Please sign in to comment.