File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 45
45
- name : Pip install pylint, Sphinx, pre-commit
46
46
run : |
47
47
pip install --force-reinstall pylint Sphinx sphinx-rtd-theme pre-commit
48
+ - name : Load graphviz
49
+ run : |
50
+ sudo apt install graphviz
48
51
- name : Library version
49
52
run : git describe --dirty --always --tags
50
53
- name : Setup problem matchers
Original file line number Diff line number Diff line change 7
7
.. automodule :: displayio_switchround
8
8
:members:
9
9
:member-order: bysource
10
+ :inherited-members:
11
+
12
+ .. inheritance-diagram :: adafruit_displayio_layout.widgets.switch_round
Original file line number Diff line number Diff line change 19
19
"sphinx.ext.intersphinx" ,
20
20
"sphinx.ext.napoleon" ,
21
21
"sphinx.ext.todo" ,
22
+ "sphinx.ext.inheritance_diagram" ,
22
23
]
23
24
24
25
# TODO: Please Read!
You can’t perform that action at this time.
0 commit comments