Skip to content

Commit

Permalink
Re-introduce virtual frame buffer for PyVista on RTD
Browse files Browse the repository at this point in the history
Signed-off-by: Håkon Wiik Ånes <[email protected]>
  • Loading branch information
hakonanes committed Nov 1, 2023
1 parent aefc94e commit 95c1344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions doc/environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
channels:
- conda-forge
dependencies:
- pip
- python=3.11
- pandoc>=2.14.2, <4.0.0

0 comments on commit 95c1344

Please sign in to comment.