1
.github/workflows/generate-docs.yml
vendored
1
.github/workflows/generate-docs.yml
vendored
@ -38,6 +38,7 @@ jobs:
|
|||||||
- name: Generate the docs
|
- name: Generate the docs
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
poetry install
|
||||||
poetry run python -m pydoc -w \
|
poetry run python -m pydoc -w \
|
||||||
kittycad \
|
kittycad \
|
||||||
kittycad.api \
|
kittycad.api \
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -20,4 +20,4 @@ dmypy.json
|
|||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
/coverage.xml
|
/coverage.xml
|
||||||
/.coverage
|
/.coverage
|
||||||
|
Reference in New Issue
Block a user