Skip to content

Commit 3c76188

Browse files
committed
docs: Test MyST parser
1 parent 32c9a76 commit 3c76188

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,8 @@
114114
# DOG FOOD CONFIGURATION START
115115

116116
isso_url = 'https://comments.silverrainz.me:30501'
117+
isso_include_patterns = ['myst_test']
118+
119+
extensions.append('myst_parser')
117120

118121
# DOG FOOD CONFIGURATION END

docs/myst_test.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
orphan:
3+
---
4+
5+
# MyST Test
6+
7+
Some **text**!

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ docs = [
5151
"sphinx_copybutton",
5252
"sphinxcontrib-gtagjs",
5353
"sphinxnotes-comboroles",
54+
"myst-parser",
5455
]
5556

5657
[project.urls]

0 commit comments

Comments
 (0)