From 43f344efe54b55ff2ab75229407530593129159e Mon Sep 17 00:00:00 2001 From: Sam Jirovec Date: Thu, 16 May 2024 14:53:47 -0500 Subject: [PATCH] removing pallets references in code and config --- doc/en/conf.py | 6 ------ doc/en/requirements.txt | 1 - 2 files changed, 7 deletions(-) diff --git a/doc/en/conf.py b/doc/en/conf.py index ab1519aaa..6c81ad715 100644 --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -15,9 +15,7 @@ # # The full version, including alpha/beta/rc tags. # The short X.Y version. -import os import shutil -import sys from textwrap import dedent from typing import TYPE_CHECKING @@ -65,7 +63,6 @@ latex_elements = { # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [ - "pallets_sphinx_themes", "pygments_pytest", "sphinx.ext.autodoc", "sphinx.ext.autosummary", @@ -216,9 +213,6 @@ nitpick_ignore = [ # -- Options for HTML output --------------------------------------------------- -sys.path.append(os.path.abspath("_themes")) -html_theme_path = ["_themes"] - # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. html_theme = "furo" diff --git a/doc/en/requirements.txt b/doc/en/requirements.txt index 9b84ac14a..5ffa099d9 100644 --- a/doc/en/requirements.txt +++ b/doc/en/requirements.txt @@ -1,4 +1,3 @@ -pallets-sphinx-themes pluggy>=1.5.0 pygments-pytest>=2.3.0 sphinx-removed-in>=0.2.0