Skip to content

Commit b50616b

Browse files
committed
Remove Sphinx roles from README.rst
Partially reverts commit 62e9c1f. These RST roles are not supported in the basic renderer used on PyPI. Thus the package is rejected for upload.
1 parent 4990572 commit b50616b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Incomplete support for creating slave nodes also exists.
3636
Installation
3737
------------
3838

39-
Install from PyPI_ using :program:`pip`::
39+
Install from PyPI_ using ``pip``::
4040

4141
$ pip install canopen
4242

@@ -56,7 +56,7 @@ Unit tests can be run using the pytest_ framework::
5656
$ pip install -r requirements-dev.txt
5757
$ pytest -v
5858

59-
You can also use :mod:`unittest` standard library module::
59+
You can also use ``unittest`` standard library module::
6060

6161
$ python3 -m unittest discover test -v
6262

0 commit comments

Comments
 (0)