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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Unreleased
11
11
Fixes
12
12
.....
13
13
14
-
- 🐛 Replace absolute path with relative path to fixe ``local-url`` not working on the non-local environment
14
+
- 🐛 Replace absolute path with relative path to fix ``local-url`` not working on the non-local environment
15
15
16
16
.. _`release:1.0.0`:
17
17
@@ -36,7 +36,7 @@ New and Improved
36
36
37
37
- ✨ Added a new ``write rst`` CLI command.
38
38
39
-
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``.
40
40
The generated RST can be included in the Sphinx documentation to create the source code links in the existing needs
41
41
42
42
- 🔨 Replaced ``virtual_docs`` with the new ``analyse`` module.
@@ -63,7 +63,7 @@ New and Improved
63
63
Fixes
64
64
.....
65
65
66
-
- 🐛 Applying default configuration value when not given
66
+
- 🐛 Apply default configuration values when not given
67
67
68
68
When a user does not specify certain configuration options, the extension will automatically use predefined default
69
69
values, allowing users to get started quickly without needing to customize every option.
0 commit comments