Skip to content

Commit

Permalink
Removed deprecated sphinx method to fix doc build (#1328)
Browse files Browse the repository at this point in the history
* Removed deprecated sphinx method to fix doc build

* Remove unused import in sphinx conf.py
  • Loading branch information
tleonhardt authored Oct 6, 2024
1 parent 3d7a1e7 commit 001f455
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
documentation root, use os.path.abspath to make it absolute, like shown here.
"""
# Import for custom theme from Read the Docs
import sphinx_rtd_theme

import cmd2

Expand Down Expand Up @@ -90,10 +89,6 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.

# Custom theme from ReadTheDocs
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
Expand Down

0 comments on commit 001f455

Please sign in to comment.