From a3808aa395c533c736cc58aa53eb47884a15a311 Mon Sep 17 00:00:00 2001 From: Marc Skov Madsen Date: Sun, 24 Nov 2024 12:59:35 +0000 Subject: [PATCH] fix path --- docs/reference/panel_copy_paste.md | 2 +- mkdocs.yml | 2 ++ pyproject.toml | 7 ------- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/reference/panel_copy_paste.md b/docs/reference/panel_copy_paste.md index 5a3c68d..f024b88 100644 --- a/docs/reference/panel_copy_paste.md +++ b/docs/reference/panel_copy_paste.md @@ -1,3 +1,3 @@ # Reference -::: src.panel_copy_paste +::: panel_copy_paste diff --git a/mkdocs.yml b/mkdocs.yml index cf278e4..88bf684 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -58,6 +58,8 @@ plugins: - mkdocstrings: handlers: python: + paths: + - src options: docstring_style: numpy show_if_no_docstring: true diff --git a/pyproject.toml b/pyproject.toml index adc0653..8b4dfa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -134,13 +134,6 @@ filterwarnings = [ ] testpaths = ["tests"] -[tool.isort] -force_grid_wrap = 4 -multi_line_output = 5 -combine_as_imports = true -lines_between_types = 1 -include_trailing_comma = true - [tool.mypy] python_version = '3.11' no_implicit_optional = true