From dab9c7ad4a1b090030dce1553fe6511efba927af Mon Sep 17 00:00:00 2001 From: emilyhunt Date: Tue, 12 Dec 2023 09:51:25 +0100 Subject: [PATCH] Fix GitHub mkdocstrings version --- .github/workflows/build-docs.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index df8017c..cc3d3ad 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -25,5 +25,5 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: pip install mkdocs-material mkdocstrings + - run: pip install mkdocs-material mkdocstrings[python]>=0.18 - run: mkdocs gh-deploy --force \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a777f3b..d3caf57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ [project.optional-dependencies] -dev = ["check-manifest", "pytest", "mkdocs-material", "mkdocstrings[python]"] +dev = ["check-manifest", "pytest", "mkdocs-material", "mkdocstrings[python]>=0.18"] test = ["pytest"] [project.urls] # Optional