2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +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
# Location of sphinx configuration settings
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
formats:
- pdf
- epub
formats: all
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.5
install:
- requirements: docs/requirements.txt
- method: pip