Skip to content

Commit 0c7c5d0

Browse files
committed
changing sphinx to 8.1, sphinx python to 3.10
1 parent 6730482 commit 0c7c5d0

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v1
10-
- uses: PennyLaneAI/sphinx-action@3.9
10+
- uses: PennyLaneAI/sphinx-action@master
1111
with:
1212
docs-folder: "doc/"
1313
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ python:
1212
build:
1313
os: ubuntu-22.04
1414
tools:
15-
python: "3.9"
15+
python: "3.10"
1616
apt_packages:
1717
- graphviz

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# -- General configuration ------------------------------------------------
2626

2727
# If your documentation needs a minimal Sphinx version, state it here.
28-
needs_sphinx = '1.6'
28+
needs_sphinx = '8.1'
2929

3030
# Add any Sphinx extension module names here, as strings. They can be
3131
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom

doc/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
jinja2==3.0.3
2-
sphinx~=3.5.0; python_version < "3.10"
3-
sphinx==4.2; python_version == "3.10"
2+
sphinx==8.1
43
docutils==0.16
54
sphinxcontrib-applehelp==1.0.4
65
sphinxcontrib-bibtex==2.4.2

0 commit comments

Comments
 (0)