diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5fe93aec..5d435f957 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,12 +3,9 @@ repos: rev: v5.0.0 hooks: - id: check-yaml - - id: check-added-large-files - # - id: pretty-format-json - # args: ["--autofix", "--no-sort-keys"] - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.6.9 hooks: - id: ruff args: ["check", "--select", "I", "--fix"] - - id: ruff-format \ No newline at end of file + - id: ruff-format diff --git a/docs/source/conf.py b/docs/source/conf.py index 87762ab9d..9b255308e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -174,9 +174,6 @@ # documentation. # html_theme_options = {} -# Add any paths that contain custom themes here, relative to this directory. -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] - # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". # html_title = None