Skip to content

Commit

Permalink
Fix setup.py (#990)
Browse files Browse the repository at this point in the history
Fix sphinxcontrib-applehelp
  • Loading branch information
alkino committed Jan 12, 2023
1 parent 04c4e3d commit 0847c80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ def _config_exe(exe_name):
"nbconvert",
"nbsphinx>=0.3.2",
"pytest>=3.7.2",
"sphinx<5", # myst_parser requires <5 and pip falls over
"sphinxcontrib-applehelp<1.0.3",
"sphinx<6",
"sphinx-rtd-theme",
]
+ install_requirements,
Expand Down

0 comments on commit 0847c80

Please sign in to comment.