Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSkovMadsen committed Nov 24, 2024
1 parent fc2917c commit a3808aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/reference/panel_copy_paste.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Reference

::: src.panel_copy_paste
::: panel_copy_paste
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ plugins:
- mkdocstrings:
handlers:
python:
paths:
- src
options:
docstring_style: numpy
show_if_no_docstring: true
Expand Down
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3808aa

Please sign in to comment.