2 changed files with 16 additions and 3 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 |
@ -1,3 +0,0 @@ |
|||
python: |
|||
version: 3.6 |
|||
setup_py_install: true |
Loading…
Reference in new issue