Configure mkdocs to allow page includes

This commit is contained in:
Matthias
2020-10-09 09:02:20 +02:00
parent d1db847612
commit 53984a059f
4 changed files with 11 additions and 5 deletions
+5
View File
@@ -184,6 +184,11 @@ jobs:
run: | run: |
./tests/test_docs.sh ./tests/test_docs.sh
- name: Documentation build
run: |
pip install -r docs/requirements-docs.txt
mkdocs build
- name: Slack Notification - name: Slack Notification
uses: homoluctus/slatify@v1.8.0 uses: homoluctus/slatify@v1.8.0
if: failure() && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false) if: failure() && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
+1 -1
View File
@@ -96,7 +96,7 @@ Below is an outline of exception inheritance hierarchy:
## Modules ## Modules
### Dynamic Pairlist ### Pairlists
You have a great idea for a new pair selection algorithm you would like to try out? Great. You have a great idea for a new pair selection algorithm you would like to try out? Great.
Hopefully you also want to contribute this back upstream. Hopefully you also want to contribute this back upstream.
+1
View File
@@ -1,2 +1,3 @@
mkdocs-material==6.0.2 mkdocs-material==6.0.2
mdx_truly_sane_lists==1.2 mdx_truly_sane_lists==1.2
pymdown-extensions==8.0.1
+4 -4
View File
@@ -55,16 +55,16 @@ markdown_extensions:
permalink: true permalink: true
- pymdownx.arithmatex: - pymdownx.arithmatex:
generic: true generic: true
- pymdownx.caret
- pymdownx.critic
- pymdownx.details - pymdownx.details
- pymdownx.inlinehilite - pymdownx.inlinehilite
- pymdownx.magiclink - pymdownx.magiclink
- pymdownx.mark - pymdownx.pathconverter
- pymdownx.smartsymbols - pymdownx.smartsymbols
- pymdownx.snippets:
base_path: docs
check_paths: true
- pymdownx.tabbed - pymdownx.tabbed
- pymdownx.superfences - pymdownx.superfences
- pymdownx.tasklist: - pymdownx.tasklist:
custom_checkbox: true custom_checkbox: true
- pymdownx.tilde
- mdx_truly_sane_lists - mdx_truly_sane_lists