Skip to content

Commit 9cb5732

Browse files
authored
Pin sphinx until nbsphinx is updated (DigitalSlideArchive#1155)
1 parent f2a129e commit 9cb5732

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
command: pip install -U pip
281281
- run:
282282
name: Install python packages
283-
command: pip install setuptools_scm twine
283+
command: pip install setuptools_scm
284284
- run:
285285
name: Build wheels
286286
command: ./build_wheels.sh

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ deps =
5151
jupyter
5252
nbsphinx
5353
pypandoc
54-
sphinx
54+
sphinx<8.2
5555
sphinx-rtd-theme
5656
changedir = {toxinidir}/docs
5757
allowlist_externals =

0 commit comments

Comments
 (0)