Skip to content

Commit 621a479

Browse files
committed
enforcing sphinx lower than the problematic 8.2.0
1 parent ae957e1 commit 621a479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/doc-conda-requirements.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- python>=3.10
6-
- sphinx
6+
- sphinx>=8.0,<8.2.0
77
- sphinx-book-theme
88
- nbsphinx
99
- pandoc
@@ -13,4 +13,4 @@ dependencies:
1313
- sphinxcontrib-bibtex
1414
- pyyaml
1515
- ipython
16-
- ghp-import
16+
- ghp-import

0 commit comments

Comments
 (0)