mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user