File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 22
22
run : |
23
23
python -m pip install --upgrade pip
24
24
python -m pip install ".[docs]"
25
+ sudo apt install graphviz --yes
26
+
25
27
- name : Build Docs
26
28
uses : aganders3/headless-gui@v1
27
29
with :
Original file line number Diff line number Diff line change 49
49
}
50
50
51
51
numpydoc_show_class_members = False
52
- automodapi_inheritance_diagram = False
52
+ automodapi_inheritance_diagram = True
53
+ inheritance_graph_attrs = {"rankdir" : "TR" }
53
54
54
55
intersphinx_mapping = {
55
56
"python" : ("https://docs.python.org/3/" , None ),
60
61
}
61
62
62
63
nitpicky = True
63
- # Can't work out how to link this properley using intersphinx and the PyQT6 docs.
64
+ # Can't work out how to link this properly using intersphinx and the PyQT6 docs.
64
65
# TODO: fix at some point
65
66
nitpick_ignore = [
66
- ("py:class" , "PyQt6.QtWidgets.QWidget" ),
67
67
("py:class" , "PyQt5.QtWidgets.QWidget" ),
68
+ ("py:class" , "PyQt5.QtCore.QObject" ),
69
+ ("py:class" , "PyQt5.QtGui.QPaintDevice" ),
70
+ ("py:class" , "sip.simplewrapper" ),
71
+ ("py:class" , "sip.wrapper" ),
68
72
]
69
73
70
74
# Add any paths that contain templates here, relative to this directory.
You can’t perform that action at this time.
0 commit comments