Skip to content

Commit

Permalink
Adjusted docs dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Jan 21, 2024
1 parent 9badb99 commit 632c468
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@
# "sphinxcontrib_qthelp==1.0.6",
# "docutils==0.20.1",
# # "sphinxcontrib-serializinghtml==1.1.4",

"Sphinx==4.2.0",
"docutils==0.17.1",
"sphinx_rtd_theme==1.3.0",
"sphinxcontrib-applehelp==1.0.4",
"sphinxcontrib-applehelp==1.0.2",
"sphinxcontrib-devhelp==1.0.2",
"sphinxcontrib-htmlhelp==2.0.1",
"sphinxcontrib-jquery==4.1",
Expand All @@ -43,15 +42,12 @@
"idna==3.4",
"urllib3==2.0.7",
"certifi==2023.7.22",

"pydantic==2.4.2",
"pydantic-core==2.10.1",
"annotated-types==0.6.0",
"typing-extensions==4.8.0",

"orjson==3.9.9",
]

)

dev_requires = docs_requires + [
Expand Down

0 comments on commit 632c468

Please sign in to comment.