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 5f6066d commit 60003ddCopy full SHA for 60003dd
.github/workflows/build.yml
@@ -178,9 +178,10 @@ jobs:
178
with:
179
python-version: 3.13
180
cache: 'pip'
181
+ cache-dependency-path: '**/requirements-doc.txt'
182
183
- name: Install dependencies
- run: pip install mike mkdocs-material
184
+ run: pip install -r docs/requirements-doc.txt
185
186
- name: Check if we should push to gh-pages
187
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
docs/license.md
@@ -0,0 +1,3 @@
1
+# License
2
+
3
+--8<-- "LICENSE"
docs/requirements-doc.txt
@@ -0,0 +1,2 @@
+mike
+mkdocs-material
0 commit comments