Skip to content

Commit 8576907

Browse files
committed
Enable graphviz and numrefs
1 parent d665bce commit 8576907

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/source/conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"sphinx_toolbox.collapse",
3232
"sphinx.ext.autodoc",
3333
"sphinx.ext.autosummary",
34+
"sphinx.ext.graphviz",
3435
"sphinx.ext.intersphinx",
3536
"sphinx.ext.napoleon",
3637
"sphinx.ext.todo",
@@ -89,3 +90,10 @@
8990
# author, 'ansys.mapdl.core', 'Pythonic interface to MAPDL using gRPC',
9091
# 'Engineering Software'),
9192
# ]
93+
94+
# Include numerical references for the figures
95+
numfig = True
96+
97+
# Do not include the following patterns as documentation source files.
98+
# See issue: https://github.com/sphinx-doc/sphinx/issues/1668
99+
exclude_patterns = ["packaging/diagrams/*"]

0 commit comments

Comments
 (0)