Skip to content

Commit a0813a1

Browse files
committed
Add upper pin that is not declared in nbsphinx feedstock
1 parent 8f71ace commit a0813a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies:
8080
# Python packages needed for building docs
8181
- autodocsumm >=0.2.2
8282
- nbsphinx
83-
- sphinx >=6.1.3
83+
- sphinx >=6.1.3,<8.2 # Upper pin is a requirement of nbsphinx 0.9.7
8484
- pydata-sphinx-theme
8585
# Python packages needed for development
8686
- codespell ==2.3.0

environment_osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies:
8080
# Python packages needed for building docs
8181
- autodocsumm >=0.2.2
8282
- nbsphinx
83-
- sphinx >=6.1.3
83+
- sphinx >=6.1.3,<8.2 # Upper pin is a requirement of nbsphinx 0.9.7
8484
- pydata-sphinx-theme
8585
# Python packages needed for development
8686
- codespell ==2.3.0

0 commit comments

Comments
 (0)