Skip to content

Commit

Permalink
Fix doc build failure (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 authored Jul 25, 2023
1 parent 3bc7007 commit 36f639a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
pyvista.OFF_SCREEN = True

# must be less than or equal to the XVFB window size
pyvista.rcParams["window_size"] = np.array([1024, 768])
pyvista.global_theme.window_size = np.array([1024, 768])

# Save figures in specified directory
pyvista.FIGURE_PATH = os.path.join(os.path.abspath("./images/"), "auto-generated/")
Expand Down

0 comments on commit 36f639a

Please sign in to comment.