Skip to content

notes_for_developers.rst: fix non-visible code blocks

Santiago Gil requested to merge santigl/fix-code-blocks into master

Before raising this MR, consider whether the following are required, and complete if so:

  • [ ] Unit tests
  • [ ] Metrics
  • Documentation update(s)

If not required, please explain in brief why not.

Description

This fixes some code blocks in the Notes for Developers document, which are currently not being displayed in https://buildgrid.build/developer/notes_for_developers.html.

Changes proposed in this merge request:

  • docs/source/developer/notes_for_developers.rst: add extra new lines after the start of code-block sections

Validation

Check that the code blocks are now visible in the HTML file generated by the documentation CI job: https://buildgrid.gitlab.io/-/buildgrid/-/jobs/819491619/artifacts/documentation/developer/notes_for_developers.html

Merge request reports