Skip to content

Commit

Permalink
update mkdocs dependencies and move watch (#142)
Browse files Browse the repository at this point in the history
* update dependencies

* move watch to top level
  • Loading branch information
mattseddon committed Sep 23, 2024
1 parent 7861329 commit ab7750c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions {{cookiecutter.project_name}}/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ plugins:
python:
rendering:
show_submodules: no
watch:
- src/{{cookiecutter.package_name}}

watch:
- src/{{cookiecutter.package_name}}
8 changes: 4 additions & 4 deletions {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit ab7750c

Please sign in to comment.