Skip to content

Commit 523c370

Browse files
committed
Updated docs.
1 parent b720979 commit 523c370

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

doc-source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"pandas": ("https://pandas.pydata.org/docs/", None),
7373
"consolekit": ("https://consolekit.readthedocs.io/en/latest/", None),
7474
"pytest": ("https://docs.pytest.org/en/stable", None),
75+
"pytest-regressions": ("https://pytest-regressions.readthedocs.io/en/latest/", None),
7576
}
7677

7778
html_theme = "domdf_sphinx_theme"

domdf_python_tools/testing/regressions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ def check_file_regression(
5656
:param data:
5757
:param file_regression: The file regression fixture for the test.
5858
:param extension: The extension of the reference file.
59-
:param \*\*kwargs: Additional keyword arguments passed to :meth:`.FileRegressionFixture.check`.
59+
:param \*\*kwargs: Additional keyword arguments passed to
60+
:meth:`pytest_regressions.file_regression.FileRegressionFixture.check`.
6061
"""
6162

6263
__tracebackhide__ = True

repo_helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ intersphinx_mapping:
5454
- "'pandas': ('https://pandas.pydata.org/docs/', None)"
5555
- "'consolekit': ('https://consolekit.readthedocs.io/en/latest/', None)"
5656
- "'pytest': ('https://docs.pytest.org/en/stable', None)"
57+
- "'pytest-regressions': ('https://pytest-regressions.readthedocs.io/en/latest/', None)"
5758

5859
mypy_deps:
5960
- pprint36

0 commit comments

Comments
 (0)