Skip to content

Commit

Permalink
Re-pin sphinx and sphinx-gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
catanzaromj committed Mar 20, 2024
1 parent 107865b commit ec4aaaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
],
"docs": [ # `pip install -e ".[docs]"``
"sktda_docs_config", # latest
"sphinx", # ~=4.2.0",
"sphinx~=4.2.0", # ~=4.2.0",
"pandas", # ~=1.1.5",
"sphinx-gallery", # ~=0.10.0",
"sphinx-gallery~=0.10.0", # ~=0.10.0",
# for building docs for plotlyviz stuff
"networkx", # ~=2.5.1",
"matplotlib", # ~=3.3.4",
Expand Down

0 comments on commit ec4aaaa

Please sign in to comment.