Skip to content

Commit

Permalink
Integrate sphinxcadquery to visualize 3D parts
Browse files Browse the repository at this point in the history
  • Loading branch information
Peque committed Feb 26, 2019
1 parent bf6e34d commit 76643a1
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 82 deletions.
11 changes: 10 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,16 @@

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.autosummary','cadquery.cq_directive']
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinx.ext.autosummary',
'cadquery.cq_directive',
'sphinxcadquery.sphinxcadquery',
]

# Configure `sphinxcadquery`
sphinxcadquery_include_source = True

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
Loading

0 comments on commit 76643a1

Please sign in to comment.