Skip to content

Commit

Permalink
Merge pull request #289 from smk4664/include-plugin-mkdocs
Browse files Browse the repository at this point in the history
Add back in the mkdocs include-markdown plugin.
  • Loading branch information
smk4664 authored Oct 31, 2023
2 parents fa26490 + ff2e26e commit da057e5
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ mkdocs-material==9.1.15
mkdocs-version-annotations==1.0.0
mkdocstrings-python==1.5.2
mkdocstrings==0.22.0
mkdocs-include-markdown-plugin==6.0.3
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ plugins:
paths: ["."]
options:
show_root_heading: true
- "include-markdown"
watch:
- "README.md"

Expand Down
50 changes: 46 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ mkdocs-material = "9.1.15"
mkdocs-version-annotations = "1.0.0"
mkdocstrings = "0.22.0"
mkdocstrings-python = "1.5.2"
mkdocs-include-markdown-plugin = "6.0.3"
prybar = "*"
pydocstyle = "*"
pylint = "*"
Expand Down

0 comments on commit da057e5

Please sign in to comment.