update read the docs config
This commit is contained in:
parent
66348ccc0a
commit
0bdd246e02
17
.readthedocs.yml
Normal file
17
.readthedocs.yml
Normal file
@ -0,0 +1,17 @@
|
||||
version: 2
|
||||
formats:
|
||||
- pdf
|
||||
- epub
|
||||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.11"
|
||||
sphinx:
|
||||
configuration: doc/conf.py
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: doc/requirements.py
|
||||
- method: pip
|
||||
path: .
|
||||
system_packages: true
|
@ -1,7 +0,0 @@
|
||||
formats:
|
||||
- pdf
|
||||
- epub
|
||||
requirements_file: doc/requirements.txt
|
||||
python:
|
||||
version: 3
|
||||
setup_py_install: true
|
Loading…
x
Reference in New Issue
Block a user