diff --git a/assets/_mkdocstrings.css b/assets/_mkdocstrings.css index ab7fbf2..850e592 100644 --- a/assets/_mkdocstrings.css +++ b/assets/_mkdocstrings.css @@ -10,6 +10,11 @@ display: inline; } +/* No text transformation from Material for MkDocs for H5 headings. */ +.md-typeset h5 .doc-object-name { + text-transform: none; +} + /* Max width for docstring sections tables. */ .doc .md-typeset__table, .doc .md-typeset__table table { @@ -31,6 +36,11 @@ display: inline; } +/* Default font size for parameter headings. */ +.md-typeset .doc-heading-parameter { + font-size: inherit; +} + /* Prefer space on the right, not the left of parameter permalinks. */ .doc-heading-parameter .headerlink { margin-left: 0 !important; diff --git a/sitemap.xml b/sitemap.xml index c19b77b..75f0ab5 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,14 +2,14 @@ https://yourusername.github.io/prettymaps/ - 2025-05-17 + 2025-06-29 https://yourusername.github.io/prettymaps/api/ - 2025-05-17 + 2025-06-29 https://yourusername.github.io/prettymaps/usage/ - 2025-05-17 + 2025-06-29 \ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 143592b..ea92212 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ