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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating to material version 9.0.3 #1004

Merged
merged 9 commits into from
Jan 11, 2023
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ theme:
features:
- navigation.tabs
- navigation.indexes
#- navigation.expand
- navigation.footer
favicon: assets/images/favicon.ico
logo: assets/images/ca-logo-white.svg
palette:
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mkdocs_material==8.5.11
mkdocs_material==9.0.3
18 changes: 14 additions & 4 deletions .config/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile requirements.in
#
Expand All @@ -10,10 +10,16 @@ charset-normalizer==2.1.1
# via requests
click==8.1.3
# via mkdocs
colorama==0.4.6
# via mkdocs-material
ghp-import==2.1.0
# via mkdocs
idna==3.4
# via requests
importlib-metadata==6.0.0
# via
# markdown
# mkdocs
jinja2==3.1.2
# via
# mkdocs
Expand All @@ -29,13 +35,13 @@ mergedeep==1.3.4
# via mkdocs
mkdocs==1.4.2
# via mkdocs-material
mkdocs-material==8.5.11
mkdocs-material==9.0.3
# via -r requirements.in
mkdocs-material-extensions==1.1.1
# via mkdocs-material
packaging==21.3
# via mkdocs
pygments==2.13.0
pygments==2.14.0
# via mkdocs-material
pymdown-extensions==9.9
# via mkdocs-material
Expand All @@ -49,6 +55,8 @@ pyyaml==6.0
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
regex==2022.10.31
# via mkdocs-material
requests==2.28.1
# via mkdocs-material
six==1.16.0
Expand All @@ -57,3 +65,5 @@ urllib3==1.26.13
# via requests
watchdog==2.2.0
# via mkdocs
zipp==3.11.0
# via importlib-metadata
6 changes: 6 additions & 0 deletions assets/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ font-size of other elements in the theme.
.rst-versions {
font-size: 0.777778rem;
}
.rst-versions a {
color: #39b1ff !important;
}
.rst-versions .rst-other-versions {
color: #a9a9a9 !important;
}