Configure and fix the .readthedocs.yml

This commit is contained in:
weibeu
2022-02-11 16:40:25 +05:30
parent 0fdd148b9a
commit faba138ebd
2 changed files with 9 additions and 4 deletions

View File

@@ -6,7 +6,10 @@ build:
python: "3.9" python: "3.9"
python: python:
version: "3.8" install:
pip_install: true - requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements: extra_requirements:
- docs - docs
system_packages: true

2
docs/requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
sphinx
pallets-sphinx-themes