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:
@@ -315,7 +315,7 @@ inserting them into the page source under a suitable :rst:dir:`py:module`,
|
|||||||
Configuration
|
Configuration
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
There are also new config values that you can set:
|
There are also config values that you can set:
|
||||||
|
|
||||||
.. confval:: autoclass_content
|
.. 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
|
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
|
.. confval:: autosummary_generate
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ This extension features one additional builder, the :class:`CoverageBuilder`.
|
|||||||
|
|
||||||
.. todo:: Write this section.
|
.. 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:
|
should check:
|
||||||
|
|
||||||
.. confval:: coverage_ignore_modules
|
.. 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`
|
this URL again and again is tedious, so you can use :mod:`~sphinx.ext.extlinks`
|
||||||
to avoid repeating yourself.
|
to avoid repeating yourself.
|
||||||
|
|
||||||
The extension adds one new config value:
|
The extension adds a config value:
|
||||||
|
|
||||||
.. confval:: extlinks
|
.. confval:: extlinks
|
||||||
|
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ It adds these directives:
|
|||||||
.. versionadded:: 1.6
|
.. versionadded:: 1.6
|
||||||
All three directives support a ``name`` option to set the label to graph.
|
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
|
.. confval:: graphviz_dot
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ Configuration
|
|||||||
-------------
|
-------------
|
||||||
|
|
||||||
To use Intersphinx linking, add ``'sphinx.ext.intersphinx'`` to your
|
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:
|
linking:
|
||||||
|
|
||||||
.. confval:: intersphinx_mapping
|
.. confval:: intersphinx_mapping
|
||||||
|
|||||||
Reference in New Issue
Block a user