Integrate readthedocs.io
We publish the docs to readthedocs.io
This commit is contained in:
parent
3f8b5cb146
commit
b92d871acf
4 changed files with 22 additions and 0 deletions
17
.readthedocs.yml
Normal file
17
.readthedocs.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
version: 2
|
||||
|
||||
build:
|
||||
os: ubuntu-24.04
|
||||
tools:
|
||||
python: "3.12"
|
||||
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
fail_on_warning: true
|
||||
|
||||
formats: all
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
- path: .
|
||||
Loading…
Add table
Add a link
Reference in a new issue