Skip to content

Commit

Permalink
Bug 1088556 - Use correct code-block lexer alias to fix Sphinx warning
Browse files Browse the repository at this point in the history
This fixes:
docs/deployment.rst:: WARNING: Pygments lexer name u'INI' is not known
  • Loading branch information
Ed Morley committed Oct 24, 2014
1 parent c7da937 commit 3b1a374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.rst
Expand Up @@ -82,7 +82,7 @@ Securing the connection
To put everything under a SSL connection you may want to use a SSL wrapper like stunnel_. Here is a bacis example
of a stunnel configuration file:

.. code-block:: INI
.. code-block:: ini
cert = /path-to-my-pem-file/credentials.pem
Expand Down

0 comments on commit 3b1a374

Please sign in to comment.