浏览代码

Fix formatting issue in docs

Nuwan Goonasekera 9 年之前
父节点
当前提交
132be15636
共有 1 个文件被更改,包括 6 次插入5 次删除
  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.
 
-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.