This commit is contained in:
Hector Hernandez Guzman 2020-03-26 11:38:59 -07:00
Родитель e557a9a313
Коммит e8595ab007
3 изменённых файлов: 19 добавлений и 0 удалений

14
.readthedocs.yml Normal file
Просмотреть файл

@ -0,0 +1,14 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
sphinx:
configuration: docs/conf.py
build:
image: latest
python:
version: 3.8
install:
- requirements: docs-requirements.txt

4
docs-requirements.txt Normal file
Просмотреть файл

@ -0,0 +1,4 @@
sphinx~=2.4
sphinx-rtd-theme~=0.4
sphinx-autodoc-typehints~=1.10.2

Просмотреть файл

@ -57,6 +57,7 @@ commands =
[testenv:docs]
deps =
-c dev-requirements.txt
-c docs-requirements.txt
sphinx
sphinx-rtd-theme
sphinx-autodoc-typehints