Sphinx confused by .

When building the HTML docs with Sphinx v4.3.0 the bullet symbol in
backticks quotes causes this warning message:

    .../Joypy/implementations/Python/joy/utils/pretty_print.py:docstring of joy.utils.pretty_print:15: WARNING: Inline interpreted text or phrase reference start-string without end-string.
This commit is contained in:
Simon Forman
2022-02-19 07:39:07 -08:00
parent 2b15f88c29
commit 4ac8fd5f4c
15 changed files with 101 additions and 46 deletions
@@ -33,7 +33,7 @@ Pretty printing support, e.g.::
joy?
On each line the stack is printed with the top to the left, then a
bullet symbol,``•``, to represent the current locus of processing, then
bullet symbol,, to represent the current locus of processing, then
the pending expression to the right.
'''
# (Kinda clunky and hacky. This should be swapped out in favor of much