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 8f208ea commit 81d378dCopy full SHA for 81d378d
doc/requirements.txt
@@ -1,3 +1,4 @@
1
+myst_parser >= 0.18.0
2
Sphinx >= 6.2.1
3
sphinx-rtd-theme >= 1.2.0
4
sphinxcontrib-programoutput
setup.py
@@ -57,7 +57,6 @@ def read(fname):
57
"simplesat>=0.8.0",
58
"fastjsonschema",
59
"jsonschema2md",
60
- "myst_parser>=0.18.0",
61
],
62
# Supported Python versions: 3.6+
63
python_requires=">=3.6, <4",
0 commit comments