Skip to content

Commit

Permalink
Relax doc optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ots22 authored Sep 20, 2023
1 parent fbdc6c4 commit 9b8fc39
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 @@ -34,10 +34,10 @@ test = [
"pytest"
]
doc = [
"sphinx~=4.2",
"pydata-sphinx-theme~=0.11",
"readthedocs-sphinx-search~=0.1",
"m2r2~=0.3"
"sphinx",
"pydata-sphinx-theme",
"readthedocs-sphinx-search",
"m2r2"
]
gcs = [
"gcsfs>=2022.02"
Expand Down

0 comments on commit 9b8fc39

Please sign in to comment.