From 5d090da432396963dedafcf2a662ee527d18949f Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Tue, 13 Aug 2024 12:14:27 +0200 Subject: [PATCH] chore: do something precommit (#2530) * chore: do something precommit * style(pre-commit): auto fixes from pre-commit.com hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .github/workflows/.cleanup-todo | 2 +- docs/conf.py | 6 +++--- requirements/docs.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/.cleanup-todo b/.github/workflows/.cleanup-todo index a86e0606f0..01c573a26d 100644 --- a/.github/workflows/.cleanup-todo +++ b/.github/workflows/.cleanup-todo @@ -62,4 +62,4 @@ examples/ example python code, should not be checked requirements/ python requirements tests/ currently more or less unused, maybe check? .files configurations -/ repo content \ No newline at end of file +/ repo content diff --git a/docs/conf.py b/docs/conf.py index a780360fc9..2a7fdb532e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,8 +28,8 @@ break CHANGELOG_TEXT = ( - "".join(changelog_lines) - + """ + "".join(changelog_lines) + + """ ## Older Versions A changelog for versions prior to v2.0 can be found [here](old_changelog.rst). @@ -85,7 +85,7 @@ def write_new(): "myst_parser", "sphinx_copybutton", "sphinxext.opengraph", - "sphinx_autodoc_typehints" + "sphinx_autodoc_typehints", ] always_document_param_types = True diff --git a/requirements/docs.txt b/requirements/docs.txt index 314ac3f3a3..1d9f4ba43d 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -8,4 +8,4 @@ furo==2024.8.6 sphinx-autodoc-typehints==2.2.3 sphinx-intl==2.2.0 typing_extensions==4.12.2 -levenshtein==0.25.1 \ No newline at end of file +levenshtein==0.25.1