Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: do something precommit #2530

Merged
merged 2 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/.cleanup-todo
Original file line number Diff line number Diff line change
Expand Up @@ -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
/ repo content
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -85,7 +85,7 @@ def write_new():
"myst_parser",
"sphinx_copybutton",
"sphinxext.opengraph",
"sphinx_autodoc_typehints"
"sphinx_autodoc_typehints",
]

always_document_param_types = True
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
levenshtein==0.25.1
Loading