File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2222 run : |
2323 python -m pip install --upgrade pip
2424 python -m pip install ".[docs]"
25+ sudo apt install graphviz --yes
26+
2527 - name : Build Docs
2628 uses : aganders3/headless-gui@v1
2729 with :
Original file line number Diff line number Diff line change 4949}
5050
5151numpydoc_show_class_members = False
52- automodapi_inheritance_diagram = False
52+ automodapi_inheritance_diagram = True
53+ inheritance_graph_attrs = {"rankdir" : "TR" }
5354
5455intersphinx_mapping = {
5556 "python" : ("https://docs.python.org/3/" , None ),
6061}
6162
6263nitpicky = 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.
6465# TODO: fix at some point
6566nitpick_ignore = [
66- ("py:class" , "PyQt6.QtWidgets.QWidget" ),
6767 ("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" ),
6872]
6973
7074# Add any paths that contain templates here, relative to this directory.
You can’t perform that action at this time.
0 commit comments