Skip to content

Commit 3ea12d6

Browse files
jdufresneencukou
authored andcommitted
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.
1 parent 7dc1e62 commit 3ea12d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/installing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ Packages for building and testing::
168168
newer are required.
169169

170170

171-
setup.cfg
172-
=========
171+
``setup.cfg``
172+
=============
173173

174-
The file setup.cfg allows to set some build and installation parameters for
174+
The file ``setup.cfg`` allows to set some build and installation parameters for
175175
reflecting the local installation of required software packages. Only section
176176
``[_ldap]`` is described here. More information about other sections can be
177177
found in :ref:`Setuptools documentation <distributing-index>`.

0 commit comments

Comments
 (0)