Skip to content
Closed
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 .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build:
post_create_environment:
# ubt-sphinx is only available on the private pypi.useblocks.com index, not on PyPI.
# RTD's pip install uses PyPI by default, so we pre-install it here before the main install runs.
- pip install --extra-index-url https://pypi.useblocks.com/ "ubt-sphinx==0.7.1"
- pip install --extra-index-url https://pypi.useblocks.com/ "ubt-sphinx==0.8.0"
# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand Down
3 changes: 2 additions & 1 deletion docs/ubproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -680,11 +680,12 @@ remote_url_pattern = "https://github.com/useblocks/sphinx-needs-demo/blob/{commi
[codelinks.projects.coffee_machine.source_discover]
src_dir = "../crates" # Relative path to Rust source
gitignore = true
comment_type = "rust"
comment_type = "cpp"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this change?


[codelinks.projects.coffee_machine.analyse]
get_need_id_refs = false # Don't extract need ID references (just for simple linking)
get_oneline_needs = true # Extract oneline need definitions from code
get_rst = true
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this change?


[codelinks.projects.coffee_machine.analyse.oneline_comment_style]
start_sequence = "@ " # Start sequence: "// @ "
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"sphinx-test-reports>=1.3.2", # pin as RTD consumes this file, not uv.lock
"furo>=2024.8.6",
"sphinx-preview>=0.1.2",
"ubt-sphinx==0.7.1"
"ubt-sphinx==0.8.0"
]
readme = "README.md"
requires-python = ">= 3.12"
Expand Down
6 changes: 3 additions & 3 deletions uv.lock

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

Loading