Skip to content

Commit 1afeb6d

Browse files
fix: Interactive documentation (#1160)
Co-authored-by: pyansys-ci-bot <pyansys.github.bot@ansys.com>
1 parent 668967f commit 1afeb6d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

doc/changelog.d/1160.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: Interactive documentation

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ doc = [
9696
"sphinx-autodoc-typehints==1.24.0",
9797
"sphinx-copybutton==0.5.2",
9898
"sphinx-jinja==2.0.2",
99+
"trame-vtk==2.8.6",
99100
"vtk==9.3.0",
100101
]
101102

src/ansys/geometry/core/plotting/plotter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def show(
552552

553553
# Override jupyter backend in case we are building docs
554554
if DOCUMENTATION_BUILD:
555-
jupyter_backend = "static"
555+
jupyter_backend = "html"
556556

557557
# Enabling anti-aliasing by default on scene
558558
self.scene.enable_anti_aliasing("ssaa")

0 commit comments

Comments
 (0)