We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92e767 commit dfa53f9Copy full SHA for dfa53f9
docs/conf.py
@@ -30,6 +30,7 @@
30
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
31
# ones.
32
extensions = [
33
+ "myst_parser",
34
"sphinx.ext.autosectionlabel",
35
"sphinx.ext.extlinks",
36
"sphinx_gmt.gmtplot",
environment.yml
@@ -4,6 +4,7 @@ channels:
4
- defaults
5
dependencies:
6
- gmt
7
+ - myst-parser
8
- sphinx
9
- sphinx_gmt
10
- sphinx_rtd_theme
requirements.txt
@@ -1,3 +1,4 @@
1
+myst-parser
2
sphinx
3
sphinx_gmt
sphinx_rtd_theme
0 commit comments