Skip to content

Commit

Permalink
fux code block alinement (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmohona authored Sep 26, 2024
1 parent e0ac660 commit 88ab735
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/source/preparing_releases_and_hotfixes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,12 @@ For now, the UserGuide is released at the same time as the core library. If it's

#. Update the version of MDA used by the UserGuide to the release version.

#. Re-generate the Syrupy test snapshots, and commit those a to git and confirm the build passes.
#. Re-generate the Syrupy test snapshots, and commit those to git and confirm the build passes.

.. code-block:: bash
cd doc/source/scripts
python -m pytest tests/snapshot/ --snapshot-update
.. code-block:: bash
cd doc/source/scripts
python -m pytest tests/snapshot/ --snapshot-update
#. Make a Pull Request with a re-generated ``releases.md`` which contains a copy of the GitHub release notes. This can be generated by doing:

Expand Down

0 comments on commit 88ab735

Please sign in to comment.