Skip to content

Commit 5fd0173

Browse files
Add versions to doc building requirements and add main-dev to main-dev branch
1 parent fcf1030 commit 5fd0173

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- main-dev
78
pull_request:
89

910

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ cython_debug/
189189
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
190190
# and can be added to the global gitignore or merged into this file. However, if you prefer,
191191
# you could uncomment the following to ignore the entire vscode folder
192-
# .vscode/
192+
.vscode/
193193

194194
# Ruff stuff:
195195
.ruff_cache/

docs/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
zensical==0.0.24
2-
mkdocstrings
3-
mkdocstrings-python
4-
mkdocs-minify-plugin
5-
mkdocs-git-revision-date-localized-plugin
6-
pymdown-extensions
2+
mkdocstrings==1.0.3
3+
mkdocstrings-python==2.0.3
4+
mkdocs-minify-plugin==0.8.0
5+
mkdocs-git-revision-date-localized-plugin==1.5.1
6+
pymdown-extensions==10.21.2

0 commit comments

Comments
 (0)