-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mkdocs updates to allow community PRs to pass the build.yml check/wor…
…kflow (#690) * Update Dockerfile to use mkdocs-material Update Dockerfile to use mkdocs-material * Update build.yml for mkdocs Update build.yml for mkdocs * Update requirements.txt with mkdocs & dependencies Update requirements.txt with mkdocs & dependencies * Update publish-docker-pr.yml for mkdocs Update publish-docker-pr.yml for mkdocs * Update publish-docker-master.yml with mkdocs Update publish-docker-master.yml with mkdocs * Update deprecated mkdocs.yml options (#691) Fixing mkdocs build --strict issues: INFO - DeprecationWarning: 'materialx.emoji.twemoji' is deprecated. Material emoji logic has been officially moved into mkdocs-material version 9.4. Please use Material's 'material.extensions.emoji.twemoji' as mkdocs_material_extensions is deprecated and will no longer be supported moving forward. This is the last release. File "/home/default/.local/lib/python3.10/site-packages/materialx/emoji.py", line 106, in twemoji return _patch_index(options) File "/home/default/.local/lib/python3.10/site-packages/materialx/emoji.py", line 59, in _deprecated_func warnings.warn( WARNING - Material emoji logic has been officially moved into mkdocs-material version 9.4. Please use Material's 'material.extensions.emoji.twemoji' as mkdocs_material_extensions is deprecated and will no longer be supported moving forward. This is the last release. WARNING - Config value 'plugins': Plugin 'material/social' option 'cards_color': Deprecated, use 'cards_layout_options.background_color' and 'cards_layout_options.color' with 'default' layout * Update requirements.txt with material[imaging] Update requirements.txt with material[imaging] * Update publish-docker-pr.yml w/ mkdocs change Testing mkdocs workflow change * Update Dockerfile mkdocs Update Dockerfile mkdocs * Update Dockerfile w/ pip upgrade Update Dockerfile w/ pip upgrade * Update Dockerfile pip commands Update Dockerfile pip commands * Update publish-docker-master.yml Fixing mistake * Remove extra pip install on deploy-staging.yml Remove extra pip install on deploy-staging.yml to mirror the publish workflows * Remove extra pip install on deploy.yml Remove extra pip install on deploy.yml to mirror publish workflows * Update Dockerfile to squidfunk/mkdocs-material Update Dockerfile to squidfunk/mkdocs-material * Update publish-docker-master.yml with squidfunk/mkdocs-material:latest Update publish-docker-master.yml with squidfunk/mkdocs-material:latest * Update publish-docker-pr.yml with Update publish-docker-master.yml with squidfunk/mkdocs-material:latest Update publish-docker-pr.yml with Update publish-docker-master.yml with squidfunk/mkdocs-material:latest * Remove old theme info from readme.md Remove old theme info from readme.md * Update Dockerfile to use digest Update Dockerfile to use digest * Update publish-docker-pr.yml to use digest Update image to use digest * Update publish-docker-master.yml to use digest Use sha256 digest
- Loading branch information
Showing
9 changed files
with
15 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Direct dependencies | ||
mkdocs-material-extensions>=1.0 | ||
mkdocs-redirects>=1.0.0 | ||
mkdocs>=1.5 | ||
mkdocs-material[imaging]>=9.4 | ||
mkdocs-material-extensions>=1.3 | ||
mkdocs-redirects>=1.2 |