Skip to content

Commit 58ee52b

Browse files
authored
Docs compatibility with sphinx 8 (patroni#3177)
1 parent 877acf2 commit 58ee52b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@
116116

117117
html_theme = 'sphinx_rtd_theme'
118118
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
119-
if not on_rtd: # only import and set the theme if we're building docs locally
120-
import sphinx_rtd_theme
121-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
122119

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

0 commit comments

Comments
 (0)