Identify config block as ini config

Currently, the configuration block provided as an example uses a "none"
type. This makes doc8 return D000 codes for 'D000 Cannot analyze code.
No Pygments lexer found for "none".'

Change-Id: Icb96cc24c07aaac962ddf03bbbbb2821b1e90892
This commit is contained in:
Mathieu Mitchell 2016-08-31 09:05:55 -04:00
parent fe3f9d1628
commit 17829b8760
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
* In the ``[database]`` section, configure database access:
.. code-block:: none
.. code-block:: ini
[database]
...