Skip to content
Snippets Groups Projects

Fix doc build

Merged Mark Smith requested to merge fix_docs into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -43,12 +43,12 @@ extensions = [
@@ -43,12 +43,12 @@ extensions = [
"sphinx_rtd_theme",
"sphinx_rtd_theme",
"sphinx.ext.autodoc",
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"sphinx.ext.napoleon",
 
"autoapi.extension",
"sphinx.ext.viewcode",
"sphinx.ext.viewcode",
"sphinx.ext.graphviz",
"sphinx.ext.graphviz",
"sphinx.ext.todo",
"sphinx.ext.todo",
"graphviz_linked",
"graphviz_linked",
"sphinxcontrib.autodoc_pydantic",
"sphinxcontrib.autodoc_pydantic",
"autoapi.extension",
]
]
# Control the display of the DaVinci.Options object
# Control the display of the DaVinci.Options object
Loading