Skip to content

Commit 8f45f85

Browse files
add myst_parser as a dependency
1 parent 695175e commit 8f45f85

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ sphinx>4.0
2020
pydata-sphinx-theme
2121
sphinx_design
2222
sphinx-copybutton
23+
myst-parser

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ def compile_KLU():
213213
"pydata-sphinx-theme",
214214
"sphinx_design",
215215
"sphinx-copybutton",
216+
"myst-parser",
216217
], # For doc generation
217218
"dev": [
218219
"flake8>=3", # For code style checking

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ deps =
1616
dev,doctests: pydata-sphinx-theme
1717
dev,doctests: sphinx_design
1818
dev,doctests: sphinx-copybutton
19+
dev,doctests: myst-parser
1920
!windows-!mac: scikits.odes
2021

2122
commands =

0 commit comments

Comments
 (0)