Skip to content

docs: fix sphinx-warnings

Erik Faye-Lund requested to merge kusma/mesa:docs-sphinx-warnings into master

There's a few more cases that needs proper quoting for Sphinx. Asterisks and ticks at the start of words, as well as underscores at the end of symbols, even when they have trailing escaped characters.

We should really find a way to robustly escape these things when generating them.

There's also two other small warning-related fixes thrown in here.

Edited by Erik Faye-Lund

Merge request reports