diff --git a/doc/conf.py b/doc/conf.py index d1baa907..74af3b19 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -266,7 +266,7 @@ def linkcode_resolve(domain, info): # Use static display until trame works with nbsphinx: # https://github.com/pyvista/pyvista/discussions/4809 pv.set_jupyter_backend("static") -# pv.start_xvfb() +pv.start_xvfb() # -- Copy button customization (taken from PyVista) # Exclude traditional Python prompts from the copied code diff --git a/doc/environment.yml b/doc/environment.yml index 239ce05a..f72b6022 100644 --- a/doc/environment.yml +++ b/doc/environment.yml @@ -1,5 +1,6 @@ channels: - conda-forge dependencies: + - pip - python=3.11 - pandoc>=2.14.2, <4.0.0 \ No newline at end of file