diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 3cab3ddf8..31d6ecfd2 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -18,28 +18,28 @@ jobs: include: - version: "1.10.3" source: "tags" - python: "3.12" + python: "3.10" sphinx: "4.5.0" mermaid: "0.7.1" jinja: "3.1.1" mermaid_fix: "true" - version: "master" source: "heads" - python: "3.12" + python: "3.10" sphinx: "4.5.0" mermaid: "0.7.1" jinja: "3.1.1" mermaid_fix: "true" - version: "maintenance" source: "heads" - python: "3.12" + python: "3.10" sphinx: "4.5.0" mermaid: "0.7.1" jinja: "3.1.1" mermaid_fix: "true" - version: "devel" source: "heads" - python: "3.12" + python: "3.10" sphinx: "4.5.0" mermaid: "0.7.1" jinja: "3.1.1"