|
@@ -1,7 +1,7 @@
|
|
|
# -*- coding: utf-8 -*-
|
|
# -*- coding: utf-8 -*-
|
|
|
#
|
|
#
|
|
|
# Mopidy Touchscreen documentation build configuration file, created by
|
|
# Mopidy Touchscreen documentation build configuration file, created by
|
|
|
-# sphinx-quickstart on Tue May 19 21:55:21 2015.
|
|
|
|
|
|
|
+# sphinx-quickstart on Tue May 19 23:33:30 2015.
|
|
|
#
|
|
#
|
|
|
# This file is execfile()d with the current directory set to its
|
|
# This file is execfile()d with the current directory set to its
|
|
|
# containing dir.
|
|
# containing dir.
|
|
@@ -31,7 +31,6 @@ import shlex
|
|
|
# ones.
|
|
# ones.
|
|
|
extensions = [
|
|
extensions = [
|
|
|
'sphinx.ext.autodoc',
|
|
'sphinx.ext.autodoc',
|
|
|
- 'sphinx.ext.coverage',
|
|
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
# Add any paths that contain templates here, relative to this directory.
|
|
# Add any paths that contain templates here, relative to this directory.
|
|
@@ -58,9 +57,9 @@ author = u'9and3r'
|
|
|
# built documents.
|
|
# built documents.
|
|
|
#
|
|
#
|
|
|
# The short X.Y version.
|
|
# The short X.Y version.
|
|
|
-version = '4.0.0'
|
|
|
|
|
|
|
+version = '0.4.0'
|
|
|
# The full version, including alpha/beta/rc tags.
|
|
# The full version, including alpha/beta/rc tags.
|
|
|
-release = '4.0.0'
|
|
|
|
|
|
|
+release = '0.4.0'
|
|
|
|
|
|
|
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
|
|
# for a list of supported languages.
|
|
# for a list of supported languages.
|
|
@@ -77,7 +76,7 @@ language = None
|
|
|
|
|
|
|
|
# List of patterns, relative to source directory, that match files and
|
|
# List of patterns, relative to source directory, that match files and
|
|
|
# directories to ignore when looking for source files.
|
|
# directories to ignore when looking for source files.
|
|
|
-exclude_patterns = []
|
|
|
|
|
|
|
+exclude_patterns = ['_build']
|
|
|
|
|
|
|
|
# The reST default role (used for this markup: `text`) to use for all
|
|
# The reST default role (used for this markup: `text`) to use for all
|
|
|
# documents.
|
|
# documents.
|
|
@@ -286,4 +285,8 @@ texinfo_documents = [
|
|
|
# If true, do not generate a @detailmenu in the "Top" node's menu.
|
|
# If true, do not generate a @detailmenu in the "Top" node's menu.
|
|
|
#texinfo_no_detailmenu = False
|
|
#texinfo_no_detailmenu = False
|
|
|
|
|
|
|
|
-os.path.abspath('../mopidy-touchscreen')
|
|
|
|
|
|
|
+import sphinx_rtd_theme
|
|
|
|
|
+
|
|
|
|
|
+html_theme = "sphinx_rtd_theme"
|
|
|
|
|
+
|
|
|
|
|
+html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|