We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a232e8 commit 0616f70Copy full SHA for 0616f70
1 file changed
docs/source/conf.py
@@ -23,7 +23,9 @@
23
24
# -- General configuration ---------------------------------------------------
25
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
26
-extensions = []
+extensions = ["myst_parser"]
27
+master_doc = 'readme_link' # A local file that includes the external README
28
+myst_enable_extensions = ["colon_fence"]
29
source_suffix = {
30
'.rst': 'restructuredtext',
31
'.txt': 'markdown',
0 commit comments