Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Update social plugin configuration #561

Merged
merged 2 commits into from
Mar 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ edit_uri: edit/main/docs/

plugins:
- search: null
# - social:
# cards_layout_options:
# background_color: "#009485"
- social:
cards_layout_options:
background_color: "#009485"
- mkdocstrings:
handlers:
python:
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ markdown-include
pymdown-extensions
jinja2
typer-cli
typer[all]
typer
pyyaml
# For image processing by Material for MkDocs
pillow
Expand Down
38 changes: 21 additions & 17 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,11 @@ click==8.1.7
# via
# mkdocs
# mkdocstrings
# typer
# typer-slim
colorama==0.4.6
# via
# griffe
# mkdocs-material
# typer
# typer-cli
commonmark==0.9.1
# via rich
cssselect2==0.7.0
# via cairosvg
cyclic==1.0.0
Expand Down Expand Up @@ -75,12 +71,16 @@ markdown==3.6
# mkdocstrings
# pymdown-extensions
markdown-include==0.8.1
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via
# jinja2
# mkdocs
# mkdocs-autorefs
# mkdocstrings
mdurl==0.1.2
# via markdown-it-py
mdx-include==1.4.2
mergedeep==1.3.4
# via mkdocs
Expand All @@ -94,7 +94,7 @@ mkdocs==1.5.3
mkdocs-autorefs==1.0.1
# via mkdocstrings
mkdocs-markdownextradata-plugin==0.2.5
mkdocs-material==9.5.15
mkdocs-material==9.5.16
mkdocs-material-extensions==1.3.1
# via mkdocs-material
mkdocs-mermaid2-plugin==1.1.1
Expand All @@ -114,7 +114,7 @@ platformdirs==4.2.0
# via
# mkdocs
# mkdocstrings
pycparser==2.21
pycparser==2.22
# via cffi
pygments==2.17.2
# via
Expand Down Expand Up @@ -143,14 +143,12 @@ requests==2.31.0
# via
# mkdocs-material
# mkdocs-mermaid2-plugin
rich==12.6.0
# via typer
rich==13.7.1
# via typer-slim
setuptools==69.2.0
# via mkdocs-mermaid2-plugin
shellingham==1.4.0
# via
# typer
# typer-cli
shellingham==1.5.4
# via typer-slim
six==1.16.0
# via
# jsbeautifier
Expand All @@ -166,11 +164,17 @@ tinycss2==1.2.1
# via
# cairosvg
# cssselect2
typer==0.7.0
# via typer-cli
typer-cli==0.0.13
typer==0.12.0
typer-cli==0.12.0
# via typer
typer-slim==0.12.0
# via
# typer
# typer-cli
typing-extensions==4.10.0
# via griffe-typingdoc
# via
# griffe-typingdoc
# typer-slim
urllib3==2.2.1
# via requests
watchdog==4.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/pyproject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pyasn1==0.6.0
# via
# python-jose
# rsa
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.6.2
# via
Expand Down