Integrate sphinxcadquery to visualize 3D parts (#111)

* Integrate `sphinxcadquery` to visualize 3D parts

* Try different default export tolerance

* Change the tolerance for toString too

* Tighter angularTolerance for toString

Co-authored-by: Adam Urbańczyk <adam-urbanczyk@users.noreply.github.com>
This commit is contained in:
Miguel Sánchez de León Peque
2020-08-18 17:27:51 +02:00
committed by GitHub
parent 5ad5fdfa3d
commit c7b7e9592f
6 changed files with 55 additions and 96 deletions

View File

@ -38,8 +38,12 @@ extensions = [
"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"]