blob: ba5a3a3c2cea1c2a2b35a2f2288f511fd1a5abe6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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: .
|