Skip to content

docs: fix invalid rst syntax

Erik Faye-Lund requested to merge kusma/mesa:docs-fix-broken-rst into master

We need a newline here to avoid syntax errors while builind the sphinx-documentation.

The errors don't lead the build fail, so we didn't notice this on CI. Which is a shame IMO. Instead, the blocks simply fail to render.

Fixes: 2e2edaa8 ("docs/ci: Document setting up the http cache for traces.")

Merge request reports