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:
version: "3.8"
pip_install: true
extra_requirements:
- docs
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs
system_packages: true

2
docs/requirements.txt Normal file
View File

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