Skip to content

Commit dfa53f9

Browse files
authored
Support writing in MyST Markdown (#17)
1 parent c92e767 commit dfa53f9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3131
# ones.
3232
extensions = [
33+
"myst_parser",
3334
"sphinx.ext.autosectionlabel",
3435
"sphinx.ext.extlinks",
3536
"sphinx_gmt.gmtplot",

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ channels:
44
- defaults
55
dependencies:
66
- gmt
7+
- myst-parser
78
- sphinx
89
- sphinx_gmt
910
- sphinx_rtd_theme

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
myst-parser
12
sphinx
23
sphinx_gmt
34
sphinx_rtd_theme

0 commit comments

Comments
 (0)