]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: avoid another warning
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 6 Nov 2025 08:08:41 +0000 (09:08 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 19 Nov 2025 13:53:05 +0000 (14:53 +0100)
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.

doc/dev/conf.py
doc/user/conf.py

index c970bf0a6940bdecc0ab5e9e93c73cc34d9b64f1..45deb680c102cac2f763f0d795d818da7e0c4524 100644 (file)
@@ -63,7 +63,6 @@ htmlhelp_basename = 'apidoc'
 
 # 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
index a937fae0894a983edf97641b9e6609a7f65f323f..8f0e065389a3a4e93686727c761807ede678da4d 100644 (file)
@@ -44,7 +44,6 @@ html_static_path = ['../_static']
 
 # 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