From 27fb6e1a0a4c623f7a50cf5f05863ba7abaf558f Mon Sep 17 00:00:00 2001 From: Shupeyko Nikita Date: Mon, 15 May 2017 15:01:19 +0300 Subject: [PATCH] Fix linters.rst sphinx warnings (#1167) * Fix linters.rst sphinx warnings * Stick with `` instead of ` --- docs/linters.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/linters.rst b/docs/linters.rst index c2f76f35..4750e161 100644 --- a/docs/linters.rst +++ b/docs/linters.rst @@ -14,7 +14,7 @@ To run flake8: The config for flake8 is located in setup.cfg. It specifies: * Set max line length to 120 chars -* Exclude .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules +* Exclude ``.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules`` pylint ------ @@ -40,4 +40,4 @@ This is included in flake8's checks, but you can also run it separately to see a The config for pep8 is located in setup.cfg. It specifies: * Set max line length to 120 chars -* Exclude .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules \ No newline at end of file +* Exclude ``.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules``