Skip to content

Commit

Permalink
deps: drop support for Sphinx 5 (#1516)
Browse files Browse the repository at this point in the history
* remove ref to myst-nb

* update minimal supported version of sphinx
  • Loading branch information
12rambau committed Oct 17, 2023
1 parent 4cff3e5 commit 4fe4d7b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tools/github_actions_install.sh
Expand Up @@ -8,12 +8,8 @@ if [[ "$SPHINX_VERSION" == "" ]]; then
SPHINX_INSTALL=""
elif [[ "$SPHINX_VERSION" == "dev" ]]; then
SPHINX_INSTALL="git+https://github.com/sphinx-doc/sphinx"
if [[ "$1" == "doc" ]]; then
# Until they release a new version that undoes the max sphinx pin...
DEP_EXTRA="git+https://github.com/executablebooks/MyST-NB"
fi
elif [[ "$SPHINX_VERSION" == "old" ]]; then
SPHINX_INSTALL="sphinx==5.0"
SPHINX_INSTALL="sphinx==6.1.0"
else # not used currently but easy enough
SPHINX_INSTALL="sphinx==$SPHINX_VERSION"
fi
Expand Down

0 comments on commit 4fe4d7b

Please sign in to comment.