File tree Expand file tree Collapse file tree 2 files changed +17
-10
lines changed
Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 22gpiozero
33========
44
5- .. image :: https://badge.fury.io/py/gpiozero.svg
6- :target: https://badge.fury.io/py/gpiozero
7- :alt: Latest Version
5+ .. ifconfig :: html_theme == 'sphinx_rtd_theme'
86
9- .. image :: https://travis-ci.org/RPi-Distro/python- gpiozero.svg?branch=master
10- :target: https://travis-ci.org/RPi-Distro/python- gpiozero
11- :alt: Build Tests
7+ .. image :: https://badge.fury.io/py/ gpiozero.svg
8+ :target: https://badge.fury.io/py/ gpiozero
9+ :alt: Latest Version
1210
13- .. image :: https://img.shields.io/codecov/c/github/RPi-Distro/python-gpiozero/master.svg?maxAge=2592000
14- :target: https://codecov.io/github/RPi-Distro/python-gpiozero
15- :alt: Code Coverage
11+ .. image :: https://travis-ci.org/RPi-Distro/python-gpiozero.svg?branch=master
12+ :target: https://travis-ci.org/RPi-Distro/python-gpiozero
13+ :alt: Build Tests
14+
15+ .. image :: https://img.shields.io/codecov/c/github/RPi-Distro/python-gpiozero/master.svg?maxAge=2592000
16+ :target: https://codecov.io/github/RPi-Distro/python-gpiozero
17+ :alt: Code Coverage
1618
1719A simple interface to everyday GPIO components used with Raspberry Pi.
1820
Original file line number Diff line number Diff line change @@ -46,7 +46,12 @@ def __getattr__(cls, name):
4646
4747# -- General configuration ------------------------------------------------
4848
49- extensions = ['sphinx.ext.autodoc' , 'sphinx.ext.viewcode' , 'sphinx.ext.intersphinx' ]
49+ extensions = [
50+ 'sphinx.ext.autodoc' , # support for automethod, autoclass, etc.
51+ 'sphinx.ext.viewcode' , # support for "Source" links in output
52+ 'sphinx.ext.intersphinx' , # support links to Python library docs etc.
53+ 'sphinx.ext.ifconfig' , # support for ifconfig conditional includes
54+ ]
5055templates_path = ['_templates' ]
5156source_suffix = '.rst'
5257#source_encoding = 'utf-8-sig'
You can’t perform that action at this time.
0 commit comments