2 changed files with 18 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||||
|
version: 2 |
||||
|
|
||||
|
build: |
||||
|
os: ubuntu-22.04 |
||||
|
tools: |
||||
|
python: "3.11" |
||||
|
|
||||
|
sphinx: |
||||
|
configuration: docs/conf.py |
||||
|
|
||||
|
python: |
||||
|
install: |
||||
|
- method: pip |
||||
|
path: . |
||||
|
extra_requirements: |
||||
|
- docs |
Loading…
Reference in new issue