File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 5
5
# Required
6
6
version : 2
7
7
8
+ build :
9
+ os : " ubuntu-20.04"
10
+ apt_packages :
11
+ - python3-six
12
+ tools :
13
+ python : " 3.9"
14
+
8
15
# Build documentation in the docs/ directory with Sphinx
9
16
sphinx :
10
17
configuration : doc/conf.py
11
18
12
19
# Optionally build your docs in additional formats such as PDF and ePub
13
20
formats : []
14
21
15
- # Optionally set the version of Python and requirements required to build your docs
16
- # python:
17
- # version: 3.7
18
- # install:
19
- # - requirements: docs/requirements.txt
22
+ python :
23
+ install :
24
+ - requirements : doc/sphinx/requirements.txt
Original file line number Diff line number Diff line change 1
1
docutils == 0.16
2
- Sphinx == 3.4.3
3
- sphinx_rtd_theme
4
- six
2
+ sphinx == 3.4.3
3
+ sphinx_rtd_theme == 1.0.0
4
+ six == 1.16.0
You can’t perform that action at this time.
0 commit comments