Skip to content

Commit b24ce6a

Browse files
committed
[doc-build]
1 parent 0172334 commit b24ce6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skrub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#: Path to the Markdown documentation bundled with the package.
1111
#: Use ``skrub.__docs_dir__`` to access it programmatically.
12-
__docs_dir__ = _Path(__file__).parent / "data" / "docs"
12+
__docs_dir__ = _Path(__file__).parent / "_docs"
1313

1414
from . import core, selectors
1515
from ._agg_joiner import AggJoiner, AggTarget

0 commit comments

Comments
 (0)