diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2021-04-12 19:53:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 19:53:15 (GMT) |
commit | 20ac34772aa9805ccbf082e700f2b033291ff5d2 (patch) | |
tree | 9abe7f421baa15e707f003d70603c325d37d1170 /Doc/c-api | |
parent | a9cf69df2e031d6157f01289f66ca9cf723ceb5c (diff) | |
download | cpython-20ac34772aa9805ccbf082e700f2b033291ff5d2.zip cpython-20ac34772aa9805ccbf082e700f2b033291ff5d2.tar.gz cpython-20ac34772aa9805ccbf082e700f2b033291ff5d2.tar.bz2 |
Fix Sphinx errors in the documentation and re-activate the suspicious check (GH-25368)
The suspicious check is still executed as part of the release process and release managers have been
lately fixing some actual errors that the suspicious target can find. For this reason, reactivate the suspicious
until we decide what to do in a coordinated fashion.
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/init_config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/init_config.rst b/Doc/c-api/init_config.rst index 7ececeb..d364f4a 100644 --- a/Doc/c-api/init_config.rst +++ b/Doc/c-api/init_config.rst @@ -831,7 +831,7 @@ PyConfig Set by the :envvar:`PYTHONPLATLIBDIR` environment variable. Default: value of the ``PLATLIBDIR`` macro which is set by the - :option`configure --with-platlibdir option <--with-platlibdir>` (default: + :option:`configure --with-platlibdir option <--with-platlibdir>` (default: ``"lib"``). Part of the :ref:`Python Path Configuration <init-path-config>` input. |