From bf094daa66aad5168b054638f3d140476755ca9f Mon Sep 17 00:00:00 2001 From: Matthew Lee <{ID} {username}@users.noreply.github.com> Date: Sun, 16 Aug 2026 18:01:22 +1200 Subject: [PATCH 1/2] removeing strict from doc building --- .github/workflows/reusable-build-and-deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-and-deploy-docs.yml b/.github/workflows/reusable-build-and-deploy-docs.yml index ef89dc9..eb75de2 100644 --- a/.github/workflows/reusable-build-and-deploy-docs.yml +++ b/.github/workflows/reusable-build-and-deploy-docs.yml @@ -32,7 +32,7 @@ jobs: run: uv sync --only-group docs - name: Build the site - run: uv run --no-sync mkdocs build --strict + run: uv run --no-sync mkdocs build - name: Upload the site artifact uses: actions/upload-pages-artifact@v4 From 37aac57d321a49e479360714c4a84d06e13e4401 Mon Sep 17 00:00:00 2001 From: Matthew Lee <{ID} {username}@users.noreply.github.com> Date: Sun, 16 Aug 2026 18:17:30 +1200 Subject: [PATCH 2/2] post release README update --- README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 032ee6f..85a1290 100644 --- a/README.md +++ b/README.md @@ -2,24 +2,27 @@
+[![CI](https://github.com/matthewlee-dev/maya-python-project-template/actions/workflows/template-ci.yml/badge.svg)](https://github.com/matthewlee-dev/maya-python-project-template/actions/workflows/template-ci.yml) +[![Managed with uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv) +[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) +[![GitHub Actions][github-actions-shield]][github-actions-url]
- MayaPythonLogo + MayaPythonLogo -[![CI](https://github.com/matthewlee-dev/maya-python-project-template/actions/workflows/template-ci.yml/badge.svg)](https://github.com/matthewlee-dev/maya-python-project-template/actions/workflows/template-ci.yml) -[![Managed with uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv) -[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![Python][python_3-shield]][python-url] [![Maya][maya-shield]][maya-url] -[![GitHub Actions][github-actions-shield]][github-actions-url] -

Maya Python Project Template

- A GitHub template for Maya Python tools
+ A GitHub template for Maya Python tools +
+ Explore the docs » +
+
Report Bug · Request Feature @@ -31,6 +34,10 @@ Maya Python projects often start as a small collection of scripts and grow into This template provides a modern, reproducible foundation for that infrastructure from the outset, so a tool can go from initial development to reliable distribution. The goal isn't to prescribe how a Maya tool should be written, just to remove the repetitive setup work around it. +> [!NOTE] +> Example project built from this template: +> [locator-creator](https://github.com/matthewlee-dev/locator-creator). + ## How to use this template ### Do not fork. Use the [Use this template][use-template-link] button instead.