InvenTree/.readthedocs.yml

17 lines
412 B
YAML
Raw Normal View History

2019-04-27 07:35:45 +00:00
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
2019-04-27 07:45:40 +00:00
version: 2
2019-04-27 07:56:03 +00:00
# Build documentation in the docs/ directory with Sphinx
2019-04-27 07:35:45 +00:00
sphinx:
configuration: docs/conf.py
2019-04-27 07:56:03 +00:00
formats: all
2019-04-27 07:35:45 +00:00
2019-04-27 07:56:03 +00:00
# Optionally set the version of Python and requirements required to build your docs
2019-04-27 07:35:45 +00:00
python:
version: 3.5
install:
2019-04-27 07:56:03 +00:00
- requirements: docs/requirements.txt