2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

Merge pull request #172 from SchrodingersGat/rtd

Update the .readthedocs.yml file
This commit is contained in:
Oliver
2019-04-27 17:57:49 +10:00
committed by GitHub

View File

@ -4,16 +4,14 @@
version: 2 version: 2
# Location of sphinx configuration settings # Build documentation in the docs/ directory with Sphinx
sphinx: sphinx:
configuration: docs/conf.py configuration: docs/conf.py
formats: formats: all
- pdf
- epub
# Optionally set the version of Python and requirements required to build your docs
python: python:
version: 3.5 version: 3.5
install: install:
- requirements: docs/requirements.txt - requirements: docs/requirements.txt
- method: pip