You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/development/change_log.rst
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,16 @@
3
3
Changelog
4
4
=========
5
5
6
+
.. _`unreleased`:
7
+
8
+
Unreleased
9
+
----------
10
+
11
+
Fixes
12
+
.....
13
+
14
+
- 🐛 Replace absolute path with relative path to fix ``local-url`` not working on the non-local environment
15
+
6
16
.. _`release:1.0.0`:
7
17
8
18
1.0.0
@@ -26,7 +36,7 @@ New and Improved
26
36
27
37
- ✨ Added a new ``write rst`` CLI command.
28
38
29
-
The ``write rst`` command write a reStructuredText file with :external+needs:ref:`needextend <needextend>` directive from the extracted markers generated by ``analyse``.
39
+
The ``write rst`` command writes a reStructuredText file with :external+needs:ref:`needextend <needextend>` directive from the extracted markers generated by ``analyse``.
30
40
The generated RST can be included in the Sphinx documentation to create the source code links in the existing needs
31
41
32
42
- 🔨 Replaced ``virtual_docs`` with the new ``analyse`` module.
@@ -53,7 +63,7 @@ New and Improved
53
63
Fixes
54
64
.....
55
65
56
-
- 🐛 Applying default configuration value when not given
66
+
- 🐛 Apply default configuration values when not given
57
67
58
68
When a user does not specify certain configuration options, the extension will automatically use predefined default
59
69
values, allowing users to get started quickly without needing to customize every option.
0 commit comments