Skip to content

Commit 69db958

Browse files
committed
fix: setting viz_interface.DOCUMENTATION_BUILD to True
1 parent 1a11b2f commit 69db958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
os.environ["PYANSYS_VISUALIZER_DOC_MODE"] = "true"
3737
pv.OFF_SCREEN = True
3838
pv.BUILDING_GALLERY = True
39-
viz_interface.BUILDING_GALLERY = True
39+
viz_interface.DOCUMENTATION_BUILD = True
4040

4141
# If PyMechanical is installed, enable building gallery
4242
try:

0 commit comments

Comments
 (0)