File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 4545 - name : Pip install pylint, Sphinx, pre-commit
4646 run : |
4747 pip install --force-reinstall pylint Sphinx sphinx-rtd-theme pre-commit
48+ - name : Load graphviz
49+ run : |
50+ sudo apt install graphviz
4851 - name : Library version
4952 run : git describe --dirty --always --tags
5053 - name : Setup problem matchers
Original file line number Diff line number Diff line change 77 .. automodule :: displayio_switchround
88 :members:
99 :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 1919 "sphinx.ext.intersphinx" ,
2020 "sphinx.ext.napoleon" ,
2121 "sphinx.ext.todo" ,
22+ "sphinx.ext.inheritance_diagram" ,
2223]
2324
2425# TODO: Please Read!
You can’t perform that action at this time.
0 commit comments