Skip to content

Commit

Permalink
Fix CI failure on docs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Jon Dufresne authored and Petr Viktorin committed Nov 2, 2020
1 parent 7dc1e62 commit 3ea12d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <distributing-index>`.
Expand Down

0 comments on commit 3ea12d6

Please sign in to comment.