You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the documentation build (such as by tox -e docs) causes a file new_hist.png to be dropped in the working directory. This came from #8569, which added a jupyter-execute block to the qiskit.visualization documentation that leads a savefig command.
How can we reproduce the issue?
Run the documentation build.
What should happen?
No files outside the documentation build directory should be created.
Any suggestions?
The offending .. jupter-execute block can just be replaced by a .. code-block one, since it doesn't actually output anything visually, or execute code in the IPython kernel that needs persisting to later cells.
The text was updated successfully, but these errors were encountered:
Environment
What is happening?
Running the documentation build (such as by
tox -e docs
) causes a filenew_hist.png
to be dropped in the working directory. This came from #8569, which added ajupyter-execute
block to theqiskit.visualization
documentation that leads asavefig
command.How can we reproduce the issue?
Run the documentation build.
What should happen?
No files outside the documentation build directory should be created.
Any suggestions?
The offending
.. jupter-execute
block can just be replaced by a.. code-block
one, since it doesn't actually output anything visually, or execute code in the IPython kernel that needs persisting to later cells.The text was updated successfully, but these errors were encountered: