Skip to content

Commit 5055300

Browse files
authored
Docs: Bump sphinx-lint and fix unbalanced inline literal markup (#98441)
Bump sphinx-lint and fix unbalanced inline literal markup
1 parent b6e59d7 commit 5055300

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Doc/requirements.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ sphinx==4.5.0
77

88
blurb
99

10-
# sphinx-lint 0.6.2 yields many default role errors due to the new regular
11-
# expression used for default role detection, so we don't use the version
12-
# until the errors are fixed.
13-
sphinx-lint==0.6.5
10+
sphinx-lint==0.6.7
1411

1512
# The theme used by the documentation is stored separately, so we need
1613
# to install that as well.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Python again uses C-style casts for most casting operations when compiled
22
with C++. This may trigger compiler warnings, if they are enabled with e.g.
3-
``-Wold-style-cast `` or ``-Wzero-as-null-pointer-constant`` options for ``g++``.
3+
``-Wold-style-cast`` or ``-Wzero-as-null-pointer-constant`` options for ``g++``.

0 commit comments

Comments
 (0)