summaryrefslogtreecommitdiff
path: root/doc/usage/extensions
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-05-30 01:07:05 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-05-30 01:07:05 +0900
commitd6063ff35b19fc36ee2c4ba022a1e12dbcbbdaed (patch)
tree232325a27c5594c35e84ca809adf41f14511d533 /doc/usage/extensions
parent984d2f4b228318d03682022d52afde3aaae06d12 (diff)
downloadsphinx-git-d6063ff35b19fc36ee2c4ba022a1e12dbcbbdaed.tar.gz
doc: Fold lines by 80 columns
Diffstat (limited to 'doc/usage/extensions')
-rw-r--r--doc/usage/extensions/graphviz.rst4
-rw-r--r--doc/usage/extensions/ifconfig.rst6
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/usage/extensions/graphviz.rst b/doc/usage/extensions/graphviz.rst
index bb50465ad..4d801d346 100644
--- a/doc/usage/extensions/graphviz.rst
+++ b/doc/usage/extensions/graphviz.rst
@@ -84,8 +84,8 @@ It adds these directives:
``dot`` command within the directive.
.. versionadded:: 1.5
- All three directives support a ``align`` option to align the graph horizontal.
- The values "left", "center", "right" are allowed.
+ All three directives support a ``align`` option to align the graph
+ horizontal. The values "left", "center", "right" are allowed.
.. versionadded:: 1.6
All three directives support a ``name`` option to set the label to graph.
diff --git a/doc/usage/extensions/ifconfig.rst b/doc/usage/extensions/ifconfig.rst
index 2bd9d0e3b..837c0b35a 100644
--- a/doc/usage/extensions/ifconfig.rst
+++ b/doc/usage/extensions/ifconfig.rst
@@ -33,6 +33,6 @@ This extension is quite simple, and features only one directive:
def setup(app):
app.add_config_value('releaselevel', '', 'env')
- The second argument is the default value, the third should always be ``'env'``
- for such values (it selects if Sphinx re-reads the documents if the value
- changes).
+ The second argument is the default value, the third should always be
+ ``'env'`` for such values (it selects if Sphinx re-reads the documents if the
+ value changes).