From 95164ac688da1b76da16516a7f2e2646b928261e Mon Sep 17 00:00:00 2001 From: Florian Maas Date: Sun, 15 Sep 2024 21:59:43 +0200 Subject: [PATCH] fix mkdocstrings --- {{cookiecutter.project_name}}/mkdocs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/{{cookiecutter.project_name}}/mkdocs.yml b/{{cookiecutter.project_name}}/mkdocs.yml index e60f7a2..cb4227e 100644 --- a/{{cookiecutter.project_name}}/mkdocs.yml +++ b/{{cookiecutter.project_name}}/mkdocs.yml @@ -15,9 +15,7 @@ plugins: - mkdocstrings: handlers: python: - setup_commands: - - import sys - - sys.path.append('../') + paths: [{{cookiecutter.project_slug}}] theme: name: material feature: