Skip to content

Commit

Permalink
mkdocs: Enable social + xhr
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Jan 9, 2024
1 parent 45ec9e3 commit 95bf30e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ theme:
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.instant
- navigation.footer
name: material
palette:
Expand Down Expand Up @@ -40,6 +41,7 @@ plugins:
warning: true
reverse: false
headless_included: false
- social
copyright: |
Copyright &copy; 2023 Ikey Doherty, Serpent OS Developers
extra:
Expand Down
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
Babel==2.14.0
cairocffi==1.6.1
CairoSVG==2.7.1
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
cssselect2==0.7.0
defusedxml==0.7.1
ghp-import==2.1.0
gitdb==4.0.11
GitPython==3.1.40
Expand All @@ -19,7 +24,9 @@ mkdocs-rss-plugin==1.11.0
packaging==23.2
paginate==0.5.6
pathspec==0.12.1
Pillow==9.5.0
platformdirs==4.1.0
pycparser==2.21
Pygments==2.17.2
pymdown-extensions==10.7
python-dateutil==2.8.2
Expand All @@ -29,5 +36,7 @@ regex==2023.12.25
requests==2.31.0
six==1.16.0
smmap==5.0.1
tinycss2==1.2.1
urllib3==2.1.0
watchdog==3.0.0
webencodings==0.5.1

0 comments on commit 95bf30e

Please sign in to comment.