Parcourir la source

Fix formatting issue in docs

Nuwan Goonasekera il y a 9 ans
Parent
commit
132be15636
1 fichiers modifiés avec 6 ajouts et 5 suppressions
  1. 6 5
      docs/topics/release_process.rst

+ 6 - 5
docs/topics/release_process.rst

@@ -11,10 +11,11 @@ Release Process
 
 
 4. Add release notes to CHANGELOG.rst. Also add last commit hash to changelog.
 4. Add release notes to CHANGELOG.rst. Also add last commit hash to changelog.
 
 
-5. Release to PyPi 
-    ```
-    python setup.py sdist upload
-    python setup.py bdist_wheel upload
-    ```
+5. Release to PyPi
+
+.. code-block:: bash
+
+   python setup.py sdist upload
+   python setup.py bdist_wheel upload
 
 
 6. Tag release and make github release.
 6. Tag release and make github release.