Docs: Add readthedocs config

This commit is contained in:
Marcel Klehr 2019-09-15 01:05:39 +02:00
parent c6b8125a2a
commit 02ac142ad0
2 changed files with 22 additions and 0 deletions

21
.readthtedocs.yml Normal file
View File

@ -0,0 +1,21 @@
# .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 set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt

1
docs/requirements.txt Normal file
View File

@ -0,0 +1 @@
sphinxcontrib-httpdomain==1.7.0