Skip to content

Commit 001f455

Browse files
authored
Removed deprecated sphinx method to fix doc build (#1328)
* Removed deprecated sphinx method to fix doc build * Remove unused import in sphinx conf.py
1 parent 3d7a1e7 commit 001f455

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/conf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
documentation root, use os.path.abspath to make it absolute, like shown here.
1919
"""
2020
# Import for custom theme from Read the Docs
21-
import sphinx_rtd_theme
2221

2322
import cmd2
2423

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

93-
# Custom theme from ReadTheDocs
94-
html_theme = 'sphinx_rtd_theme'
95-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
96-
9792
# Theme options are theme-specific and customize the look and feel of a theme
9893
# further. For a list of options available for each theme, see the
9994
# documentation.

0 commit comments

Comments
 (0)