Skip to content

Commit

Permalink
moving
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPuzzuoli committed Mar 8, 2024
1 parent cbf4130 commit b862951
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,4 @@
# nbsphinx_execute = os.getenv('QISKIT_DOCS_BUILD_TUTORIALS', 'never')
nbsphinx_execute = 'always'
nbsphinx_widgets_path = ''
exclude_patterns = ['_build', '**.ipynb_checkpoints']

import warnings
warnings.filterwarnings("error")
exclude_patterns = ['_build', '**.ipynb_checkpoints']
2 changes: 2 additions & 0 deletions docs/tutorials/dynamics_backend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ array libraries>` for more information.

.. jupyter-execute::

import warnings
warnings.filterwarnings("error")
# Configure JAX
import jax
jax.config.update("jax_enable_x64", True)
Expand Down

0 comments on commit b862951

Please sign in to comment.