mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix typo
This commit is contained in:
@@ -175,7 +175,7 @@ as metadata of the extension. Metadata keys currently recognized are:
|
||||
.. note:: The *parallel-read-safe* extension must satisfy the following
|
||||
conditions:
|
||||
|
||||
* The core logic of the extension is parallely executable during
|
||||
* The core logic of the extension is parallelly executable during
|
||||
the reading phase.
|
||||
* It has event handlers for :event:`env-merge-info` and
|
||||
:event:`env-purge-doc` events if it stores dataa to the build
|
||||
@@ -188,7 +188,7 @@ as metadata of the extension. Metadata keys currently recognized are:
|
||||
.. note:: The *parallel-write-safe* extension must satisfy the following
|
||||
conditions:
|
||||
|
||||
* The core logic of the extension is parallely executable during
|
||||
* The core logic of the extension is parallelly executable during
|
||||
the writing phase.
|
||||
|
||||
|
||||
|
||||
@@ -708,7 +708,7 @@ Do not use quotes to enclose values, whether numerical or strings.
|
||||
As the default is set to a high value, the forceful algorithm is triggered
|
||||
only in overfull case, i.e. in presence of a string longer than full
|
||||
linewidth. Set this to ``0`` to force all input lines to be hard wrapped
|
||||
at the current avaiable linewidth::
|
||||
at the current available linewidth::
|
||||
|
||||
latex_elements = {
|
||||
'sphinxsetup': "verbatimforcewraps, verbatimmaxunderfull=0",
|
||||
@@ -778,7 +778,7 @@ Do not use quotes to enclose values, whether numerical or strings.
|
||||
|
||||
.. versionchanged:: 1.5
|
||||
The breaking of long code lines was added at 1.4.2. The default
|
||||
definition of the continuation symbol was changed at 1.5 to accomodate
|
||||
definition of the continuation symbol was changed at 1.5 to accommodate
|
||||
various font sizes (e.g. code-blocks can be in footnotes).
|
||||
|
||||
``TitleColor``
|
||||
|
||||
@@ -43,7 +43,7 @@ Most domains provide a number of :dfn:`object description directives`, used to
|
||||
describe specific objects provided by modules. Each directive requires one or
|
||||
more signatures to provide basic information about what is being described, and
|
||||
the content should be the description. A domain will typically keep an
|
||||
internal index of all entites to aid cross-referencing. Typically it will
|
||||
internal index of all entities to aid cross-referencing. Typically it will
|
||||
also add entries in the shown general index.
|
||||
If you want to suppress the addition of an entry in the shown index, you can
|
||||
give the directive option flag ``:noindexentry:``.
|
||||
|
||||
Reference in New Issue
Block a user