Skip to content

Commit 3e7ee26

Browse files
committed
Alter docstring in version.py to pass autosummary
1 parent 0d7b6e1 commit 3e7ee26

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

doc/changes/unreleased.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44

55
* #512: Consolidated and added to deploying documentation pages
66
* #510: Consolidated information of metrics & updated to include more about Sonar
7+
8+
# Bugfix
9+
10+
* #514: Altered docstring in version.py to pass autosummary

exasol/toolbox/nox/_package_version.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@
2020

2121
# fmt: off
2222
_VERSION_MODULE_TEMPLATE = cleandoc('''
23-
"""ATTENTION:
24-
This file is generated by exasol/toolbox/nox/_package_version.py when using:
25-
* either "poetry run -- nox -s project:fix"
26-
* or "poetry run -- nox -s version:check -- --fix"
23+
"""
24+
ATTENTION:
25+
This file is generated by exasol/toolbox/nox/_package_version.py when using:
26+
* either "poetry run -- nox -s project:fix"
27+
* or "poetry run -- nox -s version:check -- --fix"
2728
Do not edit this file manually!
2829
If you need to change the version, do so in the pyproject.toml, e.g. by using
2930
`poetry version X.Y.Z`.

exasol/toolbox/version.py

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)