- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for slugify (0.03 sec)
-
requirements-docs.txt
cairosvg==2.8.2 mkdocstrings[python]==0.30.1 griffe-typingdoc==0.3.0 griffe-warnings-deprecated==1.1.0 # For griffe, it formats with black black==25.1.0 mkdocs-macros-plugin==1.4.1 markdown-include-variants==0.0.8
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 14:39:10 UTC 2025 - 554 bytes - Viewed (0) -
scripts/docs.py
from pathlib import Path from typing import Any, Optional, Union import mkdocs.utils import typer import yaml from jinja2 import Template from ruff.__main__ import find_ruff_bin from slugify import slugify as py_slugify logging.basicConfig(level=logging.INFO) SUPPORTED_LANGS = { "en", "de", "es", "pt", "ru", } app = typer.Typer() mkdocs_name = "mkdocs.yml"
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Dec 21 17:40:17 UTC 2025 - 16.9K bytes - Viewed (0)