Fix syntax errors detected by rstcheck.
The errors occur when using sphinx >= 2.0.0.
This commit is contained in:
parent
5aa4295d74
commit
607af05d36
1 changed files with 3 additions and 3 deletions
|
@ -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': [
|
||||
|
|
Loading…
Reference in a new issue