Revert "Fix #295"

This reverts commit 38541889ca.
This commit is contained in:
Dave Jones
2016-08-31 00:24:29 +01:00
parent 638cec11ac
commit e9ff6fce3c
2 changed files with 10 additions and 17 deletions

View File

@@ -2,8 +2,6 @@
gpiozero
========
.. ifconfig:: html_theme == 'sphinx_rtd_theme'
.. image:: https://badge.fury.io/py/gpiozero.svg
:target: https://badge.fury.io/py/gpiozero
:alt: Latest Version

View File

@@ -46,12 +46,7 @@ sys.modules['spidev'] = Mock()
# -- General configuration ------------------------------------------------
extensions = [
'sphinx.ext.autodoc', # support for automethod, autoclass, etc.
'sphinx.ext.viewcode', # support for "Source" links in output
'sphinx.ext.intersphinx', # support links to Python library docs etc.
'sphinx.ext.ifconfig', # support for ifconfig conditional includes
]
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.intersphinx']
templates_path = ['_templates']
source_suffix = '.rst'
#source_encoding = 'utf-8-sig'