Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-05-29 19:07:05 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-05-29 19:07:05 +0300
commitd6063ff35b19fc36ee2c4ba022a1e12dbcbbdaed (patch)
tree232325a27c5594c35e84ca809adf41f14511d533 /CONTRIBUTING.rst
parent984d2f4b228318d03682022d52afde3aaae06d12 (diff)
doc: Fold lines by 80 columns
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 1ca1fc608..1807d3998 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -303,8 +303,8 @@ Debugging Tips
* Set the debugging options in the `Docutils configuration file
<http://docutils.sourceforge.net/docs/user/config.html>`_.
-* JavaScript stemming algorithms in ``sphinx/search/*.py`` (except ``en.py``) are
- generated by this
+* JavaScript stemming algorithms in ``sphinx/search/*.py`` (except ``en.py``)
+ are generated by this
`modified snowballcode generator <https://github.com/shibukawa/snowball>`_.
Generated `JSX <https://jsx.github.io/>`_ files are
in `this repository <https://github.com/shibukawa/snowball-stemmer.jsx>`_.