Add .readthedocs.yml

pull/166/head
Vinayak Mehta 2020-05-24 18:56:33 +05:30
parent d5d6a5962b
commit 1575ec1bf0
No known key found for this signature in database
GPG Key ID: 2170CDB940114C1D
2 changed files with 25 additions and 1 deletions

24
.readthedocs.yml 100644
View File

@ -0,0 +1,24 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml
# Optionally build your docs in additional formats such as PDF
formats:
- pdf
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: requirements.txt

View File

@ -5,4 +5,4 @@ opencv-python>=3.4.2.17
openpyxl>=2.5.8
pandas>=0.23.4
pdfminer.six>=20170720
PyPDF2>=1.26.0
Sphinx>=1.7.9