docs need to be deployed via readthedocs

This commit is contained in:
rednafi
2019-11-18 18:02:05 +06:00
parent 59208d0d38
commit 094f91c4fc
2 changed files with 24 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# 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/docs_site/conf.py
# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml
# Optionally build your docs in additional formats such as PDF and ePub
formats: all
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt
+2
View File
@@ -0,0 +1,2 @@
sphinx==2.2.1
recommonmark=0.6.0