Skip to content

Commit 8effe23

Browse files
committed
Bump Python version for docs
1 parent 2ad9c04 commit 8effe23

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/docs_test_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- '!tests/**'
3030
3131
- name: Install and Build 🔧
32-
uses: sphinx-toolbox/sphinx-action@sphinx-3.3.1
32+
uses: sphinx-toolbox/sphinx-action@sphinx-3.3.1-py39
3333
if: steps.changes.outputs.code == 'true'
3434
with:
3535
pre-build-command: python -m pip install tox

repo_helper.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ use_whey: true
1515
min_coverage: 100
1616
preserve_custom_theme: true
1717
mypy_version: 1.16
18-
python_deploy_version: 3.9
1918

2019
conda_channels:
2120
- conda-forge

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ setenv =
6565
[testenv:docs]
6666
setenv = SHOW_TODOS = 1
6767
passenv = SPHINX_BUILDER
68-
basepython = python3.8
68+
basepython = python3.9
6969
changedir = {toxinidir}/doc-source
7070
deps = -r{toxinidir}/doc-source/requirements.txt
7171
commands = sphinx-build -M {env:SPHINX_BUILDER:html} . ./build {posargs}

0 commit comments

Comments
 (0)