Skip to content

Commit

Permalink
Update pydata-sphinx-theme (#490)
Browse files Browse the repository at this point in the history
* Update pydata-sphinx-theme

* Use python 3.11 to build docs
  • Loading branch information
jarrodmillman committed Aug 17, 2023
1 parent 11fb7c1 commit a451328
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build_docs:
docker:
- image: "cimg/python:3.10"
- image: "cimg/python:3.11"
steps:
- checkout
- run:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
run: |
sudo apt-get update
sudo apt install texlive texlive-latex-extra latexmk dvipng
pip install "sphinx<6"
- name: Build documentation
run: |
Expand Down Expand Up @@ -117,7 +116,6 @@ jobs:
run: |
sudo apt-get update
sudo apt install texlive texlive-latex-extra latexmk dvipng
pip install "sphinx<6"
- name: Build documentation
run: |
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ developer = [
doc = [
'numpy>=1.22',
'matplotlib>=3.5',
'pydata-sphinx-theme>=0.13',
'sphinx>=6',
'pydata-sphinx-theme>=0.13.3',
'sphinx>=7',
]
test = [
'pytest',
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Do not edit this file; modify pyproject.toml instead.
numpy>=1.22
matplotlib>=3.5
pydata-sphinx-theme>=0.13
sphinx>=6
pydata-sphinx-theme>=0.13.3
sphinx>=7

0 comments on commit a451328

Please sign in to comment.