Skip to content

Commit 9d40f6a

Browse files
committed
updated according to the review
1 parent 377922a commit 9d40f6a

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

docs/source/components/configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ Default: **cpp**
164164
[src_trace.projects.project_name]
165165
comment_type = "c"
166166

167+
.. _source_dir:
168+
167169
src_dir
168170
~~~~~~~
169171

docs/source/development/change_log.rst

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,25 @@
33
Changelog
44
=========
55

6+
.. _release:0.1.2:
7+
68
0.1.2
79
-----
810

911
:Released: 16.07.2025
1012

11-
Fixed:
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+
- 🐛 Local links between docs and one-line need definitions work correctly, when :ref:`src_dir <source_dir>` in multiple project configurations point at different locations.
1223

13-
- Applying default configs when not given
14-
- ``local-url`` in multi-projects
24+
.. _release:0.1.1:
1525

1626
0.1.1
1727
-----
@@ -22,6 +32,6 @@ Initial release of ``Sphinx-CodeLinks``
2232

2333
This version features:
2434

25-
- Sphinx Directive ``src-trace``
26-
- Virtual Docs and Source Discovery CLI
27-
- One-line comment to define a ``Sphinx-Needs`` need item
35+
- Sphinx Directive ``src-trace``
36+
- Virtual Docs and Source Discovery CLI
37+
- One-line comment to define a ``Sphinx-Needs`` need item

0 commit comments

Comments
 (0)