diff --git a/{{cookiecutter.project_name}}/mkdocs.yml b/{{cookiecutter.project_name}}/mkdocs.yml index 4cb50fb..f2c7e5d 100644 --- a/{{cookiecutter.project_name}}/mkdocs.yml +++ b/{{cookiecutter.project_name}}/mkdocs.yml @@ -29,5 +29,6 @@ plugins: python: rendering: show_submodules: no - watch: - - src/{{cookiecutter.package_name}} + +watch: + - src/{{cookiecutter.package_name}} diff --git a/{{cookiecutter.project_name}}/pyproject.toml b/{{cookiecutter.project_name}}/pyproject.toml index 9ad2016..74bad1c 100644 --- a/{{cookiecutter.project_name}}/pyproject.toml +++ b/{{cookiecutter.project_name}}/pyproject.toml @@ -28,11 +28,11 @@ Source = "https://github.com/{{cookiecutter.github_user}}/{{ cookiecutter.projec [project.optional-dependencies] {%- if cookiecutter.docs != "False" %} docs = [ - "mkdocs==1.5.2", + "mkdocs==1.6.1", "mkdocs-gen-files==0.5.0", - "mkdocs-material==9.3.1", - "mkdocs-section-index==0.3.6", - "mkdocstrings-python==1.6.3" + "mkdocs-material==9.5.36", + "mkdocs-section-index==0.3.9", + "mkdocstrings-python==1.11.1" ] {%- endif %} tests = [