From: Tomas Krizek Date: Thu, 16 Jan 2020 08:57:22 +0000 (+0100) Subject: doc/conf: remove some rtd_theme options X-Git-Tag: v5.0.0~7^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=612c09dc94e0e69415108fc17fcf30d90dca0625;p=thirdparty%2Fknot-resolver.git doc/conf: remove some rtd_theme options These options are not essential and they are only supported with newer versions of the theme, which are unavailable in older distributions. --- diff --git a/doc/conf.py b/doc/conf.py index 44861cfa0..bf74c1aa3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -61,8 +61,6 @@ html_theme_options = { # Toc options 'collapse_navigation': False, 'sticky_navigation': True, - 'navigation_depth': 3, - 'includehidden': False, } html_logo = '_static/logo-negativ.svg'