File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ use_whey: true
1515min_coverage : 100
1616preserve_custom_theme : true
1717mypy_version : 1.16
18- python_deploy_version : 3.9
1918
2019conda_channels :
2120 - conda-forge
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ setenv =
6565[testenv:docs]
6666setenv = SHOW_TODOS = 1
6767passenv = SPHINX_BUILDER
68- basepython = python3.8
68+ basepython = python3.9
6969changedir = {toxinidir}/doc-source
7070deps = -r{toxinidir}/doc-source/requirements.txt
7171commands = sphinx-build -M {env:SPHINX_BUILDER:html} . ./build {posargs}
You can’t perform that action at this time.
0 commit comments