@@ -11,7 +11,6 @@ concurrency:
11
11
group : docs-deployment-${{ github.ref }}
12
12
cancel-in-progress : true
13
13
14
-
15
14
jobs :
16
15
latest-build :
17
16
# We only need to verify that the docs build with no warnings here
@@ -22,16 +21,12 @@ jobs:
22
21
- uses : actions/checkout@v2
23
22
24
23
- name : Install Python Dependencies
25
- uses : HassanAbouelela/actions/setup-python@setup-python_v1.1.0
24
+ uses : HassanAbouelela/actions/setup-python@setup-python_v1.3.1
26
25
with :
27
26
dev : true
28
27
python_version : " 3.10"
29
28
install_args : " --extras async-rediscache"
30
29
31
- # Undeclared dependency for `releases`... whoops
32
- # https://github.com/bitprophet/releases/pull/82
33
- - run : pip install six
34
-
35
30
- name : Generate HTML Site
36
31
run : sphinx-build -nW -j auto -b html docs docs/build
37
32
@@ -51,16 +46,12 @@ jobs:
51
46
fetch-depth : 0 # We need to check out the entire repository to find all tags
52
47
53
48
- name : Install Python Dependencies
54
- uses : HassanAbouelela/actions/setup-python@setup-python_v1.1.0
49
+ uses : HassanAbouelela/actions/setup-python@setup-python_v1.3.1
55
50
with :
56
51
dev : true
57
52
python_version : " 3.10"
58
53
install_args : " --extras async-rediscache"
59
54
60
- # Undeclared dependency for `releases`... whoops
61
- # https://github.com/bitprophet/releases/pull/82
62
- - run : pip install six
63
-
64
55
- name : Build All Doc Versions
65
56
run : sphinx-multiversion docs docs/build -n -j auto
66
57
env :
0 commit comments