Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RizwanMunawar committed Nov 23, 2024
2 parents 02a4b38 + 38bdab2 commit 3797f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ plugins:
show_signature_annotations: true
show_symbol_type_heading: true
show_symbol_type_toc: true
show_inheritance_diagram: true
show_inheritance_diagram: true

0 comments on commit 3797f2e

Please sign in to comment.