File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 4242# ones.
4343
4444extensions = [
45+ 'myst_parser' ,
4546 'sphinx.ext.autodoc' ,
4647 'sphinx.ext.coverage' ,
4748 'sphinx.ext.napoleon' ,
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ communication with the Audible API is supported.
6363 misc/logging
6464 misc/external_api
6565 misc/examples
66+ misc/changelog
6667 modules/audible
6768
6869
Original file line number Diff line number Diff line change 1+ ``` {include} ../../../CHANGELOG.md
2+ :relative-docs: doc/src/misc
3+ ```
Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ def read_from_file(key):
5757 'sphinx' ,
5858 'sphinx_rtd_theme' ,
5959 'sphinxcontrib-httpdomain' ,
60- 'sphinx-autodoc-typehints'
60+ 'sphinx-autodoc-typehints' ,
61+ 'myst-parser'
6162 ]
6263 },
6364 python_requires = '>=3.6' ,
You can’t perform that action at this time.
0 commit comments