Skip to content

Commit d359402

Browse files
Add .readthedocs.yml (#96)
* Add .readthedocs.yml * Remove author * Remove autodoc dependency
1 parent 45852a5 commit d359402

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.readthedocs.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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: .

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
project = 'Labelbox Python API reference'
2121
copyright = '2021, Labelbox'
22-
author = 'Alexandra Cota'
2322

2423
release = '2.4'
2524

0 commit comments

Comments
 (0)