From ca293fb43a65bc291883dea4b023561158f5ea75 Mon Sep 17 00:00:00 2001 From: Jeronimo Ortiz <166400360+ortizjeronimo@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:40:56 -0300 Subject: [PATCH] updated documentation theme --- docs/requirements-docs.txt | 2 +- docs/source/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index a95ae18..483a4e9 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1 +1 @@ -furo +sphinx_rtd_theme diff --git a/docs/source/conf.py b/docs/source/conf.py index 3b9402e..9fc9dc7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration -extensions = [] +extensions = ['sphinx_rtd_theme'] templates_path = ['_templates'] exclude_patterns = [] @@ -23,6 +23,6 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = 'furo' +html_theme = 'sphinx_rtd_theme' html_logo = 'scanosslogo.jpg' html_static_path = ['_static']