File tree 1 file changed +15
-4
lines changed
1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,13 @@ Below is an example YAML file which shows the most common configuration options:
21
21
# Required
22
22
version : 2
23
23
24
+ # Set the version of Python and other tools you might need
25
+ build :
26
+ os : ubuntu-20.04
27
+ tools :
28
+ python : " 3.9"
29
+ nodejs : " 16"
30
+
24
31
# Build documentation in the docs/ directory with Sphinx
25
32
sphinx :
26
33
configuration : docs/conf.py
@@ -29,9 +36,8 @@ Below is an example YAML file which shows the most common configuration options:
29
36
formats :
30
37
- pdf
31
38
32
- # Optionally set the version of Python and requirements required to build your docs
39
+ # Optionally declare the Python requirements required to build your docs
33
40
python :
34
- version : " 3.7"
35
41
install :
36
42
- requirements : docs/requirements.txt
37
43
@@ -46,12 +52,17 @@ Below is an example YAML file which shows the most common configuration options:
46
52
# Required
47
53
version : 2
48
54
55
+ # Set the version of Python and other tools you might need
56
+ build :
57
+ os : ubuntu-20.04
58
+ tools :
59
+ python : " 3.9"
60
+
49
61
mkdocs :
50
62
configuration : mkdocs.yml
51
63
52
- # Optionally set the version of Python and requirements required to build your docs
64
+ # Optionally declare the Python requirements required to build your docs
53
65
python :
54
- version : " 3.7"
55
66
install :
56
67
- requirements : docs/requirements.txt
57
68
You can’t perform that action at this time.
0 commit comments