From 3ea12d65d70678a3cca479383dd2f65b01f3b973 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 1 Nov 2020 11:33:14 -0800 Subject: [PATCH] Fix CI failure on docs Use backticks around setup.cfg as it is a filename. This resolves a failure that occurs in sphinxcontrib.spelling due to trying to import setup.cfg. --- Doc/installing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/installing.rst b/Doc/installing.rst index 514cf99..5677822 100644 --- a/Doc/installing.rst +++ b/Doc/installing.rst @@ -168,10 +168,10 @@ Packages for building and testing:: newer are required. -setup.cfg -========= +``setup.cfg`` +============= -The file setup.cfg allows to set some build and installation parameters for +The file ``setup.cfg`` allows to set some build and installation parameters for reflecting the local installation of required software packages. Only section ``[_ldap]`` is described here. More information about other sections can be found in :ref:`Setuptools documentation `.