WARNING: Calling get_html_theme_path is deprecated.
If you are calling it to define html_theme_path,
you are safe to remove that code.
# Theme
html_theme = 'sphinx_rtd_theme'
-html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme_options = {
'logo_only': True, # if we have a html_logo below, this shows only the logo with no title text
# Theme
html_theme = 'sphinx_rtd_theme'
-html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme_options = {
'logo_only': True, # if we have a html_logo below, this shows only the logo with no title text