Skip to content

Commit 7bd787e

Browse files
authored
Merge pull request #227 from kayjan/fix-mkdocs-deploy
Fix mkdocs deploy
2 parents f012007 + 1fa39c7 commit 7bd787e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ IPython
33
mdx_truly_sane_lists==1.3
44
mkdocs==1.5.3
55
mkdocs-glightbox==0.3.7
6-
mkdocs-material[imaging]==9.5.5
6+
mkdocs-material[imaging]==9.5.17
77
mkdocstrings[python]==0.24.0
88
pandas
99
Pillow

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ theme:
9898
plugins:
9999
- glightbox
100100
- search
101-
# - social:
102-
# cards_layout_options:
103-
# logo: docs/_static/favicon.svg
101+
- social:
102+
cards_layout_options:
103+
logo: docs/_static/favicon.svg
104104
- mkdocstrings:
105105
handlers:
106106
python:

0 commit comments

Comments
 (0)