Skip to content

Commit 0b62ee1

Browse files
committed
Remove mkdocs packages from setup.py
rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED Signed-off-by: Aidan Reilly <aireilly@redhat.com>
1 parent d4e7398 commit 0b62ee1

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

setup.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -172,16 +172,8 @@ def localversion_func(version: ScmVersion) -> str:
172172
"ruff~=0.4.8",
173173
# pre commit hooks
174174
"pre-commit",
175-
# docs - mkdocs
176-
"mkdocs",
177-
"mkdocs-material[imaging]",
178-
"mkdocs-gen-files",
179-
"mkdocs-awesome-nav",
180-
"mkdocs-api-autonav",
181-
"mkdocs-section-index",
182-
"mkdocs-minify-plugin",
183-
"mkdocstrings-python",
184175
# docs - zensical
176+
"mkdocstrings-python",
185177
"zensical",
186178
"markdown",
187179
"pymdown-extensions",

0 commit comments

Comments
 (0)