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

Also build docs with a newer version of Python
  • Loading branch information
speth committed Nov 20, 2023
1 parent 99bf080 commit c38a58b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.11'
architecture: x64
- name: Install Apt dependencies
run: |
Expand All @@ -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.2,<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 c38a58b

Please sign in to comment.