mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
docs: Remove a term "new" from config values
This commit is contained in:
parent
832c81a2ca
commit
ceef713e79
@ -315,7 +315,7 @@ inserting them into the page source under a suitable :rst:dir:`py:module`,
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
There are also new config values that you can set:
|
||||
There are also config values that you can set:
|
||||
|
||||
.. confval:: autoclass_content
|
||||
|
||||
|
@ -131,7 +131,7 @@ Generating stub pages automatically
|
||||
-----------------------------------
|
||||
|
||||
If you do not want to create stub pages with :program:`sphinx-autogen`, you can
|
||||
also use this new config value:
|
||||
also use these config values:
|
||||
|
||||
.. confval:: autosummary_generate
|
||||
|
||||
|
@ -13,7 +13,7 @@ This extension features one additional builder, the :class:`CoverageBuilder`.
|
||||
|
||||
.. todo:: Write this section.
|
||||
|
||||
Several new configuration values can be used to specify what the builder
|
||||
Several configuration values can be used to specify what the builder
|
||||
should check:
|
||||
|
||||
.. confval:: coverage_ignore_modules
|
||||
|
@ -18,7 +18,7 @@ tracker, at :samp:`https://github.com/sphinx-doc/sphinx/issues/{num}`. Typing
|
||||
this URL again and again is tedious, so you can use :mod:`~sphinx.ext.extlinks`
|
||||
to avoid repeating yourself.
|
||||
|
||||
The extension adds one new config value:
|
||||
The extension adds a config value:
|
||||
|
||||
.. confval:: extlinks
|
||||
|
||||
|
@ -90,7 +90,7 @@ It adds these directives:
|
||||
.. versionadded:: 1.6
|
||||
All three directives support a ``name`` option to set the label to graph.
|
||||
|
||||
There are also these new config values:
|
||||
There are also these config values:
|
||||
|
||||
.. confval:: graphviz_dot
|
||||
|
||||
|
@ -43,7 +43,7 @@ Configuration
|
||||
-------------
|
||||
|
||||
To use Intersphinx linking, add ``'sphinx.ext.intersphinx'`` to your
|
||||
:confval:`extensions` config value, and use these new config values to activate
|
||||
:confval:`extensions` config value, and use these config values to activate
|
||||
linking:
|
||||
|
||||
.. confval:: intersphinx_mapping
|
||||
|
Loading…
Reference in New Issue
Block a user