Compare commits
5 Commits
0ade89defa
...
371bc906b3
Author | SHA1 | Date |
---|---|---|
Stefan Holst | 371bc906b3 | 1 year ago |
Stefan Holst | 9f9902c613 | 1 year ago |
Stefan Holst | eb4e0f4529 | 1 year ago |
Stefan Holst | 821ead0c7a | 1 year ago |
Stefan Holst | 351d809306 | 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