Skip to content

Commit 7d8df6f

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

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
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",

zensical.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ custom_checkbox = true
118118

119119
# Plugins
120120
# Note: api-autonav, gen-files, awesome-nav, section-index are MkDocs plugins
121-
# not yet compatible with Zensical. API docs are generated via gen_api_docs.py
121+
# not yet compatible with Zensical. API docs are generated via zensical_gen_files.py
122122
# as a pre-build step (see docs/Makefile).
123123

124124
[project.plugins.mkdocstrings]

0 commit comments

Comments
 (0)