Skip to content

Commit

Permalink
Docs: bump sphinx version
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
WardBrian committed Feb 5, 2024
1 parent 66d3038 commit a83ec63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
- name: Install dependencies (python)
run: |
python -m pip install --upgrade pip wheel twine codecov "sphinx>4,<5" nbsphinx ipython ipykernel "pydata-sphinx-theme<0.9" requests sphinx-copybutton xarray matplotlib
python -m pip install --upgrade pip wheel twine codecov "sphinx>5,<6" nbsphinx ipython ipykernel "pydata-sphinx-theme<0.9" requests sphinx-copybutton xarray matplotlib
pip install -r requirements.txt
pip install -e .
- name: Install CmdStan
run: |
python -m cmdstanpy.install_cmdstan
python -m cmdstanpy.install_cmdstan --verbose --cores 4
- name: Setup git identity
run: |
Expand Down
2 changes: 1 addition & 1 deletion docsrc/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- numpy>=1.15
- pandas
- xarray
- sphinx>4,<5
- sphinx>5,<6
- nbsphinx
- pydata-sphinx-theme>0.7,<0.9
- sphinx-copybutton
Expand Down

0 comments on commit a83ec63

Please sign in to comment.