-
Notifications
You must be signed in to change notification settings - Fork 3
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade mkdocs-material
#38
Conversation
Moving remaining TODOs to #39 |
Moving remaining style differences to #40 |
No box shadow or background on nav titles
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for develop -- I think we'll want to have a discussion about the range of mkdocs-material we support before releasing.
@@ -31,7 +31,7 @@ | |||
|
|||
install_requires=[ | |||
'mkdocs', | |||
'mkdocs-material>=6.2.1,<7.0', | |||
'mkdocs-material==9.4.2', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jtherrmann do we want to be this strict with the material version, or constrain to the major version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No idea, we should discuss this further.
See #27 for context
How to test these changes locally:
cd
into your local clone ofmkdocs-asf-theme
.upgrade-mkdocs-material
branch.cd
into your local clone ofhyp3-docs
.upgrade-theme
branch.hyp3-docs
virtual environment and runpip install -e ../mkdocs-asf-theme/
.mkdocs serve
.You can make changes to
mkdocs-asf-theme
and then display them on thehyp3-docs
website byCtrl+C
ing and re-runningmkdocs serve
.