Add .readthedocs.yml

This commit is contained in:
Vinayak Mehta
2020-05-24 18:56:33 +05:30
parent d5d6a5962b
commit 1575ec1bf0
2 changed files with 25 additions and 1 deletions
+24
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
+1 -1
View File
@@ -5,4 +5,4 @@ opencv-python>=3.4.2.17
openpyxl>=2.5.8 openpyxl>=2.5.8
pandas>=0.23.4 pandas>=0.23.4
pdfminer.six>=20170720 pdfminer.six>=20170720
PyPDF2>=1.26.0 Sphinx>=1.7.9