File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ # .readthedocs.yml
2
+ # Read the Docs configuration file
3
+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
5
+ # Read the docs config file version (Required)
6
+ version : 2
7
+
8
+ # Build documentation in the docs/ directory with Sphinx
9
+ sphinx :
10
+ configuration : docs/source/conf.py
11
+
12
+ # Build all formats (epub, pdf, htmlzip)
13
+ formats :
14
+ - pdf
15
+
16
+ # Optionally set the version of Python and requirements required to build your docs
17
+ python :
18
+ version : 3.7
19
+ install :
20
+ - requirements : requirements.txt
21
+ - requirements : docs/requirements.txt
22
+ - method : setuptools
23
+ path : .
Original file line number Diff line number Diff line change 19
19
20
20
project = 'Labelbox Python API reference'
21
21
copyright = '2021, Labelbox'
22
- author = 'Alexandra Cota'
23
22
24
23
release = '2.4'
25
24
You can’t perform that action at this time.
0 commit comments