Skip to content

Commit cee2d13

Browse files
Raluca Chispcercuei
authored andcommitted
CI:fix sphinx error
Remove sphinx_rtd_theme Signed-off-by: Raluca Chis <[email protected]>
1 parent 40ffc5d commit cee2d13

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

bindings/python/doc/conf.py.in

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ import sys
1515
sys.path.insert(0, os.path.abspath('../.'))
1616
sys.path.insert(0, os.path.abspath('../examples'))
1717

18-
import sphinx_rtd_theme
19-
2018
# -- Project information -----------------------------------------------------
2119

2220
project = '@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

Comments
 (0)