mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-10 04:19:31 +02:00
Configure and fix the .readthedocs.yml
This commit is contained in:
@@ -6,7 +6,10 @@ build:
|
||||
python: "3.9"
|
||||
|
||||
python:
|
||||
version: "3.8"
|
||||
pip_install: true
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
- method: pip
|
||||
path: .
|
||||
extra_requirements:
|
||||
- docs
|
||||
system_packages: true
|
||||
|
||||
2
docs/requirements.txt
Normal file
2
docs/requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
sphinx
|
||||
pallets-sphinx-themes
|
||||
Reference in New Issue
Block a user