Skip to content

Commit a451328

Browse files
Update pydata-sphinx-theme (#490)
* Update pydata-sphinx-theme * Use python 3.11 to build docs
1 parent 11fb7c1 commit a451328

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build_docs:
44
docker:
5-
- image: "cimg/python:3.10"
5+
- image: "cimg/python:3.11"
66
steps:
77
- checkout
88
- run:

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
run: |
6666
sudo apt-get update
6767
sudo apt install texlive texlive-latex-extra latexmk dvipng
68-
pip install "sphinx<6"
6968
7069
- name: Build documentation
7170
run: |
@@ -117,7 +116,6 @@ jobs:
117116
run: |
118117
sudo apt-get update
119118
sudo apt install texlive texlive-latex-extra latexmk dvipng
120-
pip install "sphinx<6"
121119
122120
- name: Build documentation
123121
run: |

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ developer = [
5050
doc = [
5151
'numpy>=1.22',
5252
'matplotlib>=3.5',
53-
'pydata-sphinx-theme>=0.13',
54-
'sphinx>=6',
53+
'pydata-sphinx-theme>=0.13.3',
54+
'sphinx>=7',
5555
]
5656
test = [
5757
'pytest',

requirements/doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Do not edit this file; modify pyproject.toml instead.
33
numpy>=1.22
44
matplotlib>=3.5
5-
pydata-sphinx-theme>=0.13
6-
sphinx>=6
5+
pydata-sphinx-theme>=0.13.3
6+
sphinx>=7

0 commit comments

Comments
 (0)