Skip to content

Commit

Permalink
Add myst-parser to docs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Dec 2, 2024
1 parent 621e3f8 commit cf4127f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@ schema-salad[pycodegen]
# Needs to validate v1.2
cwltool>=3.0.20200807132242


# To check type annotations
mypy

# For testing
tox
pytest
coverage

# For dev
sphinx
sphinx_rtd_theme
myst-parser
# To build docs
-r docs/requirements.txt

# Used to check readme.
readme
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
myst-parser
sphinx
sphinx-rtd-theme

0 comments on commit cf4127f

Please sign in to comment.