From 6c70efd95ad85a9fa6cf2ae49a79e0c89958fbc6 Mon Sep 17 00:00:00 2001 From: Simon Guichandut <40605210+simonguichandut@users.noreply.github.com> Date: Wed, 26 Apr 2023 21:22:43 -0400 Subject: [PATCH] update source/conf.py (#372) --- sphinx_docs/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sphinx_docs/source/conf.py b/sphinx_docs/source/conf.py index 6a5642401..ce57c8f4c 100644 --- a/sphinx_docs/source/conf.py +++ b/sphinx_docs/source/conf.py @@ -20,7 +20,6 @@ import os import re import sys -import sphinx_rtd_theme import breathe import shlex import subprocess @@ -56,6 +55,7 @@ def get_version(): 'sphinx.ext.autosummary', 'numpydoc', 'sphinx.ext.githubpages', + 'sphinx_rtd_theme', 'breathe', 'IPython.sphinxext.ipython_console_highlighting', 'sphinx.ext.intersphinx'] @@ -140,7 +140,6 @@ def get_version(): # a list of builtin themes. # html_theme = 'sphinx_rtd_theme' -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the