Skip to content

Commit

Permalink
fix: Disallow sphinx-copybutton v0.5.1 to avoid output in copy
Browse files Browse the repository at this point in the history
* sphinx-copybutton v0.5.1 has a bug that will place lines of output in
  the copy contents, so explicitly disallow v0.5.1. This bug is fixied
  in sphinx-copybutton v0.5.2.
  • Loading branch information
matthewfeickert committed Apr 30, 2023
1 parent 0cac458 commit b591275
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 @@ -112,7 +112,7 @@ docs = [
"nbsphinx!=0.8.8", # c.f. https://github.com/spatialaudio/nbsphinx/issues/620
"ipywidgets",
"sphinx-issues",
"sphinx-copybutton>=0.3.2",
"sphinx-copybutton>=0.3.2,!=0.5.1",
"jupyterlite-sphinx>=0.8.0",
"jupyterlite-pyodide-kernel>=0.0.7",
"jupytext>=1.14.0",
Expand Down

0 comments on commit b591275

Please sign in to comment.