Skip to content

Docs: Bump sphinx-lint and fix unbalanced inline literal markup #98441

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions Doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ sphinx==4.5.0

blurb

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

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