Skip to content

Commit

Permalink
missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz committed Jan 15, 2024
1 parent 56e04e7 commit 03e3ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ipython", # sphinx needs this to render codes
"nbsphinx>=0.8.5",
"readthedocs-sphinx-search==0.1.0",
"sphinxcontrib-applehelp<1.0.8"
"sphinxcontrib-applehelp<1.0.8",
"sphinx<5",
"sphinx_rtd_theme",
"sphinx-gallery",
Expand Down

0 comments on commit 03e3ea0

Please sign in to comment.