Compare commits

...

4 Commits

Author SHA1 Message Date
7db77d3199
chore: sort
Some checks failed
continuous-integration/drone/push Build is failing
2025-01-10 17:00:06 +01:00
18c77fbd00
fix: year 2025-01-10 16:59:51 +01:00
307ddf104a
feat: new plugins 2025-01-10 16:59:45 +01:00
1e481840da
chore: pip-upgrade 2025-01-10 16:53:50 +01:00
2 changed files with 12 additions and 11 deletions

View File

@ -7,6 +7,7 @@ use_directory_urls: true
theme:
name: material
features:
navigation.instant.progress
- content.action.edit
- navigation.expand
- navigation.indexes
@ -15,6 +16,7 @@ theme:
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
palette:
primary: light pink
@ -23,7 +25,7 @@ theme:
favicon: img/favicon.ico
custom_dir: custom_theme/
copyright: Copyleft 2020-2024 Co-op Cloud
copyright: Copyleft 2020-2025 Co-op Cloud
markdown_extensions:
- admonition

View File

@ -1,16 +1,15 @@
markdown~=3.2
mkdocs~=1.5.3
mkdocs-material~=9.5.7
mkdocs-material-extensions~=1.3.1
mkdocs-material==9.5.49
mkdocs-material-extensions==1.3.1
mkdocs-awesome-pages-plugin==2.10.1
pygments~=2.16
pymdown-extensions~=10.2
pygments==2.19.1
pymdown-extensions==10.14
mkdocs-redirects==1.2.2
# Requirements for plugins
babel~=2.10
colorama~=0.4
paginate~=0.5
babel==2.16.0
colorama==0.4.6
paginate==0.5.7
regex>=2022.4
requests~=2.26
requests==2.32.3