We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e4955 commit 0fdd461Copy full SHA for 0fdd461
.github/workflows/deploy_docs.yml
@@ -10,8 +10,7 @@ jobs:
10
11
- name: Install and Build
12
run: |
13
- sudo apt install -y doxygen graphviz
14
- pip install sphinx sphinx_rtd_theme breathe exhale m2r2
+ sudo apt install -y doxygen graphviz python3-sphinx python3-breathe python3-sphinx-rtd-theme python3-breathe python3-exhale python3-myst-parser
15
make docs
16
17
- name: Deploy
docs/source/conf.py
@@ -34,7 +34,7 @@
34
'sphinx.ext.githubpages',
35
'breathe',
36
'exhale',
37
- 'm2r2',
+ 'myst_parser',
38
]
39
40
# Setup the breathe extension
docs/source/readme.rst
@@ -1 +1,2 @@
1
-.. mdinclude:: ../../README.md
+.. include:: ../../README.md
2
+ :parser: myst_parser.docutils_
0 commit comments