Skip to content

Commit a83ec63

Browse files
committed
Docs: bump sphinx version
[ci skip]
1 parent 66d3038 commit a83ec63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
3333
- name: Install dependencies (python)
3434
run: |
35-
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
35+
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
3636
pip install -r requirements.txt
3737
pip install -e .
3838
3939
- name: Install CmdStan
4040
run: |
41-
python -m cmdstanpy.install_cmdstan
41+
python -m cmdstanpy.install_cmdstan --verbose --cores 4
4242
4343
- name: Setup git identity
4444
run: |

docsrc/env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- numpy>=1.15
1111
- pandas
1212
- xarray
13-
- sphinx>4,<5
13+
- sphinx>5,<6
1414
- nbsphinx
1515
- pydata-sphinx-theme>0.7,<0.9
1616
- sphinx-copybutton

0 commit comments

Comments
 (0)