Skip to content

Commit

Permalink
Switch to material theme
Browse files Browse the repository at this point in the history
  • Loading branch information
cleveHEX authored Mar 18, 2024
1 parent e131e78 commit 2dbdc33
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ evok/Makefile
*.pyc
.idea/
.venv
venv/
3 changes: 2 additions & 1 deletion docs/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mkdocs
mkdocstrings[python]
markdown-include
markdown-include
mkdocs-material
35 changes: 32 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,38 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile docs/requirements.in
#
babel==2.14.0
# via mkdocs-material
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via mkdocs
colorama==0.4.6
# via griffe
# via
# griffe
# mkdocs-material
ghp-import==2.1.0
# via mkdocs
griffe==0.36.9
# via mkdocstrings-python
idna==3.6
# via requests
jinja2==3.1.2
# via
# mkdocs
# mkdocs-material
# mkdocstrings
markdown==3.5.1
# via
# markdown-include
# mkdocs
# mkdocs-autorefs
# mkdocs-material
# mkdocstrings
# pymdown-extensions
markdown-include==0.8.1
Expand All @@ -36,9 +48,14 @@ mkdocs==1.5.3
# via
# -r docs/requirements.in
# mkdocs-autorefs
# mkdocs-material
# mkdocstrings
mkdocs-autorefs==0.5.0
# via mkdocstrings
mkdocs-material==9.5.14
# via -r docs/requirements.in
mkdocs-material-extensions==1.3.1
# via mkdocs-material
mkdocstrings[python]==0.23.0
# via
# -r docs/requirements.in
Expand All @@ -47,12 +64,18 @@ mkdocstrings-python==1.7.3
# via mkdocstrings
packaging==23.2
# via mkdocs
paginate==0.5.6
# via mkdocs-material
pathspec==0.11.2
# via mkdocs
platformdirs==3.11.0
# via mkdocs
pygments==2.17.2
# via mkdocs-material
pymdown-extensions==10.3.1
# via mkdocstrings
# via
# mkdocs-material
# mkdocstrings
python-dateutil==2.8.2
# via ghp-import
pyyaml==6.0.1
Expand All @@ -62,7 +85,13 @@ pyyaml==6.0.1
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
regex==2023.12.25
# via mkdocs-material
requests==2.31.0
# via mkdocs-material
six==1.16.0
# via python-dateutil
urllib3==2.2.1
# via requests
watchdog==3.0.0
# via mkdocs
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ site_name: Evok documentation
site_description: Unipi controllers API
repo_url: https://github.com/UniPiTechnology/evok
theme:
name: readthedocs
highlightjs: true
name: material
plugins:
- search
- mkdocstrings:
Expand Down

0 comments on commit 2dbdc33

Please sign in to comment.