We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c04073 commit a4e90aaCopy full SHA for a4e90aa
.github/workflows/test-docs.yml
@@ -25,7 +25,6 @@ jobs:
25
pip install -r requirements/build-docs.txt
26
pip install -r requirements/check-types.txt
27
pip install -r requirements/check-style.txt
28
- pip install -e .
29
- name: Check docs build
30
run: |
31
linkcheckMarkdown docs/ -v -r
requirements/build-docs.txt
@@ -9,3 +9,4 @@ mkdocs-minify-plugin
9
mkdocs-section-index
10
mike
11
mkdocstrings[python]
12
+.
0 commit comments