[Docs] Fix some snippets (#31378)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2025-12-26 12:47:41 +00:00
committed by GitHub
parent c3666f56fd
commit 0b544e6476
15 changed files with 20 additions and 20 deletions

View File

@@ -17,7 +17,7 @@ from pydantic_core import core_schema
logger = logging.getLogger("mkdocs")
ROOT_DIR = Path(__file__).parent.parent.parent.parent
ARGPARSE_DOC_DIR = ROOT_DIR / "docs/argparse"
ARGPARSE_DOC_DIR = ROOT_DIR / "docs/generated/argparse"
sys.path.insert(0, str(ROOT_DIR))