diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8987d94..80ffa34 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: - name: Install MkDocs and Dependencies run: | python -m pip install --upgrade pip - pip install mkdocs-material mkdocs-git-authors-plugin mkdocstrings mkdocstrings[python] + pip install mkdocs-material mkdocs-git-authors-plugin mkdocstrings mkdocstrings[python] mkdocs-dracula-theme # Step 4: Build the Docs - name: Build MkDocs Site diff --git a/mkdocs.yml b/mkdocs.yml index 7b9865e..41bf56d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -135,4 +135,4 @@ plugins: show_signature_annotations: true show_symbol_type_heading: true show_symbol_type_toc: true - show_inheritance_diagram: true \ No newline at end of file + show_inheritance_diagram: true