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:
@@ -52,7 +52,7 @@ joy?
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>On each line the stack is printed with the top to the left, then a
|
||||
bullet symbol,``•<a href="#id1"><span class="problematic" id="id2">``</span></a>, to represent the current locus of processing, then
|
||||
bullet symbol, •, to represent the current locus of processing, then
|
||||
the pending expression to the right.</p>
|
||||
<dl class="py class">
|
||||
<dt class="sig sig-object py" id="joy.utils.pretty_print.TracePrinter">
|
||||
|
||||
Reference in New Issue
Block a user