[Python-modules-commits] [sphinx] 02/07: Import sphinx_1.4.orig.tar.gz

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Apr 3 18:56:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch master
in repository sphinx.

commit c8d9490e517c760ca37f48b4012ace427dad6df6
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Apr 3 20:45:58 2016 +0200

    Import sphinx_1.4.orig.tar.gz
---
 AUTHORS                                            |    6 +
 CHANGES                                            |  164 +-
 EXAMPLES                                           |   76 +-
 Makefile                                           |   31 +-
 PKG-INFO                                           |    2 +-
 Sphinx.egg-info/PKG-INFO                           |    2 +-
 Sphinx.egg-info/SOURCES.txt                        |   78 +-
 Sphinx.egg-info/requires.txt                       |    2 +-
 doc/_templates/index.html                          |    4 +-
 doc/builders.rst                                   |   38 +-
 doc/config.rst                                     |  219 +-
 doc/develop.rst                                    |   26 +-
 doc/domains.rst                                    |  296 ++-
 doc/ext/autodoc.rst                                |    8 +-
 doc/ext/autosectionlabel.rst                       |   25 +
 doc/ext/example_google.py                          |  197 +-
 doc/ext/example_numpy.py                           |  109 +-
 doc/ext/githubpages.rst                            |   12 +
 doc/ext/graphviz.rst                               |    9 +
 doc/ext/math.rst                                   |   88 +-
 doc/ext/napoleon.rst                               |   23 +-
 doc/ext/todo.rst                                   |    8 +
 doc/extdev/appapi.rst                              |   28 +
 doc/extdev/index.rst                               |    1 +
 doc/extdev/markupapi.rst                           |    2 +-
 doc/extdev/parserapi.rst                           |    8 +
 doc/extdev/tutorial.rst                            |   20 +-
 doc/extensions.rst                                 |   18 +-
 doc/faq.rst                                        |   16 +-
 doc/install.rst                                    |    6 +-
 doc/intl.rst                                       |   32 +-
 doc/intro.rst                                      |   12 +-
 doc/invocation.rst                                 |   20 +-
 doc/markup/misc.rst                                |    2 +-
 doc/markup/para.rst                                |   20 +
 doc/markup/toctree.rst                             |    9 +-
 doc/rest.rst                                       |    6 +-
 doc/theming.rst                                    |   10 +-
 ez_setup.py                                        |  332 ---
 setup.py                                           |   11 +-
 sphinx/__init__.py                                 |    6 +-
 sphinx/addnodes.py                                 |   17 +-
 sphinx/apidoc.py                                   |    4 +
 sphinx/application.py                              |   63 +-
 sphinx/builders/__init__.py                        |   23 +-
 sphinx/builders/dummy.py                           |   36 +
 sphinx/builders/epub.py                            |  147 +-
 sphinx/builders/epub3.py                           |  213 ++
 sphinx/builders/gettext.py                         |   10 +-
 sphinx/builders/html.py                            |   33 +-
 sphinx/builders/htmlhelp.py                        |    2 +-
 sphinx/builders/latex.py                           |   19 +-
 sphinx/builders/linkcheck.py                       |   81 +-
 sphinx/builders/qthelp.py                          |    2 +-
 sphinx/cmdline.py                                  |    2 +-
 sphinx/config.py                                   |  103 +-
 sphinx/directives/__init__.py                      |    1 +
 sphinx/directives/code.py                          |    4 +
 sphinx/directives/patches.py                       |   33 +
 sphinx/domains/c.py                                |    2 +-
 sphinx/domains/cpp.py                              | 2439 +++++++++++++++-----
 sphinx/domains/javascript.py                       |    2 +-
 sphinx/domains/python.py                           |    4 +-
 sphinx/domains/rst.py                              |    2 +-
 sphinx/domains/std.py                              |  177 +-
 sphinx/environment.py                              |  148 +-
 sphinx/ext/autodoc.py                              |  144 +-
 sphinx/ext/autosectionlabel.py                     |   34 +
 sphinx/ext/autosummary/__init__.py                 |    2 +-
 sphinx/ext/githubpages.py                          |   24 +
 sphinx/ext/graphviz.py                             |   70 +-
 sphinx/ext/{pngmath.py => imgmath.py}              |  137 +-
 sphinx/ext/inheritance_diagram.py                  |    6 +-
 sphinx/ext/intersphinx.py                          |  139 +-
 sphinx/ext/mathbase.py                             |   36 +-
 sphinx/ext/mathjax.py                              |   25 +-
 sphinx/ext/napoleon/__init__.py                    |   20 +-
 sphinx/ext/napoleon/docstring.py                   |  176 +-
 sphinx/ext/pngmath.py                              |    7 +-
 sphinx/ext/todo.py                                 |   37 +-
 sphinx/ext/viewcode.py                             |    6 +-
 sphinx/highlighting.py                             |   74 +-
 sphinx/io.py                                       |   12 +-
 sphinx/locale/bn/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/bn/LC_MESSAGES/sphinx.mo             |  Bin 13968 -> 14049 bytes
 sphinx/locale/bn/LC_MESSAGES/sphinx.po             |  358 +--
 sphinx/locale/ca/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/ca/LC_MESSAGES/sphinx.mo             |  Bin 10822 -> 10780 bytes
 sphinx/locale/ca/LC_MESSAGES/sphinx.po             |  355 +--
 sphinx/locale/cs/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/cs/LC_MESSAGES/sphinx.mo             |  Bin 10965 -> 10875 bytes
 sphinx/locale/cs/LC_MESSAGES/sphinx.po             |  357 +--
 sphinx/locale/da/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/da/LC_MESSAGES/sphinx.mo             |  Bin 10716 -> 10617 bytes
 sphinx/locale/da/LC_MESSAGES/sphinx.po             |  357 +--
 sphinx/locale/de/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/de/LC_MESSAGES/sphinx.mo             |  Bin 11040 -> 10946 bytes
 sphinx/locale/de/LC_MESSAGES/sphinx.po             |  359 +--
 sphinx/locale/es/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/es/LC_MESSAGES/sphinx.mo             |  Bin 11373 -> 11260 bytes
 sphinx/locale/es/LC_MESSAGES/sphinx.po             |  369 +--
 sphinx/locale/et/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/et/LC_MESSAGES/sphinx.mo             |  Bin 10831 -> 10748 bytes
 sphinx/locale/et/LC_MESSAGES/sphinx.po             |  359 +--
 sphinx/locale/eu/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/eu/LC_MESSAGES/sphinx.mo             |  Bin 10903 -> 10932 bytes
 sphinx/locale/eu/LC_MESSAGES/sphinx.po             |  353 +--
 sphinx/locale/fa/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/fa/LC_MESSAGES/sphinx.mo             |  Bin 11383 -> 11464 bytes
 sphinx/locale/fa/LC_MESSAGES/sphinx.po             |  341 +--
 sphinx/locale/fi/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/fi/LC_MESSAGES/sphinx.mo             |  Bin 10451 -> 10590 bytes
 sphinx/locale/fi/LC_MESSAGES/sphinx.po             |  341 +--
 sphinx/locale/fr/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/fr/LC_MESSAGES/sphinx.mo             |  Bin 11307 -> 11209 bytes
 sphinx/locale/fr/LC_MESSAGES/sphinx.po             |  372 +--
 sphinx/locale/he/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/he/LC_MESSAGES/sphinx.mo             |  Bin 11265 -> 11155 bytes
 sphinx/locale/he/LC_MESSAGES/sphinx.po             |  342 +--
 sphinx/locale/hr/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/hr/LC_MESSAGES/sphinx.mo             |  Bin 10846 -> 10927 bytes
 sphinx/locale/hr/LC_MESSAGES/sphinx.po             |  357 +--
 sphinx/locale/hu/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/hu/LC_MESSAGES/sphinx.mo             |  Bin 11343 -> 11241 bytes
 sphinx/locale/hu/LC_MESSAGES/sphinx.po             |  362 +--
 sphinx/locale/id/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/id/LC_MESSAGES/sphinx.mo             |  Bin 10712 -> 10621 bytes
 sphinx/locale/id/LC_MESSAGES/sphinx.po             |  362 +--
 sphinx/locale/it/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/it/LC_MESSAGES/sphinx.mo             |  Bin 11079 -> 10991 bytes
 sphinx/locale/it/LC_MESSAGES/sphinx.po             |  367 +--
 sphinx/locale/ja/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/ja/LC_MESSAGES/sphinx.mo             |  Bin 11686 -> 11569 bytes
 sphinx/locale/ja/LC_MESSAGES/sphinx.po             |  351 +--
 sphinx/locale/ko/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/ko/LC_MESSAGES/sphinx.mo             |  Bin 10692 -> 10703 bytes
 sphinx/locale/ko/LC_MESSAGES/sphinx.po             |  342 +--
 sphinx/locale/lt/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/lt/LC_MESSAGES/sphinx.mo             |  Bin 11145 -> 11055 bytes
 sphinx/locale/lt/LC_MESSAGES/sphinx.po             |  358 +--
 sphinx/locale/lv/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/lv/LC_MESSAGES/sphinx.mo             |  Bin 11042 -> 10955 bytes
 sphinx/locale/lv/LC_MESSAGES/sphinx.po             |  353 +--
 sphinx/locale/mk/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/mk/LC_MESSAGES/sphinx.mo             |  Bin 10954 -> 11061 bytes
 sphinx/locale/mk/LC_MESSAGES/sphinx.po             |  341 +--
 sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js          |    2 +-
 sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo          |  Bin 10539 -> 10439 bytes
 sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po          |  346 +--
 sphinx/locale/ne/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/ne/LC_MESSAGES/sphinx.mo             |  Bin 13511 -> 13399 bytes
 sphinx/locale/ne/LC_MESSAGES/sphinx.po             |  348 +--
 sphinx/locale/nl/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/nl/LC_MESSAGES/sphinx.mo             |  Bin 10781 -> 10687 bytes
 sphinx/locale/nl/LC_MESSAGES/sphinx.po             |  354 +--
 sphinx/locale/pl/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/pl/LC_MESSAGES/sphinx.mo             |  Bin 11052 -> 10954 bytes
 sphinx/locale/pl/LC_MESSAGES/sphinx.po             |  366 +--
 sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js          |    2 +-
 sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo          |  Bin 11235 -> 11141 bytes
 sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po          |  371 +--
 sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js          |    2 +-
 sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo          |  Bin 11182 -> 11086 bytes
 sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po          |  366 +--
 sphinx/locale/ru/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/ru/LC_MESSAGES/sphinx.mo             |  Bin 13574 -> 13452 bytes
 sphinx/locale/ru/LC_MESSAGES/sphinx.po             |  359 +--
 sphinx/locale/si/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/si/LC_MESSAGES/sphinx.mo             |  Bin 11469 -> 11576 bytes
 sphinx/locale/si/LC_MESSAGES/sphinx.po             |  341 +--
 sphinx/locale/sk/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/sk/LC_MESSAGES/sphinx.mo             |  Bin 10973 -> 10876 bytes
 sphinx/locale/sk/LC_MESSAGES/sphinx.po             |  362 +--
 sphinx/locale/sl/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/sl/LC_MESSAGES/sphinx.mo             |  Bin 10760 -> 10841 bytes
 sphinx/locale/sl/LC_MESSAGES/sphinx.po             |  356 +--
 sphinx/locale/sphinx.pot                           |  296 +--
 sphinx/locale/sv/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/sv/LC_MESSAGES/sphinx.mo             |  Bin 10567 -> 10486 bytes
 sphinx/locale/sv/LC_MESSAGES/sphinx.po             |  350 +--
 sphinx/locale/tr/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/tr/LC_MESSAGES/sphinx.mo             |  Bin 11161 -> 11063 bytes
 sphinx/locale/tr/LC_MESSAGES/sphinx.po             |  361 +--
 sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js          |    2 +-
 sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo          |  Bin 12393 -> 12477 bytes
 sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po          |  356 +--
 sphinx/locale/vi/LC_MESSAGES/sphinx.js             |    2 +-
 sphinx/locale/vi/LC_MESSAGES/sphinx.mo             |  Bin 11209 -> 11292 bytes
 sphinx/locale/vi/LC_MESSAGES/sphinx.po             |  350 +--
 sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js          |    2 +-
 sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo          |  Bin 10284 -> 10191 bytes
 sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po          |  346 +--
 sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js          |    2 +-
 sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo          |  Bin 10586 -> 10653 bytes
 sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po          |  342 +--
 sphinx/parsers.py                                  |   44 +
 sphinx/pycode/Grammar-py3.txt                      |   43 +-
 sphinx/pycode/pgen2/grammar.py                     |    1 +
 sphinx/pycode/pgen2/pgen.py                        |   18 +-
 sphinx/pycode/pgen2/token.py                       |   17 +-
 sphinx/pycode/pgen2/tokenize.py                    |   14 +
 sphinx/quickstart.py                               |   64 +-
 sphinx/roles.py                                    |   11 +-
 sphinx/search/__init__.py                          |    5 +-
 sphinx/search/en.py                                |   21 +-
 sphinx/search/ja.py                                |   70 +-
 sphinx/search/nl.py                                |  203 +-
 sphinx/search/{en.py => zh.py}                     |   59 +-
 sphinx/texinputs/Makefile                          |   12 +-
 sphinx/texinputs/newfloat.sty                      |  737 ++++++
 sphinx/texinputs/sphinx.sty                        |  155 +-
 sphinx/themes/agogo/layout.html                    |    3 -
 sphinx/themes/basic/changes/frameset.html          |    2 +-
 sphinx/themes/basic/changes/rstsource.html         |    2 +-
 sphinx/themes/basic/changes/versionchanges.html    |    2 +-
 sphinx/themes/basic/genindex.html                  |    2 +-
 sphinx/themes/basic/layout.html                    |    2 +-
 sphinx/themes/basic/searchbox.html                 |    3 -
 sphinx/themes/basic/static/basic.css_t             |    9 +
 .../basic/static/{doctools.js => doctools.js_t}    |   26 +
 sphinx/themes/basic/static/searchtools.js_t        |    4 +-
 sphinx/themes/basic/static/websupport.js           |    2 +-
 sphinx/themes/basic/theme.conf                     |    3 +-
 sphinx/themes/pyramid/layout.html                  |    4 +-
 sphinx/theming.py                                  |   19 +-
 sphinx/transforms.py                               |   55 +-
 sphinx/util/__init__.py                            |   60 +-
 sphinx/util/console.py                             |    4 +-
 sphinx/util/i18n.py                                |   98 +
 sphinx/util/images.py                              |   59 +
 sphinx/util/logging.py                             |   29 +
 sphinx/util/nodes.py                               |    6 +-
 sphinx/util/osutil.py                              |   23 +-
 sphinx/util/pycompat.py                            |    2 +
 sphinx/util/texescape.py                           |    1 +
 sphinx/writers/html.py                             |   87 +-
 sphinx/writers/latex.py                            |  295 ++-
 sphinx/writers/manpage.py                          |   24 +-
 sphinx/writers/texinfo.py                          |   18 +-
 sphinx/writers/text.py                             |    9 +
 tests/path.py                                      |   21 +-
 tests/root/includes.txt                            |    2 +
 tests/root/lists.txt                               |    9 +
 tests/root/markup.txt                              |    2 +
 tests/root/objects.txt                             |    2 +-
 tests/roots/test-add_enumerable_node/conf.py       |   10 +
 tests/roots/test-add_enumerable_node/index.rst     |   48 +
 tests/roots/test-add_enumerable_node/rimg.png      |  Bin 0 -> 218 bytes
 .../test_enumerable_node.py                        |   65 +
 .../conf.py                                        |   18 +
 .../test_source_parser.py                          |   11 +
 tests/roots/test-add_source_parser/conf.py         |   18 +
 .../test-add_source_parser/test_source_parser.py   |   11 +
 tests/roots/test-config/conf.py                    |   47 +
 tests/roots/test-contentsname/conf.py              |    5 -
 tests/roots/test-directive-code/classes.rst        |   21 +
 tests/roots/test-domain-cpp/any-role.rst           |    7 +-
 tests/roots/test-domain-cpp/index.rst              |    9 +
 tests/roots/test-domain-cpp/roles.rst              |    7 +-
 tests/roots/test-ext-autosectionlabel/conf.py      |    4 +
 tests/roots/test-ext-autosectionlabel/index.rst    |   25 +
 tests/roots/test-ext-githubpages/conf.py           |    4 +
 tests/roots/test-ext-githubpages/index.rst         |    3 +
 tests/roots/test-ext-graphviz/conf.py              |    5 +
 tests/roots/test-ext-graphviz/graph.dot            |    3 +
 tests/roots/test-ext-graphviz/graph.xx.dot         |    3 +
 tests/roots/test-ext-graphviz/index.rst            |   14 +
 tests/roots/test-ext-inheritance_diagram/conf.py   |    9 +
 tests/roots/test-ext-inheritance_diagram/index.rst |    5 +
 tests/roots/test-ext-inheritance_diagram/test.py   |   17 +
 tests/roots/test-ext-math/conf.py                  |    6 +
 tests/roots/test-ext-math/index.rst                |   18 +
 tests/roots/test-html_extra_path/conf.py           |    6 +
 tests/roots/test-html_extra_path/extra/.htaccess   |    0
 tests/roots/test-html_extra_path/extra/.htpasswd   |    0
 tests/roots/test-html_extra_path/extra/API.html_t  |    0
 .../roots/test-html_extra_path/extra/css/style.css |    0
 tests/roots/test-html_extra_path/extra/rimg.png    |  Bin 0 -> 218 bytes
 tests/roots/test-html_extra_path/index.rst         |    3 +
 .../test-html_extra_path/subdir/_build/index.html  |    0
 .../test-html_extra_path/subdir/background.png     |  Bin 0 -> 218 bytes
 tests/roots/test-image-glob/conf.py                |    3 +
 tests/roots/test-image-glob/img.gif                |  Bin 0 -> 24976 bytes
 tests/roots/test-image-glob/img.ja.png             |  Bin 0 -> 67765 bytes
 tests/roots/test-image-glob/img.pdf                |  Bin 0 -> 141783 bytes
 tests/roots/test-image-glob/img.png                |  Bin 0 -> 67765 bytes
 tests/roots/test-image-glob/img.zh.png             |  Bin 0 -> 67765 bytes
 tests/roots/test-image-glob/index.rst              |   14 +
 tests/roots/test-image-glob/rimg.png               |  Bin 0 -> 218 bytes
 tests/roots/test-image-glob/rimg.png.xx            |  Bin 0 -> 218 bytes
 tests/roots/test-image-glob/rimg.xx.png            |  Bin 0 -> 218 bytes
 tests/roots/test-image-glob/subdir/index.rst       |   10 +
 tests/roots/test-image-glob/subdir/rimg.png        |  Bin 0 -> 218 bytes
 tests/roots/test-image-glob/subdir/rimg.xx.png     |  Bin 0 -> 218 bytes
 tests/roots/test-image-glob/subdir/svgimg.pdf      |  Bin 0 -> 141783 bytes
 tests/roots/test-image-glob/subdir/svgimg.svg      |  158 ++
 tests/roots/test-image-glob/subdir/svgimg.xx.svg   |  158 ++
 .../bar.rst                                        |    0
 tests/roots/test-latex-babel/conf.py               |    8 +
 .../foo.rst                                        |    0
 .../index.rst                                      |    0
 tests/test_application.py                          |   15 +
 tests/test_autodoc.py                              |   82 +-
 tests/test_autodoc_py35.py                         |  346 +++
 tests/test_build.py                                |   52 +-
 tests/test_build_html.py                           |   57 +-
 tests/test_build_latex.py                          |  312 ++-
 tests/test_build_manpage.py                        |    5 +
 tests/test_build_texinfo.py                        |    1 +
 tests/test_config.py                               |  110 +-
 tests/test_directive_code.py                       |   21 +-
 tests/test_domain_cpp.py                           |  287 ++-
 tests/test_domain_std.py                           |   23 -
 tests/test_ext_autosectionlabel.py                 |   36 +
 tests/test_ext_githubpages.py                      |   20 +
 tests/test_ext_graphviz.py                         |   72 +-
 tests/test_ext_inheritance_diagram.py              |   17 +
 tests/test_ext_intersphinx.py                      |   80 +-
 tests/test_ext_math.py                             |   73 +
 tests/test_ext_napoleon_docstring.py               |  767 +++++-
 tests/test_highlighting.py                         |   26 +
 tests/test_intl.py                                 |  108 +-
 tests/test_markup.py                               |    4 +-
 tests/test_quickstart.py                           |    3 +-
 tests/test_search.py                               |    2 +-
 tests/test_util.py                                 |   19 +-
 tests/test_util_i18n.py                            |   70 +-
 tests/test_util_logging.py                         |   26 +
 tests/typing_test_data.py                          |   48 +
 tests/util.py                                      |   50 +-
 utils/check_sources.py                             |  121 +-
 utils/release-checklist                            |    2 +-
 332 files changed, 16847 insertions(+), 9122 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 4574c3d..e1e4e8a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -24,10 +24,12 @@ Other contributors, listed alphabetically, are:
 * Charles Duffy -- original graphviz extension
 * Kevin Dunn -- MathJax extension
 * Josip Dzolonga -- coverage builder
+* Buck Evan -- dummy builder
 * Hernan Grecco -- search improvements
 * Horst Gutmann -- internationalization support
 * Martin Hans -- autodoc improvements
 * Doug Hellmann -- graphviz improvements
+* Timotheus Kampik - JS enhancements, stop words language fix
 * Takeshi Komiya -- numref feature
 * Dave Kuhlman -- original LaTeX writer
 * Blaise Laflamme -- pyramid theme
@@ -49,14 +51,18 @@ Other contributors, listed alphabetically, are:
 * Rob Ruana -- napoleon extension
 * Stefan Seefeld -- toctree improvements
 * Shibukawa Yoshiki -- pluggable search API and Japanese search
+* Taku Shimizu -- epub3 builder
 * Antonio Valentino -- qthelp builder
+* Filip Vavera -- napoleon todo directive
 * Pauli Virtanen -- autodoc improvements, autosummary extension
 * Stefan van der Walt -- autosummary extension
 * Thomas Waldmann -- apidoc module fixes
 * John Waltman -- Texinfo builder
 * Barry Warsaw -- setup command improvements
 * Sebastian Wiesner -- image handling, distutils support
+* Michael Wilson -- Intersphinx HTTP basic auth support
 * Joel Wurtz -- cellspanning support in LaTeX
+* Hong Xu -- svg support in imgmath extension and various bug fixes
 
 Many thanks for all contributions!
 
diff --git a/CHANGES b/CHANGES
index afd5cc9..83f560f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,158 @@
+Release 1.4 (released Mar 28, 2016)
+===================================
+
+Incompatible changes
+--------------------
+* Drop ``PorterStemmer`` package support. Use ``PyStemmer`` instead of ``PorterStemmer``
+  to accelerate stemming.
+* sphinx_rtd_theme has become optional. Please install it manually.
+  Refs #2087, #2086, #1845 and #2097. Thanks to Victor Zverovich.
+* #2231: Use DUrole instead of DUspan for custom roles in LaTeX writer. It enables to take
+  title of roles as an argument of custom macros.
+* #2022: 'Thumbs.db' and '.DS_Store' are added to `exclude_patterns` default values in
+  conf.py that will be provided on sphinx-quickstart.
+* #2027, #2208: The ``html_title`` accepts string values only. And The None value cannot be
+  accepted.
+* ``sphinx.ext.graphviz``: show graph image in inline by default
+* #2060, #2224: The ``manpage`` role now generate ``sphinx.addnodes.manpage`` node instead
+  of ``sphinx.addnodes.literal_emphasis`` node.
+* #2022: :confval:`html_extra_path` also copies dotfiles in the extra directory, and
+  refers to :confval:`exclude_patterns` to exclude extra files and directories.
+* #2300: enhance autoclass:: to use the docstring of __new__ if __init__ method's is missing
+  of empty
+* #2251: Previously, under glossary directives, multiple terms for one definition are
+  converted into single ``term`` node and the each terms in the term node are separated
+  by ``termsep`` node. In new implementation, each terms are converted into individual
+  ``term`` nodes and ``termsep`` node is removed.
+  By this change, output layout of every builders are changed a bit.
+* The default highlight language is now Python 3.  This means that source code
+  is highlighted as Python 3 (which is mostly a superset of Python 2), and no
+  parsing is attempted to distinguish valid code.  To get the old behavior back,
+  add ``highlight_language = "python"`` to conf.py.
+* `Locale Date Markup Language
+  <http://unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns>`_ like
+  ``"MMMM dd, YYYY"`` is default format for `today_fmt` and `html_last_updated_fmt`.
+  However strftime format like ``"%B %d, %Y"`` is also supported for backward
+  compatibility until Sphinx-1.5. Later format will be disabled from Sphinx-1.5.
+* #2327: `latex_use_parts` is deprecated now. Use `latex_toplevel_sectioning` instead.
+* #2337: Use ``\url{URL}`` macro instead of ``\href{URL}{URL}`` in LaTeX writer.
+* #1498: manpage writer: don't make whole of item in definition list bold if it includes strong node.
+* #582: Remove hint message from quick search box for html output.
+* #2378: Sphinx now bundles newfloat.sty
+
+Features added
+--------------
+* #2092: add todo directive support in napoleon package.
+* #1962: when adding directives, roles or nodes from an extension, warn if such
+  an element is already present (built-in or added by another extension).
+* #1909: Add "doc" references to Intersphinx inventories.
+* C++ type alias support (e.g., ``.. type:: T = int``).
+* C++ template support for classes, functions, type aliases, and variables (#1729, #1314).
+* C++, added new scope management directives ``namespace-push`` and ``namespace-pop``.
+* #1970: Keyboard shortcuts to navigate Next and Previous topics
+* Intersphinx: Added support for fetching Intersphinx inventories with URLs
+  using HTTP basic auth.
+* C++, added support for template parameter in function info field lists.
+* C++, added support for pointers to member (function).
+* #2113: Allow ``:class:`` option to code-block directive.
+* #2192: Imgmath (pngmath with svg support).
+* #2200: Support XeTeX and LuaTeX for the LaTeX builder.
+* #1906: Use xcolor over color for \fcolorbox where available for LaTeX output.
+* #2216: Texinputs makefile improvements.
+* #2170: Support for Chinese language search index.
+* #2214: Add sphinx.ext.githubpages to publish the docs on GitHub Pages
+* #1030: Make page reference names for latex_show_pagerefs translatable
+* #2162: Add Sphinx.add_source_parser() to add source_suffix and source_parsers from extension
+* #2207: Add sphinx.parsers.Parser class; a base class for new parsers
+* #656: Add ``graphviz_dot`` option to graphviz directives to switch the ``dot`` command
+* #1939: Added the ``dummy`` builder: syntax check without output.
+* #2230: Add ``math_number_all`` option to number all displayed math in math extensions
+* #2235: ``needs_sphinx`` supports micro version comparison
+* #2282: Add "language" attribute to html tag in the "basic" theme
+* #1779: Add EPUB 3 builder
+* #1751: Add :confval:`todo_link_only` to avoid file path and line indication on
+  :rst:dir:`todolist`. Thanks to Francesco Montesano.
+* #2199: Use ``imagesize`` package to obtain size of images.
+* #1099: Add configurable retries to the linkcheck builder. Thanks to Alex Gaynor.
+  Also don't check anchors starting with ``!``.
+* #2300: enhance autoclass:: to use the docstring of __new__ if __init__ method's is missing
+  of empty
+* #1858: Add Sphinx.add_enumerable_node() to add enumerable nodes for numfig feature
+* #1286, #2099: Add ``sphinx.ext.autosectionlabel`` extension to allow reference
+  sections using its title. Thanks to Tadhg O'Higgins.
+* #1854: Allow to choose Janome for Japanese splitter.
+* #1853: support custom text splitter on html search with ``language='ja'``.
+* #2320: classifier of glossary terms can be used for index entries grouping key.
+  The classifier also be used for translation. See also :ref:`glossary-directive`.
+* #2308: Define ``\tablecontinued`` macro to redefine the style of continued label for
+  longtables.
+* Select an image by similarity if multiple images are globbed by ``.. image:: filename.*``
+* #1921: Support figure substitutions by :confval:`language` and :confval:`figure_language_filename`
+* #2245: Add ``latex_elements["passoptionstopackages"]`` option to call PassOptionsToPackages
+  in early stage of preambles.
+* #2340: Math extension: support alignment of multiple equations for MathJAX.
+* #2338: Define ``\titleref`` macro to redefine the style of ``title-reference`` roles.
+* Define ``\menuselection`` and ``\accelerator`` macros to redefine the style of `menuselection` roles.
+* Define ``\crossref`` macro to redefine the style of references
+* #2301: Texts in the classic html theme should be hyphenated.
+* #2355: Define ``\termref`` macro to redefine the style of ``term`` roles.
+* Add :confval:`suppress_warnings` to suppress arbitrary warning message (experimental)
+* #2229: Fix no warning is given for unknown options
+* #2327: Add `latex_toplevel_sectioning` to switch the top level sectioning of LaTeX document.
+
+Bugs fixed
+----------
+* #1913: C++, fix assert bug for enumerators in next-to-global and global scope.
+* C++, fix parsing of 'signed char' and 'unsigned char' as types.
+* C++, add missing support for 'friend' functions.
+* C++, add missing support for virtual base classes (thanks to Rapptz).
+* C++, add support for final classes.
+* C++, fix parsing of types prefixed with 'enum'.
+* #2023: Dutch search support uses Danish stemming info.
+* C++, add support for user-defined literals.
+* #1804: Now html output wraps overflowed long-line-text in the sidebar. Thanks to
+  Hassen ben tanfous.
+* #2183: Fix porterstemmer causes ``make json`` to fail.
+* #1899: Ensure list is sent to OptParse.
+* #2164: Fix wrong check for pdftex inside sphinx.sty (for graphicx package option).
+* #2165, #2218: Remove faulty and non-need conditional from sphinx.sty.
+* Fix broken LaTeX code is generated if unknown language is given
+* #1944: Fix rst_prolog breaks file-wide metadata
+* #2074: make gettext should use canonical relative paths for .pot. Thanks to
+  anatoly techtonik.
+* #2311: Fix sphinx.ext.inheritance_diagram raises AttributeError
+* #2251: Line breaks in .rst files are transferred to .pot files in a wrong way.
+* #794: Fix date formatting in latex output is not localized
+* Remove ``image/gif`` from supported_image_types of LaTeX writer (#2272)
+* Fix ValueError is raised if LANGUAGE is empty string
+* Fix unpack warning is shown when the directives generated from ``Sphinx.add_crossref_type`` is used
+* The default highlight language is now ``default``.  This means that source code
+  is highlighted as Python 3 (which is mostly a superset of Python 2) if possible.
+  To get the old behavior back, add ``highlight_language = "python"`` to conf.py.
+* #2329: Refresh environment forcely if source directory has changed.
+* #2331: Fix code-blocks are filled by block in dvi; remove ``xcdraw`` option from xcolor package
+* Fix the confval type checker emits warnings if unicode is given to confvals which expects string value
+* #2360: Fix numref in LaTeX output is broken
+* #2361: Fix additional paragraphs inside the "compound" directive are indented
+* #2364: Fix KeyError 'rootSymbol' on Sphinx upgrade from older version.
+* #2348: Move amsmath and amssymb to before fontpkg on LaTeX writer.
+* #2368: Ignore emacs lock files like ``.#foo.rst`` by default.
+* #2262: literal_block and its caption has been separated by pagebreak in LaTeX output.
+* #2319: Fix table counter is overrided by code-block's in LaTeX.  Thanks to jfbu.
+* Fix unpack warning if combinated with 3rd party domain extensions.
+* #1153: Fix figures in sidebar causes latex build error.
+* #2358: Fix user-preamble could not override the tocdepth definition.
+* #2358: Redece tocdepth if ``part`` or ``chapter`` is used for top_sectionlevel.
+* #2351: Fix footnote spacing
+* #2363: Fix ``toctree()`` in templates generates broken links in SingleHTMLBuilder.
+* #2366: Fix empty hyperref is generated on toctree in HTML builder.
+
+Documentation
+-------------
+
+* #1757: Fix for usage of :confval:`html_last_updated_fmt`. Thanks to Ralf Hemmecke.
+
+
 Release 1.3.6 (released Feb 29, 2016)
 =====================================
 
@@ -54,7 +209,7 @@ Bugs fixed
 
 * #2134: Fix figure caption with reference causes latex build error
 * #2094: Fix rubric with reference not working in Latex
-* #2147: Fix litralinclude code in latex does not break in pages
+* #2147: Fix literalinclude code in latex does not break in pages
 * #1833: Fix email addresses is showed again if latex_show_urls is not None
 * #2176: sphinx.ext.graphviz: use <object> instead of <img> to embed svg
 * #967: Fix SVG inheritance diagram is not hyperlinked (clickable)
@@ -187,6 +342,7 @@ Bugs fixed
 * #2127: MecabBinder for html searching feature doesn't work with Python 3.
   Thanks to Tomoko Uchida.
 
+
 Release 1.3.1 (released Mar 17, 2015)
 =====================================
 
@@ -266,7 +422,7 @@ Incompatible changes
 * Dependency requirement updates: docutils 0.11, Pygments 2.0
 * The ``gettext_enables`` config value has been renamed to
   `gettext_additional_targets`.
-* #1735: Use https://doc.python.org/ instead of ``http`` protocol.
+* #1735: Use https://docs.python.org/ instead of ``http`` protocol.
   It was used for `sphinx.ext.intersphinx` and some documentation.
 
 Features added
@@ -661,7 +817,7 @@ Bugs fixed
   if they contain uppercase letters.
 * #923: Take the entire LaTeX document into account when caching
   pngmath-generated images.  This rebuilds them correctly when
-  `pngmath_latex_preamble` changes.
+  ``pngmath_latex_preamble`` changes.
 * #901: Emit a warning when using docutils' new "math" markup without a Sphinx
   math extension active.
 * #845: In code blocks, when the selected lexer fails, display line numbers
@@ -1279,7 +1435,7 @@ Features added
     indicators.
   - #367: Added automatic exclusion of hidden members in inheritance
     diagrams, and an option to selectively enable it.
-  - Added `pngmath_add_tooltips`.
+  - Added ``pngmath_add_tooltips``.
   - The math extension displaymath directives now support ``name`` in
     addition to ``label`` for giving the equation label, for compatibility
     with Docutils.
diff --git a/EXAMPLES b/EXAMPLES
index eab35dc..e6d7ced 100644
--- a/EXAMPLES
+++ b/EXAMPLES
@@ -4,22 +4,27 @@ Projects using Sphinx
 This is an (incomplete) alphabetic list of projects that use Sphinx or
 are experimenting with using it for their documentation.  If you like to
 be included, please mail to `the Google group
-<https://groups.google.com/group/sphinx-users>`_.
+<https://groups.google.com/forum/#!forum/sphinx-users>`_.
 
 I've grouped the list into sections to make it easier to find
 interesting examples.
 
-Documentation using the default theme
+Documentation using the alabaster theme
+---------------------------------------
+
+* PyLangAcq: http://pylangacq.org/
+
+Documentation using the classic theme
 -------------------------------------
 
 * APSW: http://apidoc.apsw.googlecode.com/hg/index.html
 * ASE: https://wiki.fysik.dtu.dk/ase/
 * Calibre: http://manual.calibre-ebook.com/
-* CodePy: http://documen.tician.de/codepy/
+* CodePy: https://documen.tician.de/codepy/
 * Cython: http://docs.cython.org/
 * Cormoran: http://cormoran.nhopkg.org/docs/
 * Director: http://pythonhosted.org/director/
-* Dirigible: http://www.projectdirigible.com/documentation/
+* Dirigible: http://www.projectdirigible.com/
 * F2py: http://f2py.sourceforge.net/docs/
 * GeoDjango: https://docs.djangoproject.com/en/dev/ref/contrib/gis/
 * Genomedata:
@@ -31,10 +36,10 @@ Documentation using the default theme
 * Heapkeeper: http://heapkeeper.org/
 * Hands-on Python Tutorial:
   http://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/
-* Hedge: http://documen.tician.de/hedge/
+* Hedge: https://documen.tician.de/hedge/
 * Leo: http://leoeditor.com/
-* Lino: http://lino.saffre-rumma.net/
-* MeshPy: http://documen.tician.de/meshpy/
+* Lino: http://www.lino-framework.org/
+* MeshPy: https://documen.tician.de/meshpy/
 * mpmath: http://mpmath.googlecode.com/svn/trunk/doc/build/index.html
 * OpenEXR: http://excamera.com/articles/26/doc/index.html
 * OpenGDA: http://www.opengda.org/gdadoc/html/
@@ -42,18 +47,19 @@ Documentation using the default theme
 * Paste: http://pythonpaste.org/script/
 * Paver: http://paver.github.io/paver/
 * Pioneers and Prominent Men of Utah: http://pioneers.rstebbing.com/
-* PyCantonese: http://pycantonese.github.io/
+* PyCantonese: http://pycantonese.org/
 * Pyccuracy: https://github.com/heynemann/pyccuracy/wiki/
-* PyCuda: http://documen.tician.de/pycuda/
+* PyCuda: https://documen.tician.de/pycuda/
 * Pyevolve: http://pyevolve.sourceforge.net/
-* Pylo: http://documen.tician.de/pylo/
+* Pylo: https://documen.tician.de/pylo/
 * PyMQI: http://pythonhosted.org/pymqi/
 * PyPubSub: http://pubsub.sourceforge.net/
 * pySPACE: http://pyspace.github.io/pyspace/
-* Python: https://docs.python.org/
+* Python: https://docs.python.org/3/
 * python-apt: http://apt.alioth.debian.org/python-apt-doc/
-* PyUblas: http://documen.tician.de/pyublas/
+* PyUblas: https://documen.tician.de/pyublas/
 * Quex: http://quex.sourceforge.net/doc/html/main.html
+* Ring programming language: http://ring-lang.sourceforge.net/doc/index.html
 * Scapy: http://www.secdev.org/projects/scapy/doc/
 * Segway: http://noble.gs.washington.edu/proj/segway/doc/1.1.0/segway.html
 * SimPy: http://simpy.readthedocs.org/en/latest/
@@ -62,11 +68,12 @@ Documentation using the default theme
 * z3c: http://www.ibiblio.org/paulcarduner/z3ctutorial/
 
 
-Documentation using a customized version of the default theme
+Documentation using a customized version of the classic theme
 -------------------------------------------------------------
 
 * Advanced Generic Widgets:
   http://xoomer.virgilio.it/infinity77/AGW_Docs/index.html
+* Arb: http://fredrikj.net/arb/
 * Bazaar: http://doc.bazaar.canonical.com/en/
 * CakePHP: http://book.cakephp.org/2.0/en/index.html
 * Chaco: http://docs.enthought.com/chaco/
@@ -78,7 +85,6 @@ Documentation using a customized version of the default theme
   https://or-tools.googlecode.com/svn/trunk/documentation/user_manual/index.html
 * GPAW: https://wiki.fysik.dtu.dk/gpaw/
 * Grok: http://grok.zope.org/doc/current/
-* IFM: http://fluffybunny.memebot.com/ifm-docs/index.html
 * Kaa: http://api.freevo.org/kaa-base/
 * LEPL: http://www.acooke.org/lepl/
 * Mayavi: http://docs.enthought.com/mayavi/mayavi/
@@ -87,11 +93,11 @@ Documentation using a customized version of the default theme
 * NumPy: http://docs.scipy.org/doc/numpy/reference/
 * OpenCV: http://docs.opencv.org/
 * Peach^3: http://peach3.nl/doc/latest/userdoc/
-* Sage: http://sagemath.org/doc/
+* Sage: http://www.sagemath.org/doc/
 * SciPy: http://docs.scipy.org/doc/scipy/reference/
 * simuPOP: http://simupop.sourceforge.net/manual_release/build/userGuide.html
 * Sprox: http://sprox.org/
-* TurboGears: http://turbogears.org/2.0/docs/
+* TurboGears: http://turbogears.readthedocs.org/en/latest/
 * Varnish: https://www.varnish-cache.org/docs/
 * Zentyal: http://doc.zentyal.org/
 * Zope: http://docs.zope.org/zope2/index.html
@@ -114,18 +120,19 @@ Documentation using the sphinxdoc theme
 * Python Wild Magic: http://vmlaker.github.io/pythonwildmagic/
 * Reteisi: http://www.reteisi.org/contents.html
 * Sqlkit: http://sqlkit.argolinux.org/
-* Tau: http://www.tango-controls.org/static/tau/latest/doc/html/index.html
 * Turbulenz: http://docs.turbulenz.com/
-* WebFaction: http://docs.webfaction.com/
+* WebFaction: https://docs.webfaction.com/
 
 
 Documentation using another builtin theme
 -----------------------------------------
 
 * C/C++ Development with Eclipse: http://eclipsebook.in/ (agogo)
+* ESWP3 (http://eswp3.org) (sphinx_rtd_theme)
 * Jinja: http://jinja.pocoo.org/ (scrolls)
 * jsFiddle: http://doc.jsfiddle.net/ (nature)
 * libLAS: http://www.liblas.org/ (nature)
+* Linguistica: http://linguistica-uchicago.github.io/lxa5/ (sphinx_rtd_theme)
 * MPipe: http://vmlaker.github.io/mpipe/ (sphinx13)
 * pip: https://pip.pypa.io/en/latest/ (sphinx_rtd_theme)
 * Pyramid web framework:
@@ -145,12 +152,12 @@ Documentation using another builtin theme
 Documentation using a custom theme/integrated in a site
 -------------------------------------------------------
 
-* Blender: http://www.blender.org/documentation/250PythonDoc/
+* Blender: https://www.blender.org/api/250PythonDoc/
 * Blinker: http://discorporate.us/projects/Blinker/docs/
-* Ceph: http://ceph.com/docs/master/
+* Ceph: http://docs.ceph.com/docs/master/
 * Classy: http://www.pocoo.org/projects/classy/
 * DEAP: http://deap.gel.ulaval.ca/doc/0.8/index.html
-* Django: http://docs.djangoproject.com/
+* Django: https://docs.djangoproject.com/
 * Elemental: http://libelemental.org/documentation/dev/index.html
 * Enterprise Toolkit for Acrobat products:
   http://www.adobe.com/devnet-docs/acrobatetk/
@@ -159,34 +166,33 @@ Documentation using a custom theme/integrated in a site
 * Flask-OpenID: http://pythonhosted.org/Flask-OpenID/
 * Gameduino: http://excamera.com/sphinx/gameduino/
 * GeoServer: http://docs.geoserver.org/
+* GHC - Glasgow Haskell Compiler: http://downloads.haskell.org/~ghc/master/users-guide/
 * Glashammer: http://glashammer.org/
-* Istihza (Turkish Python documentation project):
-  http://www.istihza.com/py2/icindekiler_python.html
+* Istihza (Turkish Python documentation project): http://belgeler.istihza.com/py2/
 * Lasso: http://lassoguide.com/
 * Manage documentation such as source code (fr): http://redaction-technique.org/
 * MathJax: http://docs.mathjax.org/en/latest/
 * MirrorBrain: http://mirrorbrain.org/docs/
 * MyHDL: http://docs.myhdl.org/en/latest/
 * nose: http://nose.readthedocs.org/en/latest/
-* NoTex: https://notex.ch/overview/
+* NoTex: https://www.notex.ch/overview/
 * ObjectListView: http://objectlistview.sourceforge.net/python/
-* Open ERP: http://doc.openerp.com/
+* Open ERP: https://doc.odoo.com/
 * OpenCV: http://docs.opencv.org/
-* Open Dylan: http://opendylan.org/documentation/ and also provides a
-  `dylan domain <https://github.com/dylan-lang/sphinx-extensions/blob/master/dylandomain/reference.rst>`__
+* Open Dylan: http://opendylan.org/documentation/
 * OpenLayers: http://docs.openlayers.org/
 * PyEphem: http://rhodesmill.org/pyephem/
 * German Plone user manual: http://www.hasecke.com/plone-benutzerhandbuch/
-* PSI4: http://sirius.chem.vt.edu/psi4manual/latest/index.html
+* PSI4: http://www.psicode.org/psi4manual/master/index.html
 * Pylons: http://docs.pylonsproject.org/projects/pylons-webframework/en/latest/
-* PyMOTW: http://pymotw.com/2/
+* PyMOTW: https://pymotw.com/2/
 * python-aspectlib: http://python-aspectlib.readthedocs.org/en/latest/
   (`sphinx-py3doc-enhanced-theme`_)
 * QGIS: http://qgis.org/en/docs/index.html
 * qooxdoo: http://manual.qooxdoo.org/current/
 * Roundup: http://www.roundup-tracker.org/
 * Selenium: http://docs.seleniumhq.org/docs/
-* Self: http://selflanguage.org/
+* Self: http://www.selflanguage.org/
 * Substance D: http://docs.pylonsproject.org/projects/substanced/en/latest/
 * Tablib: http://tablib.org/
 * SQLAlchemy: http://www.sqlalchemy.org/docs/
@@ -201,14 +207,12 @@ Documentation using a custom theme/integrated in a site
 Homepages and other non-documentation sites
 -------------------------------------------
 
-* Applied Mathematics at the Stellenbosch University: http://dip.sun.ac.za/
 * A personal page: http://www.dehlia.in/
 * Benoit Boissinot: http://bboissin.appspot.com/
 * lunarsite: http://lunaryorn.de/
-* Red Hot Chili Python: http://redhotchilipython.com/
 * The Wine Cellar Book: http://www.thewinecellarbook.com/doc/en/
 * UC Berkeley Advanced Control Systems course:
-  http://www.me.berkeley.edu/ME233/sp14/
+  http://msc.berkeley.edu/tomizuka/me233spring13/
 * VOR: http://www.vor-cycling.be/
 
 
@@ -217,11 +221,11 @@ Books produced using Sphinx
 
 * "The ``repoze.bfg`` Web Application Framework":
   http://www.amazon.com/repoze-bfg-Web-Application-Framework-Version/dp/0615345379
-* A Theoretical Physics Reference book: http://theoretical-physics.net/
+* A Theoretical Physics Reference book: http://www.theoretical-physics.net/
 * "Simple and Steady Way of Learning for Software Engineering" (in Japanese):
   http://www.amazon.co.jp/dp/477414259X/
 * "Expert Python Programming":
-  http://www.packtpub.com/expert-python-programming/book
+  https://www.packtpub.com/application-development/expert-python-programming
 * "Expert Python Programming" (Japanese translation):
   http://www.amazon.co.jp/dp/4048686291/
 * "Pomodoro Technique Illustrated" (Japanese translation):
@@ -231,7 +235,7 @@ Books produced using Sphinx
 * "Die Wahrheit des Sehens. Der DEKALOG von Krzysztof Kieślowski":
   http://www.hasecke.eu/Dekalog/
 * The "Varnish Book":
-  https://www.varnish-software.com/static/book/
+  http://book.varnish-software.com/4.0/
 * "Learning Sphinx" (in Japanese):
   http://www.oreilly.co.jp/books/9784873116488/
 * "LassoGuide":
diff --git a/Makefile b/Makefile
index 19318d1..0285484 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,15 @@
 PYTHON ?= python
 
-.PHONY: all check clean clean-pyc clean-patchfiles clean-backupfiles \
-        clean-generated pylint reindent test covertest build convert-utils
+.PHONY: all style-check clean clean-pyc clean-patchfiles clean-backupfiles \
+        clean-generated pylint reindent test covertest build
 
 DONT_CHECK = -i build -i dist -i sphinx/style/jquery.js \
              -i sphinx/pycode/pgen2 -i sphinx/util/smartypants.py \
              -i .ropeproject -i doc/_build -i tests/path.py \
              -i tests/coverage.py -i env -i utils/convert.py \
+             -i tests/typing_test_data.py \
+             -i tests/test_autodoc_py35.py \
+             -i tests/build \
              -i sphinx/search/da.py \
              -i sphinx/search/de.py \
              -i sphinx/search/en.py \
@@ -23,17 +26,12 @@ DONT_CHECK = -i build -i dist -i sphinx/style/jquery.js \
              -i sphinx/search/ru.py \
              -i sphinx/search/sv.py \
              -i sphinx/search/tr.py \
-             -i utils/reindent3.py -i utils/check_sources3.py -i .tox
+             -i .tox
 
-all: clean-pyc clean-backupfiles check test
+all: clean-pyc clean-backupfiles style-check test
 
-ifeq ($(PYTHON), python3)
-check: convert-utils
-	@$(PYTHON) utils/check_sources3.py $(DONT_CHECK) .
-else
-check:
+style-check:
 	@$(PYTHON) utils/check_sources.py $(DONT_CHECK) .
-endif
 
 clean: clean-pyc clean-patchfiles clean-backupfiles clean-generated
 
@@ -55,15 +53,13 @@ clean-generated:
 pylint:
 	@pylint --rcfile utils/pylintrc sphinx
 
-ifeq ($(PYTHON), python3)
-reindent: convert-utils
-	@$(PYTHON) utils/reindent3.py -r -n .
-else
 reindent:
 	@$(PYTHON) utils/reindent.py -r -n .
-endif
 
 test:
+	@cd tests; $(PYTHON) run.py -I py35 -d -m '^[tT]est' $(TEST)
+
+test-async:
 	@cd tests; $(PYTHON) run.py -d -m '^[tT]est' $(TEST)
 
 covertest:
@@ -72,8 +68,3 @@ covertest:
 
 build:
 	@$(PYTHON) setup.py build
-
-ifeq ($(PYTHON), python3)
-convert-utils:
-	@python3 utils/convert.py -i utils/convert.py utils/
-endif
diff --git a/PKG-INFO b/PKG-INFO
index f75a21f..a597f22 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Sphinx
-Version: 1.3.6
+Version: 1.4
 Summary: Python documentation generator
 Home-page: http://sphinx-doc.org/
 Author: Georg Brandl
diff --git a/Sphinx.egg-info/PKG-INFO b/Sphinx.egg-info/PKG-INFO
index f75a21f..a597f22 100644
--- a/Sphinx.egg-info/PKG-INFO
+++ b/Sphinx.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Sphinx
-Version: 1.3.6
+Version: 1.4
 Summary: Python documentation generator
 Home-page: http://sphinx-doc.org/
 Author: Georg Brandl
diff --git a/Sphinx.egg-info/SOURCES.txt b/Sphinx.egg-info/SOURCES.txt
index 4c11d5d..85ac24b 100644
--- a/Sphinx.egg-info/SOURCES.txt
+++ b/Sphinx.egg-info/SOURCES.txt
@@ -6,7 +6,6 @@ MANIFEST.in
 Makefile
 README.rst
 babel.cfg
-ez_setup.py
 setup.cfg
 setup.py
 sphinx-apidoc.py
@@ -63,6 +62,7 @@ doc/_themes/sphinx13/static/relbg.png
 doc/_themes/sphinx13/static/sphinx13.css
 doc/_themes/sphinx13/static/sphinxheader.png
 doc/ext/autodoc.rst
+doc/ext/autosectionlabel.rst
 doc/ext/autosummary.rst
 doc/ext/coverage.rst
 doc/ext/doctest.rst
@@ -71,6 +71,7 @@ doc/ext/example_google.rst
 doc/ext/example_numpy.py
 doc/ext/example_numpy.rst
 doc/ext/extlinks.rst
+doc/ext/githubpages.rst
 doc/ext/graphviz.rst
 doc/ext/ifconfig.rst
 doc/ext/inheritance.rst
@@ -87,6 +88,7 @@ doc/extdev/envapi.rst
 doc/extdev/index.rst
 doc/extdev/markupapi.rst
 doc/extdev/nodes.rst
+doc/extdev/parserapi.rst
 doc/extdev/tutorial.rst
 doc/man/sphinx-apidoc.rst
 doc/man/sphinx-build.rst
@@ -136,6 +138,7 @@ sphinx/highlighting.py
 sphinx/io.py
 sphinx/jinja2glue.py
 sphinx/make_mode.py
+sphinx/parsers.py
 sphinx/pygments_styles.py
 sphinx/quickstart.py
 sphinx/roles.py
@@ -147,7 +150,9 @@ sphinx/builders/__init__.py
 sphinx/builders/applehelp.py
 sphinx/builders/changes.py
 sphinx/builders/devhelp.py
+sphinx/builders/dummy.py
 sphinx/builders/epub.py
+sphinx/builders/epub3.py
 sphinx/builders/gettext.py
 sphinx/builders/html.py
 sphinx/builders/htmlhelp.py
@@ -162,6 +167,7 @@ sphinx/builders/xml.py
 sphinx/directives/__init__.py
 sphinx/directives/code.py
 sphinx/directives/other.py
+sphinx/directives/patches.py
 sphinx/domains/__init__.py
 sphinx/domains/c.py
 sphinx/domains/cpp.py
@@ -171,11 +177,14 @@ sphinx/domains/rst.py
 sphinx/domains/std.py
 sphinx/ext/__init__.py
 sphinx/ext/autodoc.py
+sphinx/ext/autosectionlabel.py
 sphinx/ext/coverage.py
 sphinx/ext/doctest.py
 sphinx/ext/extlinks.py
+sphinx/ext/githubpages.py
 sphinx/ext/graphviz.py
 sphinx/ext/ifconfig.py
+sphinx/ext/imgmath.py
 sphinx/ext/inheritance_diagram.py
 sphinx/ext/intersphinx.py
 sphinx/ext/jsmath.py
@@ -336,6 +345,7 @@ sphinx/search/ro.py
 sphinx/search/ru.py
 sphinx/search/sv.py
 sphinx/search/tr.py
+sphinx/search/zh.py
 sphinx/search/non-minified-js/danish-stemmer.js
 sphinx/search/non-minified-js/dutch-stemmer.js
 sphinx/search/non-minified-js/finnish-stemmer.js
@@ -353,6 +363,7 @@ sphinx/search/non-minified-js/swedish-stemmer.js
 sphinx/search/non-minified-js/turkish-stemmer.js
 sphinx/texinputs/Makefile
 sphinx/texinputs/fncychap.sty
+sphinx/texinputs/newfloat.sty
 sphinx/texinputs/python.ist
... 51846 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx.git



More information about the Python-modules-commits mailing list