Skip to content

Commit 0616f70

Browse files
authored
Fix conf.py
1 parent 9a232e8 commit 0616f70

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323

2424
# -- General configuration ---------------------------------------------------
2525
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
26-
extensions = []
26+
extensions = ["myst_parser"]
27+
master_doc = 'readme_link' # A local file that includes the external README
28+
myst_enable_extensions = ["colon_fence"]
2729
source_suffix = {
2830
'.rst': 'restructuredtext',
2931
'.txt': 'markdown',

0 commit comments

Comments
 (0)