Skip to content

Commit

Permalink
Merge pull request #65670 from Jayman2000/fix-rst-doc-literals
Browse files Browse the repository at this point in the history
Fix invalid literals in generated rst docs
  • Loading branch information
YuriSizov authored Sep 12, 2022
2 parents 79b21e9 + 7f30e81 commit 16228ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/tools/make_rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -1480,6 +1480,8 @@ def format_text_block(
)

tag_text = f"``{link_target}``"
escape_pre = True
escape_post = True

# Formatting directives.

Expand Down

0 comments on commit 16228ba

Please sign in to comment.