Skip to content

Commit

Permalink
Add mdinclude
Browse files Browse the repository at this point in the history
  • Loading branch information
shelm committed Oct 10, 2024
1 parent 1dd897b commit 4700d22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst-parser sphinx-argparse==0.5.2
pip install sphinx sphinx_rtd_theme myst-parser sphinx-argparse==0.5.2 sphinx-mdinclude
- name: Sphinx build
run: |
sphinx-apidoc -e -M -d 8 -o docs/docsource/api discover
Expand Down
1 change: 1 addition & 0 deletions docs/docsource/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'sphinx.ext.napoleon',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'sphinx_mdinclude',
'myst_parser'

]
Expand Down

0 comments on commit 4700d22

Please sign in to comment.