Skip to content

Commit

Permalink
[setup] update dependencies for doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygego committed Dec 6, 2023
1 parent 1ccff90 commit f5fcafa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

install_requires = [
"docker==6.1.3",
"docutils==0.20.1",
"docutils==0.18.1",
"Flask==3.0.0",
"Flask-Mail==0.9.1",
"itsdangerous==2.1.2",
Expand All @@ -37,11 +37,11 @@
]

doc_requires = [
"sphinx==4.5.0",
"ipython==8.12.3",
"sphinx==7.2.1",
"sphinx-autodoc-typehints==1.25.2",
"sphinx-rtd-theme==1.0.0",
"sphinx-tabs==3.3.1",
"ipython==8.2.0"
"sphinx-rtd-theme==2.0.0",
"sphinx-tabs==3.4.4"
]

scripts = [] if os.environ.get("INGINIOUS_COMPOSE") else [
Expand Down

0 comments on commit f5fcafa

Please sign in to comment.