-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update mkdocs ver & deps ver & build-docs mk
This patch updates the version of mkdocs used to build the docs as well as versions of the dependencies required by mkdocs. This patch also introduces two, new Makefile targets, docs-build-python and docs-build-docker for building the documentation without serving it.
- Loading branch information
Showing
5 changed files
with
37 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
.DS_Store | ||
.cache | ||
|
||
# Mkdocs | ||
/.site/ | ||
|
||
# Test output | ||
cover.out | ||
cover.out.norace | ||
|
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,7 +1,7 @@ | ||
mkdocs >= 1.5.3 | ||
mkdocs-material >= 9.4.2 | ||
pymdown-extensions >= 10.3 | ||
pygments >= 2.16.1 | ||
mkdocs-git-committers-plugin-2 >= 1.2.0 | ||
mkdocs-git-revision-date-localized-plugin >= 1.2.0 | ||
mkdocs-material >= 9.5.3 | ||
pymdown-extensions >= 10.5 | ||
pygments >= 2.17.2 | ||
mkdocs-git-committers-plugin-2 >= 2.2.2 | ||
mkdocs-git-revision-date-localized-plugin >= 1.2.2 | ||
mkdocs-markdownextradata-plugin >= 0.2.5 |
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