@@ -15,8 +15,6 @@ import sys
1515sys.path.insert(0, os.path.abspath('../.'))
1616sys.path.insert(0, os.path.abspath('../examples'))
1717
18- import sphinx_rtd_theme
19-
2018# -- Project information -----------------------------------------------------
2119
2220project = '@PROJECT_NAME@'
@@ -32,7 +30,7 @@ release = '@LIBIIO_VERSION@'
3230# Add any Sphinx extension module names here, as strings. They can be
3331# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3432# ones.
35- extensions = ["sphinx.ext.githubpages", "sphinx_rtd_theme", 'sphinx.ext.viewcode', 'sphinx.ext.autodoc']
33+ extensions = ["sphinx.ext.githubpages", 'sphinx.ext.viewcode', 'sphinx.ext.autodoc']
3634#]
3735
3836# Add any paths that contain templates here, relative to this directory.
@@ -46,11 +44,6 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
4644
4745# -- Options for HTML output -------------------------------------------------
4846
49- # The theme to use for HTML and HTML Help pages. See the documentation for
50- # a list of builtin themes.
51- #
52- html_theme = "sphinx_rtd_theme"
53-
5447# Add any paths that contain custom static files (such as style sheets) here,
5548# relative to this directory. They are copied after the builtin static files,
5649# so a file named "default.css" will overwrite the builtin "default.css".
0 commit comments