Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ This will run the docs server in a virtual environment with the right dependenci
Building
________

We use ```hatch``` to build the project. To build the project, run:
We use ``hatch`` to build the project. To build the project, run:

.. code-block:: bash

Expand All @@ -183,7 +183,7 @@ We use GitHub actions to create and deploy new releases. To create a new release
hatch version minor


```hatch``` will automatically update the version for you. Then, create a new release on GitHub with the new version. The release will be automatically deployed to PyPI.
``hatch`` will automatically update the version for you. Then, create a new release on GitHub with the new version. The release will be automatically deployed to PyPI.

.. note::
You can update the version in a few different ways. Check out the `hatch docs <https://hatch.pypa.io/latest/version/#updating>`_ to learn more.