From 86b6a320feb75274733bd52055b7bcb73cc92095 Mon Sep 17 00:00:00 2001 From: ionutboangiu Date: Tue, 27 Jun 2023 02:50:46 -0400 Subject: [PATCH] Fix rtd search function By adding the theme to the extension list in conf.py. --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 488e82da7..0023a12b1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,7 +28,8 @@ import sys, os extensions = [ 'sphinx.ext.todo', 'sphinx_copybutton', - 'sphinx_tabs.tabs' + 'sphinx_tabs.tabs', + 'sphinx_rtd_theme' ] # Add any paths that contain templates here, relative to this directory.