Skip to content

Commit

Permalink
[docs] update setup.py doc requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygego committed Mar 30, 2022
1 parent fd9e5b0 commit 15a948f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
]

doc_requires = [
"sphinx==3.5.4",
"sphinx_rtd_theme==0.5.2",
"sphinx-tabs==2.1.0",
"ipython==7.6.1"
"sphinx==4.5.0",
"sphinx_rtd_theme==1.0.0",
"sphinx-tabs==3.3.1",
"ipython==8.2.0"
]

if sys.platform == 'win32':
Expand Down

0 comments on commit 15a948f

Please sign in to comment.