Skip to content

Commit 9d1f218

Browse files
committed
update sphinx build env
1 parent 87329ed commit 9d1f218

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Set up Python
9999
uses: actions/setup-python@v2
100100
with:
101-
python-version: 3.6
101+
python-version: 3.9
102102

103103
- name: Setup environment
104104
run: |

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ python =
3030
[testenv]
3131
skip_install =
3232
clean: true
33-
doc: true
3433

3534
basepython =
3635
py36: python3.6
@@ -54,7 +53,7 @@ deps =
5453
tests: xgboost == 0.82
5554
# tests: lightgbm ; platform_system != "Darwin" # lightgmb seems to have build issues on MacOS
5655
# doc skips install, so explicitly add minimum packages
57-
doc: sphinx == 1.8
56+
doc: sphinx
5857
doc: pyyaml
5958

6059
setenv =

0 commit comments

Comments
 (0)