Configure mkdocs to allow page includes
This commit is contained in:
parent
d1db847612
commit
53984a059f
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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)
|
||||||
|
@ -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,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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user