Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ dev = [
"tox-uv>=1.32.0",
]
docs = [
"mkdocs-ansible>=25.5.0",
"mkdocs-pymdownx-material-extras>=2.8",
"pymdown-extensions>=10.16.1"
"mkdocs-ansible>=25.6.2",
]
ee = [
"ansible-builder>=3.1.1",
Expand Down Expand Up @@ -557,6 +555,7 @@ description = "Builds docs"
skip_install = false
set_env.NO_COLOR = "1"
set_env.TERM = "dump"
set_env.NO_MKDOCS_2_WARNING = "1"
Copy link

Copilot AI Mar 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set_env.NO_MKDOCS_2_WARNING is a non-obvious build toggle; please add a short inline comment (ideally with a link to the upstream warning/issue it suppresses) so future maintainers know why this is needed and when it can be removed.

Suggested change
set_env.NO_MKDOCS_2_WARNING = "1"
set_env.NO_MKDOCS_2_WARNING = "1" # Suppress noisy MkDocs 2.x warning during docs builds; remove once underlying issue is resolved.

Copilot uses AI. Check for mistakes.

[tool.tox.env.ee]
commands = [["python", "-m", "build", "--version"], ["./tools/ee.sh"]]
Expand Down
32 changes: 7 additions & 25 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading