diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..3631baa72 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,23 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Read the docs config file version (Required) +version: 2 + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/source/conf.py + +# Build all formats (epub, pdf, htmlzip) +formats: + - pdf + +# Optionally set the version of Python and requirements required to build your docs +python: + version: 3.7 + install: + - requirements: requirements.txt + - requirements: docs/requirements.txt + - method: setuptools + path: . \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 131ae59bc..f0d27fe03 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,6 @@ project = 'Labelbox Python API reference' copyright = '2021, Labelbox' -author = 'Alexandra Cota' release = '2.4'