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.
2 parents 2f53ea8 + 60191fa commit c7a3ccdCopy full SHA for c7a3ccd
.github/workflows/reusable_publish_docs.yml
@@ -46,15 +46,13 @@ jobs:
46
with:
47
fetch-depth: 0
48
ref: ${{ inputs.git_ref }}
49
- - name: Install poetry
50
- run: pipx install poetry
51
- name: Set up Python
52
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
53
54
python-version: "3.12"
55
- cache: "poetry"
56
- name: Install doc generation dependencies
57
run: |
+ cat docs/requirements.txt
58
pip install --require-hashes -r docs/requirements.txt
59
- name: Git client setup
60
docs/requirements.in
@@ -1,3 +1,4 @@
1
mkdocs-git-revision-date-plugin==0.3.2
2
mkdocstrings-python==1.16.12
3
mkdocs-llmstxt==0.2.0
4
+mkdocs-material==9.5.50
0 commit comments