Skip to content

Commit

Permalink
MAINT: remove incorrect comment from sphinx pin.
Browse files Browse the repository at this point in the history
The comment here was out-of-date (sphinx 5 has been released)
which made it unclear whether the pin was intentional or an
error. From the discussion in executablebooksgh-583, it's now clear the pin
is intentional, so removing the comment for clarity.

Alternatively, the comment could be updated in a way that won't
be obsoleted by future sphinx releases - wording suggestions
welcome.
  • Loading branch information
rossbar committed Jul 15, 2022
1 parent b232ca4 commit 22fed89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ doc = [
"nbclient",
"pandas",
"plotly",
"sphinx~=4.0", # Force Sphinx to be the latest version
"sphinx~=4.0",
"sphinx-design",
"sphinx-examples",
"sphinx-copybutton",
Expand Down

0 comments on commit 22fed89

Please sign in to comment.