[Python-modules-commits] [sphinx] branch upstream updated (452186e -> 163ed32)
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Mon Feb 5 12:31:55 UTC 2018
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a change to branch upstream
in repository sphinx.
from 452186e New upstream version 1.6.6
new 163ed32 New upstream version 1.6.7
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES | 30 +-
PKG-INFO | 2 +-
Sphinx.egg-info/PKG-INFO | 2 +-
Sphinx.egg-info/SOURCES.txt | 11 +-
sphinx/__init__.py | 6 +-
sphinx/apidoc.py | 13 +-
sphinx/builders/html.py | 107 ++-
sphinx/domains/std.py | 5 +-
sphinx/ext/autodoc.py | 8 +-
sphinx/ext/autosectionlabel.py | 13 +
sphinx/ext/autosummary/__init__.py | 19 +-
sphinx/ext/graphviz.py | 70 +-
sphinx/ext/intersphinx.py | 32 +-
sphinx/ext/mathbase.py | 14 +-
sphinx/search/fr.py | 2 +-
sphinx/themes/basic/static/basic.css_t | 5 +
.../static/{jquery-3.1.0.js => jquery-3.2.1.js} | 769 +++++++++++++--------
sphinx/themes/basic/static/jquery.js | 8 +-
sphinx/transforms/__init__.py | 5 +
sphinx/util/nodes.py | 2 +
sphinx/writers/latex.py | 2 -
.../a/b/e}/__init__.py | 0
tests/roots/test-apidoc-pep420/a/b/e/f.py | 1 +
tests/roots/test-ext-autodoc/autodoc_dummy_bar.py | 5 +
.../bug2437}/__init__.py | 0
.../test-ext-autodoc/bug2437/autodoc_dummy_foo.py | 3 +
tests/roots/test-ext-autodoc/conf.py | 2 +
tests/roots/test-ext-autodoc/contents.rst | 6 +
...le_having_threeparagraphs_cell_in_first_col.tex | 20 +
tests/roots/test-latex-table/tabular.rst | 14 +
tests/roots/test-root/markup.txt | 2 +
.../roots/{test-basic => test-smartquotes}/conf.py | 0
tests/roots/test-smartquotes/index.rst | 4 +
tests/test_apidoc.py | 60 ++
tests/test_autodoc.py | 12 +-
tests/test_build_html.py | 2 +
tests/test_build_html5.py | 2 +
tests/test_build_latex.py | 19 +-
tests/test_ext_autodoc.py | 10 +
tests/test_ext_autosummary.py | 1 +
tests/test_ext_graphviz.py | 62 ++
tests/test_ext_intersphinx.py | 32 +
tests/test_ext_math.py | 6 +-
tests/test_smartquotes.py | 92 +++
tests/test_theming.py | 2 +-
45 files changed, 1082 insertions(+), 400 deletions(-)
rename sphinx/themes/basic/static/{jquery-3.1.0.js => jquery-3.2.1.js} (94%)
copy tests/roots/{test-apidoc-toc/mypackage => test-apidoc-pep420/a/b/e}/__init__.py (100%)
create mode 100644 tests/roots/test-apidoc-pep420/a/b/e/f.py
create mode 100644 tests/roots/test-ext-autodoc/autodoc_dummy_bar.py
copy tests/roots/{test-apidoc-toc/mypackage => test-ext-autodoc/bug2437}/__init__.py (100%)
create mode 100644 tests/roots/test-ext-autodoc/bug2437/autodoc_dummy_foo.py
create mode 100644 tests/roots/test-latex-table/expects/table_having_threeparagraphs_cell_in_first_col.tex
copy tests/roots/{test-basic => test-smartquotes}/conf.py (100%)
create mode 100644 tests/roots/test-smartquotes/index.rst
create mode 100644 tests/test_smartquotes.py
--
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