Files
ichnaea/.readthedocs.yml
John Whitlock 72b9eddd30 Switch to single requirements.in/.txt
Update the scripts, docs, and config to use the single requirements.txt
and requirements.in. Delete the old requirements directory.
2020-12-03 12:03:54 -06:00

16 lines
365 B
YAML

# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# Optionally build your docs in additional formats such as PDF and ePub
formats: all
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: requirements-docs.txt