fix docs env bug

This commit is contained in:
ars
2026-06-25 13:38:41 +03:00
parent a6d68b7a99
commit e5b16b1e0f
+3
View File
@@ -28,6 +28,9 @@ autodoc_default_options = {
"show-inheritance": True,
}
autodoc_typehints = "description"
# Render default argument values as written in source (e.g. ``os.environ``)
# instead of evaluating them, which would dump the live environment into a signature.
autodoc_preserve_defaults = True
# MyST so the existing Markdown guides render as-is.
myst_enable_extensions = ["colon_fence", "deflist"]