From: Jason Ish Date: Wed, 6 Sep 2023 14:51:49 +0000 (-0600) Subject: readthedocs: pin theme to sphinx_rtd_theme X-Git-Tag: suricata-7.0.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b57179d65ecd0c29b1031e4ac23ef5296d60046;p=thirdparty%2Fsuricata.git readthedocs: pin theme to sphinx_rtd_theme ReadTheDocs changed the default theme. --- diff --git a/doc/userguide/conf.py b/doc/userguide/conf.py index 47fec8ec6c..cf87f19c31 100644 --- a/doc/userguide/conf.py +++ b/doc/userguide/conf.py @@ -143,6 +143,7 @@ if not on_rtd: else: app.add_stylesheet('css/suricata.css') else: + html_theme = 'sphinx_rtd_theme' html_context = { 'css_files': [ 'https://media.readthedocs.org/css/sphinx_rtd_theme.css',