Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ubproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ id_regex = "[A-Z_]{3,10}(_[\\d]{1,3})*"
# Activates variants handling for these options only.
# All other options get not checked, to save some build time, as these checks are quite time consuming.
# see https://sphinx-needs.readthedocs.io/en/latest/configuration.html#needs-variant-options
variant_options = ["author", "status"]
variant_options = ["status"]

# allowed values for need status core field
# see https://sphinx-needs.readthedocs.io/en/latest/configuration.html#needs-statuses
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ authors = [
]
dependencies = [
"sphinx[test]>=8.2.3",
"sphinx-needs[plotting]~=5.1.0",
"sphinx-needs[plotting]==6.0.1", # pin as RTD consumes this file, not uv.lock
"sphinxcontrib-plantuml>=0.30",
"sphinx-design>=0.6.1",
"sphinx-simplepdf>=1.6.0",
"sphinx-test-reports>=1.2.0",
"sphinx-test-reports==1.3.1", # pin as RTD consumes this file, not uv.lock
"furo>=2024.8.6",
"sphinx-preview>=0.1.2",
"sphinx-immaterial>=0.13.6",
Expand Down
135 changes: 126 additions & 9 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.