Skip to content

Commit

Permalink
[CI] Update pinned Sphinx version
Browse files Browse the repository at this point in the history
Able to update now that MyST-NB 1.0 has been released
  • Loading branch information
speth committed Nov 20, 2023
1 parent 0d94fc4 commit 516c362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
run: python3 -m pip install -U pip setuptools wheel
- name: Install Python dependencies
run: |
python3 -m pip install ruamel.yaml scons numpy cython 'sphinx>=5.3.0' \
python3 -m pip install ruamel.yaml scons numpy cython 'sphinx>=7.3,<8' \
sphinxcontrib-matlabdomain sphinxcontrib-doxylink sphinxcontrib-bibtex \
pydata-sphinx-theme==0.14.1 sphinx-argparse sphinx_design myst-nb \
sphinx-copybutton matplotlib pandas scipy pint
Expand Down

0 comments on commit 516c362

Please sign in to comment.