Skip to content

Commit a4e90aa

Browse files
committed
Fix docs publishing
1 parent 0c04073 commit a4e90aa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
pip install -r requirements/build-docs.txt
2626
pip install -r requirements/check-types.txt
2727
pip install -r requirements/check-style.txt
28-
pip install -e .
2928
- name: Check docs build
3029
run: |
3130
linkcheckMarkdown docs/ -v -r

requirements/build-docs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ mkdocs-minify-plugin
99
mkdocs-section-index
1010
mike
1111
mkdocstrings[python]
12+
.

0 commit comments

Comments
 (0)