Skip to content

Commit

Permalink
Sphinx update headache fix 🥳
Browse files Browse the repository at this point in the history
Signed-off-by: eyMarv <[email protected]>
  • Loading branch information
eyMarv committed Nov 7, 2024
1 parent 0330d6a commit ee32dca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ dev = [
]

docs = [
"sphinx",
"sphinx==8.0.2",
"sphinx-immaterial==0.11.11",
"sphinx_copybutton",
"sphinx-autobuild",
"tornado>=6.3.3"
"sphinx_copybutton==0.5.2",
"sphinx-autobuild==2024.9.19",
"tornado==6.4.1"
]

speedup = [
Expand Down

0 comments on commit ee32dca

Please sign in to comment.