Fix syntax errors detected by rstcheck.

The errors occur when using sphinx >= 2.0.0.
This commit is contained in:
Matt Clay 2021-01-27 09:31:36 -08:00
parent 5aa4295d74
commit 607af05d36

View file

@ -637,7 +637,7 @@ This section will discuss the behavioral attributes for arguments:
.. code-block:: python
'option': {
option = {
'type': 'str',
'removed_in_version': '2.0.0',
'collection_name': 'testns.testcol',
@ -651,7 +651,7 @@ This section will discuss the behavioral attributes for arguments:
.. code-block:: python
'option': {
option = {
'type': 'str',
'removed_at_date': '2020-12-31',
'collection_name': 'testns.testcol',
@ -685,7 +685,7 @@ This section will discuss the behavioral attributes for arguments:
.. code-block:: python
'option': {
option = {
'type': 'str',
'aliases': ['foo', 'bar'],
'depecated_aliases': [