-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #269 from carenalgas/feature/267-site-rebranding
refs #267 - Project site rebranding
- Loading branch information
Showing
13 changed files
with
6,609 additions
and
121 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,3 +1,7 @@ | ||
FROM minidocks/mkdocs:latest | ||
|
||
RUN pip install mkdocs-nav-weight | ||
RUN pip install mkdocs-nav-weight mkdocs-mermaid2-plugin fontawesome-markdown | ||
|
||
# Patch fontawesome_markdown to support Python Markdown > 3.4 | ||
# TODO: Remove this when the upstream package is updated | ||
COPY ./patches/fontawesome_markdown /usr/lib/python3.12/site-packages/fontawesome_markdown |
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,4 +1,3 @@ | ||
version: "3" | ||
services: | ||
documentation: | ||
ports: | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
from .main import FontAwesomeInlineProcessor, FontAwesomeExtension, FontAwesomeException, makeExtension # NOQA |
Oops, something went wrong.