Skip to content

Commit 4999099

Browse files
committed
change sphinx book version
1 parent 93469dc commit 4999099

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
python -m pip install -e .[dev]
24-
python -m pip install --upgrade pydata-sphinx-theme
2524
- name: build docs
2625
run: |
2726
make docs

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dev =
4343
pytest-snapshot
4444
sphinx
4545
sphinx-autodoc-typehints
46-
sphinx-book-theme
46+
sphinx-book-theme==0.3.3
4747
myst-parser
4848

4949
torch =

0 commit comments

Comments
 (0)