Adding upstream version 0.11.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f89f073565
commit
2f2c7f3767
146 changed files with 9553 additions and 0 deletions
21
.readthedocs.yml
Normal file
21
.readthedocs.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
version: 2
|
||||
build:
|
||||
os: ubuntu-lts-latest
|
||||
tools:
|
||||
python: "mambaforge-latest"
|
||||
jobs:
|
||||
pre_install:
|
||||
- git update-index --assume-unchanged .rtd-environment.yml docs/conf.py
|
||||
conda:
|
||||
environment: .rtd-environment.yml
|
||||
sphinx:
|
||||
builder: html
|
||||
configuration: docs/conf.py
|
||||
fail_on_warning: false
|
||||
python:
|
||||
install:
|
||||
- method: pip
|
||||
extra_requirements:
|
||||
- all
|
||||
- docs
|
||||
path: .
|
Loading…
Add table
Add a link
Reference in a new issue