Skip to content

Commit

Permalink
CI:fix sphinx error
Browse files Browse the repository at this point in the history
Remove sphinx_rtd_theme

Signed-off-by: Raluca Chis <[email protected]>
  • Loading branch information
Raluca Chis authored and pcercuei committed Oct 6, 2022
1 parent 40ffc5d commit cee2d13
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions bindings/python/doc/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import sys
sys.path.insert(0, os.path.abspath('../.'))
sys.path.insert(0, os.path.abspath('../examples'))

import sphinx_rtd_theme

# -- Project information -----------------------------------------------------

project = '@PROJECT_NAME@'
Expand All @@ -32,7 +30,7 @@ release = '@LIBIIO_VERSION@'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["sphinx.ext.githubpages", "sphinx_rtd_theme", 'sphinx.ext.viewcode', 'sphinx.ext.autodoc']
extensions = ["sphinx.ext.githubpages", 'sphinx.ext.viewcode', 'sphinx.ext.autodoc']
#]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -46,11 +44,6 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "sphinx_rtd_theme"

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down

0 comments on commit cee2d13

Please sign in to comment.