Skip to content

Commit

Permalink
[Docs] Remove extra ` char from docs (astronomer#1345)
Browse files Browse the repository at this point in the history
Remove extra ` char from docs

**Before**
<img width="813" alt="Screenshot 2024-11-28 at 1 33 55 AM"
src="https://github.com/user-attachments/assets/4c676c45-ad0b-47d8-8ed4-ef5fe0ea4fb7">

**After**

<img width="829" alt="Screenshot 2024-11-28 at 1 39 31 AM"
src="https://github.com/user-attachments/assets/0e5d99e3-35b8-4903-ac28-4761599c27b2">
  • Loading branch information
pankajastro authored Nov 27, 2024
1 parent 43998d2 commit 06f242a
Showing 1 changed file with 2 additions and 2 deletions.
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.

0 comments on commit 06f242a

Please sign in to comment.