added requirements.txt for docs

This commit is contained in:
2021-11-01 13:53:51 +00:00
parent ed97f84b13
commit 8057b07653
2 changed files with 52 additions and 0 deletions

9
.readthedocs.yaml Normal file
View File

@@ -0,0 +1,9 @@
# File: .readthedocs.yaml
version: 2
# Explicitly set the version of Python and its requirements
python:
version: 3.10
install:
- requirements: docs/requirements.txt