Skip to content

Commit eb9857e

Browse files
committed
Integrate sphinxcadquery to visualize 3D parts
1 parent 9ab2678 commit eb9857e

File tree

5 files changed

+54
-95
lines changed

5 files changed

+54
-95
lines changed

doc/conf.py

+4
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,12 @@
3838
"sphinx.ext.viewcode",
3939
"sphinx.ext.autosummary",
4040
"cadquery.cq_directive",
41+
"sphinxcadquery.sphinxcadquery",
4142
]
4243

44+
# Configure `sphinxcadquery`
45+
sphinxcadquery_include_source = True
46+
4347
# Add any paths that contain templates here, relative to this directory.
4448
templates_path = ["_templates"]
4549

0 commit comments

Comments
 (0)