Skip to content

Commit

Permalink
Pin argparse version to fix rtd build issues (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanici authored Jul 16, 2024
2 parents ce394ef + 023d23a commit ef8e9b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion devtools/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
# building the docs
nbsphinx == 0.8.12
sphinx > 3.0.0
sphinx-argparse
# TODO: Remove sphinx-argparse <0.5.0 pin once upstream build issue is fixed
# <https://github.com/sphinx-doc/sphinx-argparse/issues/56>
sphinx-argparse < 0.5.0
sphinx_copybutton
sphinx-rtd-theme >= 1.0, < 2.0
sphinx-github-style >= 1.0, < 2.0
Expand Down
4 changes: 3 additions & 1 deletion devtools/dev-requirements_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ dependencies:
- nbsphinx == 0.8.12
- pandoc
- sphinx > 3.0.0
- sphinx-argparse
# TODO: Remove sphinx-argparse <0.5.0 pin once upstream build issue is fixed
# <https://github.com/sphinx-doc/sphinx-argparse/issues/56>
- sphinx-argparse < 0.5.0
- sphinx-copybutton
- sphinx_rtd_theme >= 1.0, < 2.0

Expand Down

0 comments on commit ef8e9b6

Please sign in to comment.