From cf4127f9887c51c02ec97490bf9742e128f0cd8d Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Mon, 2 Dec 2024 17:48:38 +0000 Subject: [PATCH] Add myst-parser to docs requirements --- dev-requirements.txt | 8 +++----- docs/requirements.txt | 1 + 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index e8cab36..40366c9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,7 +3,7 @@ schema-salad[pycodegen] # Needs to validate v1.2 cwltool>=3.0.20200807132242 - +# To check type annotations mypy # For testing @@ -11,10 +11,8 @@ tox pytest coverage -# For dev -sphinx -sphinx_rtd_theme -myst-parser +# To build docs +-r docs/requirements.txt # Used to check readme. readme diff --git a/docs/requirements.txt b/docs/requirements.txt index cbf1e36..8430e28 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,3 @@ +myst-parser sphinx sphinx-rtd-theme