From 9c656892448d70fcde07373a0f8d963093b2eaa8 Mon Sep 17 00:00:00 2001 From: mrava87 Date: Mon, 9 Oct 2023 11:46:20 +0300 Subject: [PATCH] fix: remove rdt-theme from conf.py --- docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 39d1e73..4b6e4fe 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -2,7 +2,6 @@ import sys import os import datetime -import sphinx_rtd_theme import sphinx_gallery from sphinx_gallery.sorting import ExampleTitleSortKey from pyproximal import __version__