Stefan Holst
1 year ago
2 changed files with 16 additions and 1 deletions
@ -0,0 +1,15 @@ |
|||||||
|
version: 2 |
||||||
|
|
||||||
|
build: |
||||||
|
os: "ubuntu-20.04" |
||||||
|
tools: |
||||||
|
python: "3.8" |
||||||
|
|
||||||
|
sphinx: |
||||||
|
fail_on_warning: true |
||||||
|
|
||||||
|
python: |
||||||
|
# Install our python package before building the docs |
||||||
|
install: |
||||||
|
- method: pip |
||||||
|
path: . |
Loading…
Reference in new issue