diff --git a/mkdocs.yaml b/mkdocs.yaml index 63167b5..de3bb28 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -1,6 +1,8 @@ +# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json + ### Site metadata ### -site_name: AutoFL - Documentation +site_name: AutoFL site_description: Documentation for AutoFL site_url: https://sascezar.github.io/AutoFL @@ -9,7 +11,8 @@ edit_uri: edit/main/docs/docs ### Build settings ### -theme: readthedocs +theme: + name: material plugins: - search diff --git a/mkdocs_requirements.txt b/mkdocs_requirements.txt index 57b0ae1..3120595 100644 --- a/mkdocs_requirements.txt +++ b/mkdocs_requirements.txt @@ -3,4 +3,5 @@ mkdocstrings==0.24.0 mkdocs-gen-files==0.5.0 mkdocstrings-python==1.7.5 mkdocs-literate-nav==0.6.1 -mkdocs-section-index==0.3.8 \ No newline at end of file +mkdocs-section-index==0.3.8 +mkdocs-material==9.4.14 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4d2f247..f8625d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ mkdocs-gen-files = "^0.5.0" mkdocstrings-python = "^1.7.5" mkdocs-literate-nav = "^0.6.1" mkdocs-section-index = "^0.3.8" +mkdocs-material = "^9.4.14" [build-system]