From 5fd017328b339750bcbc6366fbe1b80e6e851ffb Mon Sep 17 00:00:00 2001 From: Will Hellinger Date: Wed, 15 Apr 2026 19:06:39 -0400 Subject: [PATCH] Add versions to doc building requirements and add main-dev to main-dev branch --- .github/workflows/sonarqube.yml | 1 + .gitignore | 2 +- docs/requirements.txt | 10 +++++----- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 4a88f0a..3461749 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - main-dev pull_request: diff --git a/.gitignore b/.gitignore index 4e1b3ca..4fae22f 100644 --- a/.gitignore +++ b/.gitignore @@ -189,7 +189,7 @@ cython_debug/ # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore # and can be added to the global gitignore or merged into this file. However, if you prefer, # you could uncomment the following to ignore the entire vscode folder -# .vscode/ +.vscode/ # Ruff stuff: .ruff_cache/ diff --git a/docs/requirements.txt b/docs/requirements.txt index 9044f17..334b7e4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ zensical==0.0.24 -mkdocstrings -mkdocstrings-python -mkdocs-minify-plugin -mkdocs-git-revision-date-localized-plugin -pymdown-extensions +mkdocstrings==1.0.3 +mkdocstrings-python==2.0.3 +mkdocs-minify-plugin==0.8.0 +mkdocs-git-revision-date-localized-plugin==1.5.1 +pymdown-extensions==10.21.2