Skip to content

Commit

Permalink
Updating to material version 9.0.3 (#1004)
Browse files Browse the repository at this point in the history
* Added rst popup css styling.

* Updating to material version 9.0.2

* Requiring important to force the overriding CSS.

* Updated to version 9.0.3.

* Enabling navigation footer.
  • Loading branch information
dmundra committed Jan 11, 2023
1 parent 810dc44 commit 71e3f50
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .config/mkdocs.yml
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
@@ -1 +1 @@
mkdocs_material==8.5.11
mkdocs_material==9.0.3
18 changes: 14 additions & 4 deletions .config/requirements.txt
@@ -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
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;
}

0 comments on commit 71e3f50

Please sign in to comment.