We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695175e commit 8f45f85Copy full SHA for 8f45f85
docs/requirements.txt
@@ -20,3 +20,4 @@ sphinx>4.0
20
pydata-sphinx-theme
21
sphinx_design
22
sphinx-copybutton
23
+myst-parser
setup.py
@@ -213,6 +213,7 @@ def compile_KLU():
213
"pydata-sphinx-theme",
214
"sphinx_design",
215
"sphinx-copybutton",
216
+ "myst-parser",
217
], # For doc generation
218
"dev": [
219
"flake8>=3", # For code style checking
tox.ini
@@ -16,6 +16,7 @@ deps =
16
dev,doctests: pydata-sphinx-theme
17
dev,doctests: sphinx_design
18
dev,doctests: sphinx-copybutton
19
+ dev,doctests: myst-parser
!windows-!mac: scikits.odes
commands =
0 commit comments