Skip to content

Commit

Permalink
FIX: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jul 20, 2023
1 parent 01c314c commit fab9d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Preferred plotting style for documentation
pyvista.set_plot_theme('document')
try:
rc = pyvista.themes._rcParams
rc = pyvista.global_theme
except AttributeError:
rc = pyvista.rcParams
rc['window_size'] = np.array([1024, 768]) * 2
Expand Down

0 comments on commit fab9d43

Please sign in to comment.