diff --git "a/.github/workflows/\360\237\221\267Flow.yml" "b/.github/workflows/\360\237\221\267Flow.yml" index 34d9326..3a6cbd3 100644 --- "a/.github/workflows/\360\237\221\267Flow.yml" +++ "b/.github/workflows/\360\237\221\267Flow.yml" @@ -32,7 +32,7 @@ jobs: needs: [release] uses: mraniki/coding_toolset/.github/workflows/🚚Publish.yml@main secrets: inherit - docker: - needs: [release] - uses: mraniki/coding_toolset/.github/workflows/🐳Docker.yml@main - secrets: inherit \ No newline at end of file + # docker: + # needs: [release] + # uses: mraniki/coding_toolset/.github/workflows/🐳Docker.yml@main + # secrets: inherit \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 2172534..4f638d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,8 +66,8 @@ pytest-loguru = "^0.2.0" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "7.2.5" -pydata-sphinx-theme = "^0.13.3" +sphinx = "7.2.6" +pydata-sphinx-theme = "^0.14.0" sphinx-hoverxref = "^1.3.0" sphinx-notfound-page = "^1.0.0rc1" sphinx_copybutton = "0.5.2"