From fae0e0716e5f4c38c44399c3d1a5ffe799f8bde7 Mon Sep 17 00:00:00 2001 From: Lukas Heumos Date: Tue, 23 Apr 2024 21:48:53 +0200 Subject: [PATCH] Remove useless comments --- {{cookiecutter.project_name}}/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/docs/conf.py b/{{cookiecutter.project_name}}/docs/conf.py index bcad7690..312f8699 100644 --- a/{{cookiecutter.project_name}}/docs/conf.py +++ b/{{cookiecutter.project_name}}/docs/conf.py @@ -39,7 +39,7 @@ "github_user": "{{cookiecutter.github_user}}", "github_repo": "{{cookiecutter.project_repo}}", "github_version": "main", - "conf_py_path": "/docs/", # Path in the checkout to the docs root + "conf_py_path": "/docs/", } # -- General configuration ---------------------------------------------------