Skip to content

Commit 24b7673

Browse files
authoredOct 12, 2022
docs: fix code blocks (#506)
Previously: https://i.imgur.com/XWFhG7a.png
1 parent bffc81e commit 24b7673

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎docs/index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ your project, for example ``setup.py``::
2828
)
2929

3030
Python Semantic Release is configured using ``setup.cfg`` or ``pyproject.toml``.
31-
Set :ref:`config-version_variable` to the location of your version variable inside any Python file::
31+
Set :ref:`config-version_variable` to the location of your version variable inside any Python file:
3232

33-
``setup.cfg``:
33+
``setup.cfg``::
3434

3535
[semantic_release]
3636
version_variable = setup.py:__version__
3737

38-
``pyproject.toml``:
38+
``pyproject.toml``::
3939

4040
[tool.semantic_release]
4141
version_variable = "setup.py:__version__"

0 commit comments

Comments
 (0)
Please sign in to comment.