File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,6 +164,8 @@ Default: **cpp**
164164 [src_trace.projects.project_name]
165165 comment_type = "c"
166166
167+ .. _source_dir :
168+
167169src_dir
168170~~~~~~~
169171
Original file line number Diff line number Diff line change 33Changelog
44=========
55
6+ .. _release:0.1.2 :
7+
8+ 0.1.2
9+ -----
10+
11+ :Released: 16.07.2025
12+
13+ Fixes
14+ .....
15+
16+ - π Applying default configuration value when not given
17+
18+ When a user does not specify certain configuration options, the extension will automatically use predefined default
19+ values, allowing users to get started quickly without needing to customize every option.
20+ Users can override these defaults by explicitly providing their own configuration values.
21+
22+ - π Fix local links for multi project configurations
23+
24+ Local links between docs and one-line need definitions work correctly, when :ref: `src_dir <source_dir >` in multiple
25+ project configurations point at different locations.
26+
27+ .. _release:0.1.1 :
28+
6290.1.1
730-----
831
@@ -12,6 +35,6 @@ Initial release of ``Sphinx-CodeLinks``
1235
1336This version features:
1437
15- - Sphinx Directive ``src-trace ``
16- - Virtual Docs and Source Discovery CLI
17- - One-line comment to define a ``Sphinx-Needs `` need item
38+ - β¨ Sphinx Directive ``src-trace ``
39+ - β¨ Virtual Docs and Source Discovery CLI
40+ - β¨ One-line comment to define a ``Sphinx-Needs `` need item
Original file line number Diff line number Diff line change 11[project ]
22name = " sphinx-codelinks"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " Fast Source Code Traceability for Sphinx-Needs"
55authors = [{ name = " team useblocks" , email = " info@useblocks.com" }]
66maintainers = [
You canβt perform that action at this time.
0 commit comments