Skip to content

Commit 32b5b10

Browse files
authored
Merge pull request #231 from slothy-optimizer/dependabot/pip/sphinx-8.2.3
Bump sphinx from 8.1.3 to 8.2.3
2 parents d67db3c + 1a09cad commit 32b5b10

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/sphinx-build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: '3.10'
22+
python-version: '3.11'
2323

2424
- name: Install dependencies
2525
run: |
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Python
4343
uses: actions/setup-python@v4
4444
with:
45-
python-version: '3.10'
45+
python-version: '3.11'
4646

4747
- name: Install dependencies
4848
run: |

requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ pandas>=2.0.3
55
sympy==1.13.3
66
unicorn==2.1.3
77
black
8+
pydoclint==0.6.6
9+
flake8==7.2.0
810

9-
# Optional dependencies for linting, documentation (only for Python >= 3.10)
10-
pydoclint==0.6.6 ; python_version >= "3.10"
11-
flake8==7.2.0 ; python_version >= "3.10"
12-
sphinx==8.1.3 ; python_version >= "3.10"
13-
sphinx_rtd_theme==3.0.2 ; python_version >= "3.10"
14-
sphinx_autoapi ; python_version >= "3.10"
15-
sphinx_mdinclude ; python_version >= "3.10"
16-
myst_parser ; python_version >= "3.10"
17-
sphinx-autobuild ; python_version >= "3.10"
18-
sphinx-autodoc2 ; python_version >= "3.10"
11+
# Optional dependencies for documentation (only for Python >= 3.11)
12+
sphinx==8.2.3 ; python_version >= "3.11"
13+
sphinx_rtd_theme==3.0.2 ; python_version >= "3.11"
14+
sphinx_autoapi ; python_version >= "3.11"
15+
sphinx_mdinclude ; python_version >= "3.11"
16+
myst_parser ; python_version >= "3.11"
17+
sphinx-autobuild ; python_version >= "3.11"
18+
sphinx-autodoc2 ; python_version >= "3.11"

0 commit comments

Comments
 (0)