diff --git a/docs/requirements.txt b/docs/requirements.txt index fc73585..68b6229 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,5 @@ mkdocstrings>=1.0.0 mkdocstrings-python>=2.0.1 mkdocs-material[imaging]>=9.7.1 -black>=25.12.0 \ No newline at end of file +black>=25.12.0 +pngquant \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index ea2dd7a..7b5483e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -29,6 +29,7 @@ theme: - navigation.sections - navigation.tracking - navigation.instant + - navigation.instant.prefetch - navigation.instant.progress # - navigation.tabs # - navigation.expand @@ -41,6 +42,7 @@ theme: - content.action.view - content.action.edit - content.code.copy + - content.code.select - content.code.annotate - content.code.annotation @@ -103,10 +105,13 @@ markdown_extensions: plugins: - search -# - social: -# cards_layout_options: -# background_color: "#1f1f1f" -# font_family: Roboto + - privacy: + links: false + - optimize + - social: + cards_layout_options: + background_color: "#1f1f1f" + font_family: Roboto - mkdocstrings: handlers: python: