Thu Sep 13 07:36:52 2018 UTC ()
py-sphinx: updated to 1.8.0

Release 1.8.0:

Dependencies
1.8.0b1
* LaTeX: :confval:latex_use_xindy, if True (default for
  xelatex/lualatex), instructs make latexpdf to use :program:xindy
  for general index.  Make sure your LaTeX distribution includes it.

Incompatible changes
1.8.0b2
* html theme: refer pygments_style settings of HTML themes
  preferentially
* The URL of download files are changed
* quickstart: Makefile and make.bat are not overwritten if exists

1.8.0b1
* the :py:mod:sphinx.ext.graphviz: extension runs dot in the
  directory of the document being built instead of in the root directory of
  the documentation.
* extensions which stores any data to environment should return the
  version of its env data structure as metadata.  In detail, please see
  :ref:ext-metadata.
* Sphinx expects source parser modules to have supported file formats as
  Parser.supported attribute
* The default value of :confval:epub_author and :confval:epub_publisher are
  changed from 'unknown' to the value of :confval:author.  This is same as
  a conf.py file sphinx-build generates.
* The gettext_compact attribute is removed from document.settings
  object.  Please use config.gettext_compact instead.
* The processing order on reading phase is changed.  smart_quotes, sphinx
  domains, :event:doctree-read event and versioning doctrees are invoked
  earlier than so far.  For more details, please read a description of
  :py:meth:.Sphinx.add_transform()
* All substitution_definition nodes are removed from doctree on
  reading phase
* docutils.conf on $HOME and /etc directories are ignored.  Only
  docutils.conf on confdir is refered.
* :samp: role supports to escape curly braces with backslash
* The files under :confval:html_static_path are excluded from source
  files.
* latex: Use \sphinxcite for citation references instead \hyperref
* The config value viewcode_import is renamed to
  :confval:viewcode_follow_imported_members
* latex: :confval:latex_show_pagerefs does not add pagerefs for
  citations
* latex: Now "rubric" elements are rendered as unnumbered section title
* html: The anchor for productionlist tokens has been changed
* Modifying a template variable script_files in templates is allowed now.
  Please use app.add_js_file() instead.
* Save environment object also with only new documents
* qthelp builder allows dashes in :confval:qthelp_namespace
* LaTeX: with lualatex or xelatex use by default :program:xindy as
  UTF-8 able replacement of :program:makeindex.  After
  upgrading Sphinx, please clean latex build repertory of existing project
  before new build.
* html: hlist items are now aligned to top
* highlightlang directive is processed on resolving phase
* latex: LaTeX template has been chaned.  Following elements are moved
  into the template:
  - \begin{document}
  - shorthandoff variable
  - maketitle variable
  - tableofcontents variable

Deprecated
1.8.0b2
* sphinx.io.SphinxI18nReader.set_lineno_for_reporter() is deprecated
* sphinx.io.SphinxI18nReader.line is deprecated
* sphinx.util.i18n.find_catalog_source_file() has changed; the
  *gettext_compact* argument has been deprecated
* sphinx.util.images.guess_mimetype() has changed; the *content*
  argument has been deprecated

1.8.0b1
* :confval:source_parsers is deprecated
* :confval:autodoc_default_flags is deprecated
* quickstart: --epub option becomes default, so it is deprecated
* Drop function based directive support.  For now, Sphinx only supports class
  based directives.
* sphinx.util.docutils.directive_helper() is deprecated
* sphinx.cmdline is deprecated
* sphinx.make_mode is deprecated
* sphinx.locale.l_() is deprecated
* helper function warn() for HTML themes is deprecated
* app.override_domain() is deprecated
* app.add_stylesheet() is deprecated
* app.add_javascript() is deprecated
* app.import_object() is deprecated
* app.add_source_parser() has changed;  the *suffix* argument has been
  deprecated
* sphinx.versioning.prepare() is deprecated
* Config.__init__() has changed;  the *dirname*, *filename* and *tags*
  argument has been deprecated
* Config.check_types() is deprecated
* Config.check_unicode() is deprecated
* sphinx.application.CONFIG_FILENAME is deprecated
* highlightlang directive is deprecated
* BuildEnvironment.load() is deprecated
* BuildEnvironment.loads() is deprecated
* BuildEnvironment.frompickle() is deprecated
* env.read_doc() is deprecated
* env.update() is deprecated
* env._read_serial() is deprecated
* env._read_parallel() is deprecated
* env.write_doctree() is deprecated
* env._nitpick_ignore is deprecated
* env.versionchanges is deprecated
* env.dump() is deprecated
* env.dumps() is deprecated
* env.topickle() is deprecated
* env.note_versionchange() is deprecated
* sphinx.writers.latex.Table.caption_footnotetexts is deprecated
* sphinx.writers.latex.Table.header_footnotetexts is deprecated
* sphinx.writers.latex.LaTeXTranslator.footnotestack is deprecated
* sphinx.writers.latex.LaTeXTranslator.in_container_literal_block is deprecated
* sphinx.writers.latex.LaTeXTranslator.next_section_ids is deprecated
* sphinx.writers.latex.LaTeXTranslator.next_hyperlink_ids is deprecated
* sphinx.writers.latex.LaTeXTranslator.restrict_footnote() is deprecated
* sphinx.writers.latex.LaTeXTranslator.unrestrict_footnote() is deprecated
* sphinx.writers.latex.LaTeXTranslator.push_hyperlink_ids() is deprecated
* sphinx.writers.latex.LaTeXTranslator.pop_hyperlink_ids() is deprecated
* sphinx.writers.latex.LaTeXTranslator.check_latex_elements() is deprecated
* sphinx.writers.latex.LaTeXTranslator.bibitems is deprecated
* sphinx.writers.latex.LaTeXTranslator.hlsettingstack is deprecated
* sphinx.writers.latex.ExtBabel.get_shorthandoff() is deprecated
* sphinx.writers.html.HTMLTranslator.highlightlang is deprecated
* sphinx.writers.html.HTMLTranslator.highlightlang_base is deprecated
* sphinx.writers.html.HTMLTranslator.highlightlangopts is deprecated
* sphinx.writers.html.HTMLTranslator.highlightlinenothreshold is deprecated
* sphinx.writers.html5.HTMLTranslator.highlightlang is deprecated
* sphinx.writers.html5.HTMLTranslator.highlightlang_base is deprecated
* sphinx.writers.html5.HTMLTranslator.highlightlangopts is deprecated
* sphinx.writers.html5.HTMLTranslator.highlightlinenothreshold is deprecated
* sphinx.ext.mathbase extension is deprecated
* sphinx.ext.mathbase.math node is deprecated
* sphinx.ext.mathbase.displaymath node is deprecated
* sphinx.ext.mathbase.eqref node is deprecated
* sphinx.ext.mathbase.is_in_section_title() is deprecated
* sphinx.ext.mathbase.MathDomain is deprecated
* sphinx.ext.mathbase.setup_math() is deprecated
* sphinx.directives.other.VersionChanges is deprecated
* sphinx.highlighting.PygmentsBridge.unhighlight() is deprecated
* sphinx.ext.mathbase.get_node_equation_number() is deprecated
* sphinx.ext.mathbase.wrap_displaymath() is deprecated
* The trim_doctest_flags argument of sphinx.highlighting.PygmentsBridge
  is deprecated

Features added
1.8.0b2
* Ensure frozen object descriptions are reproducible
* apidoc: Add --tocfile option to change the filename of ToC

1.8.0b1
* Add :event:config-inited event
* Add sphinx.config.Any to represent the config value accepts any type of
  value
* :confval:source_suffix allows a mapping fileext to file types
* Add :confval:author as a configuration value
* imgconverter: Support to convert GIF to PNG
* sphinx-build command supports i18n console output
* Add app.add_message_catalog() and sphinx.locale.get_translations() to
  support translation for 3rd party extensions
* helper function warning() for HTML themes is added
* Add Domain.enumerable_nodes to manage own enumerable nodes for domains
  (experimental)
* Add a new keyword argument override to Application APIs
* LaTeX: new key 'fvset' for :confval:latex_elements. For
  XeLaTeX/LuaLaTeX its default sets fanvyvrb to use normal, not small,
  fontsize in code-blocks
* Add :confval:html_css_files and :confval:epub_css_files for adding CSS
  files from configuration
* Add :confval:html_js_files for adding JS files from configuration
* Ensure set object descriptions are reproducible.
* Allow to override :confval:numfig_format partially.  Full definition
  is not needed.
* Improve warning messages during including
* LaTeX: separate customizability of :rst:role:guilabel and
  :rst:role:menuselection
* Add Config.read() classmethod to create a new config object from
  configuration file
* Wrap graphviz diagrams in <div> tag
* viewcode: Add :event:viewcode-find-source and
  :event:viewcode-follow-imported to load source code without loading
* napoleon: Add strings to translation file for localisation
* Display a warning when invalid values are passed to linenothreshold
  option of highlight directive
* C++:
  - Add a cpp:texpr role as a sibling to cpp:expr.
  - Add support for unions.
  - add support for anonymous entities using names staring with @.
  - add support for (most) character literals.
  - Cross-referencing entities inside primary templates is supported,
    and now properly documented.
  - add new cross-referencing format for cpp:any and cpp:func roles,
    for referencing specific function overloads.

* MathJax should be loaded with async attribute
* html: Output canonical_url metadata if :confval:html_baseurl set
* autosummary: expose inherited_members to template
* mathjax: Add :confval:mathjax_options to give options to script tag
  for mathjax
* latex: Don't overwrite .tex file if document not changed
* latex: Add alphanumeric enumerated list support
* Add :confval:latex_use_xindy for UTF-8 savvy indexing, defaults to True
  if :confval:latex_engine is 'xelatex' or 'lualatex'.
* SphinxLoggerAdapter.info() now supports location parameter
* setuptools: support nitpicky option
* autoclass directive supports nested class
* Add app.add_html_math_renderer() to register a math renderer for HTML
* Apply :confval:trim_doctest_flags to all builders (cf. text, manpages)
* linkcheck: Add better Accept header to HTTP client
* sphinx-build: Add --keep-going option to show all warnings
* Add :rst:role:math:numref role to refer equations (Same as :rst:role:eq)
* quickstart: epub builder is enabled by default
* Add :confval:singlehtml_sidebars to configure sidebars for singlehtml
  builder
* doctest: Skip doctest conditionally
* autodoc: emit a warning for invalid typehints
* autodoc: Add :confval:autodoc_default_options which accepts
  option values as dict

Bugs fixed
1.8.0b2
* html: search box overrides to other elements if scrolled
* i18n: warnings for translation catalogs have wrong line numbers
* latex: cross references has been broken by multiply labeled objects
* C++, fixes for symbol addition and lookup. Lookup should no longer break
  in partial builds.
* download reference to remote file is not displayed
* html theme: pygments_style of theme was overrided by conf.py
  by default
* toctree shows confusible warning when document is excluded
* autodoc: :members: causes :special-members: not to be shown
* autodoc: ImportError is replaced by AttributeError for deeper module
* Incorrect links with :download:, duplicate names, and
  parallel builds
* autodoc: failed to analyze source code in egg package
* Sphinx crashes if unknown po file exists

1.8.0b1
* i18n: message catalogs were reset on each initialization
* latex: footnote inside footnote was not rendered
* i18n: fix lang_COUNTRY not fallback correctly for IndexBuilder. Thanks
  to Shengjing Zhu.
* productionlist directive generates invalid IDs for the tokens
* (lualatex) PDF build fails if indexed word starts with Unicode character
* latex: index headings "Symbols" and "Numbers" not internationalized
* sphinx-build: Handle errors on scanning documents
* epub: spine has been broken when "self" is listed on toctree
* autosummary does not understand docstring of module level attributes
* C++, prevent nested declarations in functions to avoid lookup problems.
* C++, add missing isPack method for certain template parameter types.
* C++, parse attributes on declerators as well.
* C++, parse delete expressions and basic new expressions as well.
* graphviz: SVGs do not adapt to the column width

Features removed
1.8.0b1
* sphinx.ext.pngmath extension

Documentation
1.8.0b1
* Fix wrong make.bat option for internationalization.
* napoleon: add admonitions added by 4613 to the docs.


(adam)
diff -r1.56 -r1.57 pkgsrc/textproc/py-sphinx/Makefile
diff -r1.22 -r1.23 pkgsrc/textproc/py-sphinx/PLIST
diff -r1.36 -r1.37 pkgsrc/textproc/py-sphinx/distinfo

cvs diff -r1.56 -r1.57 pkgsrc/textproc/py-sphinx/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-sphinx/Makefile 2018/09/06 09:26:43 1.56
+++ pkgsrc/textproc/py-sphinx/Makefile 2018/09/13 07:36:52 1.57
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.56 2018/09/06 09:26:43 adam Exp $ 1# $NetBSD: Makefile,v 1.57 2018/09/13 07:36:52 adam Exp $
2 2
3DISTNAME= Sphinx-1.7.9 3DISTNAME= Sphinx-1.8.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=S/Sphinx/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=S/Sphinx/}
7 7
8MAINTAINER= markd@NetBSD.org 8MAINTAINER= markd@NetBSD.org
9HOMEPAGE= http://sphinx.pocoo.org/ 9HOMEPAGE= http://sphinx.pocoo.org/
10COMMENT= Python documentation generator 10COMMENT= Python documentation generator
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-alabaster>=0.7:../../textproc/py-alabaster 13DEPENDS+= ${PYPKGPREFIX}-alabaster>=0.7:../../textproc/py-alabaster
14DEPENDS+= ${PYPKGPREFIX}-babel>=1.3:../../devel/py-babel 14DEPENDS+= ${PYPKGPREFIX}-babel>=1.3:../../devel/py-babel
15DEPENDS+= ${PYPKGPREFIX}-docutils>=0.11:../../textproc/py-docutils 15DEPENDS+= ${PYPKGPREFIX}-docutils>=0.11:../../textproc/py-docutils
16DEPENDS+= ${PYPKGPREFIX}-imagesize-[0-9]*:../../graphics/py-imagesize 16DEPENDS+= ${PYPKGPREFIX}-imagesize-[0-9]*:../../graphics/py-imagesize

cvs diff -r1.22 -r1.23 pkgsrc/textproc/py-sphinx/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/py-sphinx/PLIST 2018/04/25 08:08:21 1.22
+++ pkgsrc/textproc/py-sphinx/PLIST 2018/09/13 07:36:52 1.23
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.22 2018/04/25 08:08:21 adam Exp $ 1@comment $NetBSD: PLIST,v 1.23 2018/09/13 07:36:52 adam Exp $
2bin/sphinx-apidoc${PYVERSSUFFIX} 2bin/sphinx-apidoc${PYVERSSUFFIX}
3bin/sphinx-autogen${PYVERSSUFFIX} 3bin/sphinx-autogen${PYVERSSUFFIX}
4bin/sphinx-build${PYVERSSUFFIX} 4bin/sphinx-build${PYVERSSUFFIX}
5bin/sphinx-quickstart${PYVERSSUFFIX} 5bin/sphinx-quickstart${PYVERSSUFFIX}
6${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 6${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
7${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 7${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
8${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 8${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
9${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 9${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
10${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 10${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
11${PYSITELIB}/${EGG_INFODIR}/requires.txt 11${PYSITELIB}/${EGG_INFODIR}/requires.txt
12${PYSITELIB}/${EGG_INFODIR}/top_level.txt 12${PYSITELIB}/${EGG_INFODIR}/top_level.txt
13${PYSITELIB}/sphinx/__init__.py 13${PYSITELIB}/sphinx/__init__.py
14${PYSITELIB}/sphinx/__init__.pyc 14${PYSITELIB}/sphinx/__init__.pyc
@@ -48,26 +48,29 @@ ${PYSITELIB}/sphinx/builders/epub3.pyc @@ -48,26 +48,29 @@ ${PYSITELIB}/sphinx/builders/epub3.pyc
48${PYSITELIB}/sphinx/builders/epub3.pyo 48${PYSITELIB}/sphinx/builders/epub3.pyo
49${PYSITELIB}/sphinx/builders/gettext.py 49${PYSITELIB}/sphinx/builders/gettext.py
50${PYSITELIB}/sphinx/builders/gettext.pyc 50${PYSITELIB}/sphinx/builders/gettext.pyc
51${PYSITELIB}/sphinx/builders/gettext.pyo 51${PYSITELIB}/sphinx/builders/gettext.pyo
52${PYSITELIB}/sphinx/builders/html.py 52${PYSITELIB}/sphinx/builders/html.py
53${PYSITELIB}/sphinx/builders/html.pyc 53${PYSITELIB}/sphinx/builders/html.pyc
54${PYSITELIB}/sphinx/builders/html.pyo 54${PYSITELIB}/sphinx/builders/html.pyo
55${PYSITELIB}/sphinx/builders/htmlhelp.py 55${PYSITELIB}/sphinx/builders/htmlhelp.py
56${PYSITELIB}/sphinx/builders/htmlhelp.pyc 56${PYSITELIB}/sphinx/builders/htmlhelp.pyc
57${PYSITELIB}/sphinx/builders/htmlhelp.pyo 57${PYSITELIB}/sphinx/builders/htmlhelp.pyo
58${PYSITELIB}/sphinx/builders/latex/__init__.py 58${PYSITELIB}/sphinx/builders/latex/__init__.py
59${PYSITELIB}/sphinx/builders/latex/__init__.pyc 59${PYSITELIB}/sphinx/builders/latex/__init__.pyc
60${PYSITELIB}/sphinx/builders/latex/__init__.pyo 60${PYSITELIB}/sphinx/builders/latex/__init__.pyo
 61${PYSITELIB}/sphinx/builders/latex/nodes.py
 62${PYSITELIB}/sphinx/builders/latex/nodes.pyc
 63${PYSITELIB}/sphinx/builders/latex/nodes.pyo
61${PYSITELIB}/sphinx/builders/latex/transforms.py 64${PYSITELIB}/sphinx/builders/latex/transforms.py
62${PYSITELIB}/sphinx/builders/latex/transforms.pyc 65${PYSITELIB}/sphinx/builders/latex/transforms.pyc
63${PYSITELIB}/sphinx/builders/latex/transforms.pyo 66${PYSITELIB}/sphinx/builders/latex/transforms.pyo
64${PYSITELIB}/sphinx/builders/linkcheck.py 67${PYSITELIB}/sphinx/builders/linkcheck.py
65${PYSITELIB}/sphinx/builders/linkcheck.pyc 68${PYSITELIB}/sphinx/builders/linkcheck.pyc
66${PYSITELIB}/sphinx/builders/linkcheck.pyo 69${PYSITELIB}/sphinx/builders/linkcheck.pyo
67${PYSITELIB}/sphinx/builders/manpage.py 70${PYSITELIB}/sphinx/builders/manpage.py
68${PYSITELIB}/sphinx/builders/manpage.pyc 71${PYSITELIB}/sphinx/builders/manpage.pyc
69${PYSITELIB}/sphinx/builders/manpage.pyo 72${PYSITELIB}/sphinx/builders/manpage.pyo
70${PYSITELIB}/sphinx/builders/qthelp.py 73${PYSITELIB}/sphinx/builders/qthelp.py
71${PYSITELIB}/sphinx/builders/qthelp.pyc 74${PYSITELIB}/sphinx/builders/qthelp.pyc
72${PYSITELIB}/sphinx/builders/qthelp.pyo 75${PYSITELIB}/sphinx/builders/qthelp.pyo
73${PYSITELIB}/sphinx/builders/texinfo.py 76${PYSITELIB}/sphinx/builders/texinfo.py
@@ -78,26 +81,29 @@ ${PYSITELIB}/sphinx/builders/text.pyc @@ -78,26 +81,29 @@ ${PYSITELIB}/sphinx/builders/text.pyc
78${PYSITELIB}/sphinx/builders/text.pyo 81${PYSITELIB}/sphinx/builders/text.pyo
79${PYSITELIB}/sphinx/builders/websupport.py 82${PYSITELIB}/sphinx/builders/websupport.py
80${PYSITELIB}/sphinx/builders/websupport.pyc 83${PYSITELIB}/sphinx/builders/websupport.pyc
81${PYSITELIB}/sphinx/builders/websupport.pyo 84${PYSITELIB}/sphinx/builders/websupport.pyo
82${PYSITELIB}/sphinx/builders/xml.py 85${PYSITELIB}/sphinx/builders/xml.py
83${PYSITELIB}/sphinx/builders/xml.pyc 86${PYSITELIB}/sphinx/builders/xml.pyc
84${PYSITELIB}/sphinx/builders/xml.pyo 87${PYSITELIB}/sphinx/builders/xml.pyo
85${PYSITELIB}/sphinx/cmd/__init__.py 88${PYSITELIB}/sphinx/cmd/__init__.py
86${PYSITELIB}/sphinx/cmd/__init__.pyc 89${PYSITELIB}/sphinx/cmd/__init__.pyc
87${PYSITELIB}/sphinx/cmd/__init__.pyo 90${PYSITELIB}/sphinx/cmd/__init__.pyo
88${PYSITELIB}/sphinx/cmd/build.py 91${PYSITELIB}/sphinx/cmd/build.py
89${PYSITELIB}/sphinx/cmd/build.pyc 92${PYSITELIB}/sphinx/cmd/build.pyc
90${PYSITELIB}/sphinx/cmd/build.pyo 93${PYSITELIB}/sphinx/cmd/build.pyo
 94${PYSITELIB}/sphinx/cmd/make_mode.py
 95${PYSITELIB}/sphinx/cmd/make_mode.pyc
 96${PYSITELIB}/sphinx/cmd/make_mode.pyo
91${PYSITELIB}/sphinx/cmd/quickstart.py 97${PYSITELIB}/sphinx/cmd/quickstart.py
92${PYSITELIB}/sphinx/cmd/quickstart.pyc 98${PYSITELIB}/sphinx/cmd/quickstart.pyc
93${PYSITELIB}/sphinx/cmd/quickstart.pyo 99${PYSITELIB}/sphinx/cmd/quickstart.pyo
94${PYSITELIB}/sphinx/cmdline.py 100${PYSITELIB}/sphinx/cmdline.py
95${PYSITELIB}/sphinx/cmdline.pyc 101${PYSITELIB}/sphinx/cmdline.pyc
96${PYSITELIB}/sphinx/cmdline.pyo 102${PYSITELIB}/sphinx/cmdline.pyo
97${PYSITELIB}/sphinx/config.py 103${PYSITELIB}/sphinx/config.py
98${PYSITELIB}/sphinx/config.pyc 104${PYSITELIB}/sphinx/config.pyc
99${PYSITELIB}/sphinx/config.pyo 105${PYSITELIB}/sphinx/config.pyo
100${PYSITELIB}/sphinx/deprecation.py 106${PYSITELIB}/sphinx/deprecation.py
101${PYSITELIB}/sphinx/deprecation.pyc 107${PYSITELIB}/sphinx/deprecation.pyc
102${PYSITELIB}/sphinx/deprecation.pyo 108${PYSITELIB}/sphinx/deprecation.pyo
103${PYSITELIB}/sphinx/directives/__init__.py 109${PYSITELIB}/sphinx/directives/__init__.py
@@ -108,32 +114,38 @@ ${PYSITELIB}/sphinx/directives/code.pyc @@ -108,32 +114,38 @@ ${PYSITELIB}/sphinx/directives/code.pyc
108${PYSITELIB}/sphinx/directives/code.pyo 114${PYSITELIB}/sphinx/directives/code.pyo
109${PYSITELIB}/sphinx/directives/other.py 115${PYSITELIB}/sphinx/directives/other.py
110${PYSITELIB}/sphinx/directives/other.pyc 116${PYSITELIB}/sphinx/directives/other.pyc
111${PYSITELIB}/sphinx/directives/other.pyo 117${PYSITELIB}/sphinx/directives/other.pyo
112${PYSITELIB}/sphinx/directives/patches.py 118${PYSITELIB}/sphinx/directives/patches.py
113${PYSITELIB}/sphinx/directives/patches.pyc 119${PYSITELIB}/sphinx/directives/patches.pyc
114${PYSITELIB}/sphinx/directives/patches.pyo 120${PYSITELIB}/sphinx/directives/patches.pyo
115${PYSITELIB}/sphinx/domains/__init__.py 121${PYSITELIB}/sphinx/domains/__init__.py
116${PYSITELIB}/sphinx/domains/__init__.pyc 122${PYSITELIB}/sphinx/domains/__init__.pyc
117${PYSITELIB}/sphinx/domains/__init__.pyo 123${PYSITELIB}/sphinx/domains/__init__.pyo
118${PYSITELIB}/sphinx/domains/c.py 124${PYSITELIB}/sphinx/domains/c.py
119${PYSITELIB}/sphinx/domains/c.pyc 125${PYSITELIB}/sphinx/domains/c.pyc
120${PYSITELIB}/sphinx/domains/c.pyo 126${PYSITELIB}/sphinx/domains/c.pyo
 127${PYSITELIB}/sphinx/domains/changeset.py
 128${PYSITELIB}/sphinx/domains/changeset.pyc
 129${PYSITELIB}/sphinx/domains/changeset.pyo
121${PYSITELIB}/sphinx/domains/cpp.py 130${PYSITELIB}/sphinx/domains/cpp.py
122${PYSITELIB}/sphinx/domains/cpp.pyc 131${PYSITELIB}/sphinx/domains/cpp.pyc
123${PYSITELIB}/sphinx/domains/cpp.pyo 132${PYSITELIB}/sphinx/domains/cpp.pyo
124${PYSITELIB}/sphinx/domains/javascript.py 133${PYSITELIB}/sphinx/domains/javascript.py
125${PYSITELIB}/sphinx/domains/javascript.pyc 134${PYSITELIB}/sphinx/domains/javascript.pyc
126${PYSITELIB}/sphinx/domains/javascript.pyo 135${PYSITELIB}/sphinx/domains/javascript.pyo
 136${PYSITELIB}/sphinx/domains/math.py
 137${PYSITELIB}/sphinx/domains/math.pyc
 138${PYSITELIB}/sphinx/domains/math.pyo
127${PYSITELIB}/sphinx/domains/python.py 139${PYSITELIB}/sphinx/domains/python.py
128${PYSITELIB}/sphinx/domains/python.pyc 140${PYSITELIB}/sphinx/domains/python.pyc
129${PYSITELIB}/sphinx/domains/python.pyo 141${PYSITELIB}/sphinx/domains/python.pyo
130${PYSITELIB}/sphinx/domains/rst.py 142${PYSITELIB}/sphinx/domains/rst.py
131${PYSITELIB}/sphinx/domains/rst.pyc 143${PYSITELIB}/sphinx/domains/rst.pyc
132${PYSITELIB}/sphinx/domains/rst.pyo 144${PYSITELIB}/sphinx/domains/rst.pyo
133${PYSITELIB}/sphinx/domains/std.py 145${PYSITELIB}/sphinx/domains/std.py
134${PYSITELIB}/sphinx/domains/std.pyc 146${PYSITELIB}/sphinx/domains/std.pyc
135${PYSITELIB}/sphinx/domains/std.pyo 147${PYSITELIB}/sphinx/domains/std.pyo
136${PYSITELIB}/sphinx/environment/__init__.py 148${PYSITELIB}/sphinx/environment/__init__.py
137${PYSITELIB}/sphinx/environment/__init__.pyc 149${PYSITELIB}/sphinx/environment/__init__.pyc
138${PYSITELIB}/sphinx/environment/__init__.pyo 150${PYSITELIB}/sphinx/environment/__init__.pyo
139${PYSITELIB}/sphinx/environment/adapters/__init__.py 151${PYSITELIB}/sphinx/environment/adapters/__init__.py
@@ -246,50 +258,50 @@ ${PYSITELIB}/sphinx/ext/mathbase.pyc @@ -246,50 +258,50 @@ ${PYSITELIB}/sphinx/ext/mathbase.pyc
246${PYSITELIB}/sphinx/ext/mathbase.pyo 258${PYSITELIB}/sphinx/ext/mathbase.pyo
247${PYSITELIB}/sphinx/ext/mathjax.py 259${PYSITELIB}/sphinx/ext/mathjax.py
248${PYSITELIB}/sphinx/ext/mathjax.pyc 260${PYSITELIB}/sphinx/ext/mathjax.pyc
249${PYSITELIB}/sphinx/ext/mathjax.pyo 261${PYSITELIB}/sphinx/ext/mathjax.pyo
250${PYSITELIB}/sphinx/ext/napoleon/__init__.py 262${PYSITELIB}/sphinx/ext/napoleon/__init__.py
251${PYSITELIB}/sphinx/ext/napoleon/__init__.pyc 263${PYSITELIB}/sphinx/ext/napoleon/__init__.pyc
252${PYSITELIB}/sphinx/ext/napoleon/__init__.pyo 264${PYSITELIB}/sphinx/ext/napoleon/__init__.pyo
253${PYSITELIB}/sphinx/ext/napoleon/docstring.py 265${PYSITELIB}/sphinx/ext/napoleon/docstring.py
254${PYSITELIB}/sphinx/ext/napoleon/docstring.pyc 266${PYSITELIB}/sphinx/ext/napoleon/docstring.pyc
255${PYSITELIB}/sphinx/ext/napoleon/docstring.pyo 267${PYSITELIB}/sphinx/ext/napoleon/docstring.pyo
256${PYSITELIB}/sphinx/ext/napoleon/iterators.py 268${PYSITELIB}/sphinx/ext/napoleon/iterators.py
257${PYSITELIB}/sphinx/ext/napoleon/iterators.pyc 269${PYSITELIB}/sphinx/ext/napoleon/iterators.pyc
258${PYSITELIB}/sphinx/ext/napoleon/iterators.pyo 270${PYSITELIB}/sphinx/ext/napoleon/iterators.pyo
259${PYSITELIB}/sphinx/ext/pngmath.py 
260${PYSITELIB}/sphinx/ext/pngmath.pyc 
261${PYSITELIB}/sphinx/ext/pngmath.pyo 
262${PYSITELIB}/sphinx/ext/todo.py 271${PYSITELIB}/sphinx/ext/todo.py
263${PYSITELIB}/sphinx/ext/todo.pyc 272${PYSITELIB}/sphinx/ext/todo.pyc
264${PYSITELIB}/sphinx/ext/todo.pyo 273${PYSITELIB}/sphinx/ext/todo.pyo
265${PYSITELIB}/sphinx/ext/viewcode.py 274${PYSITELIB}/sphinx/ext/viewcode.py
266${PYSITELIB}/sphinx/ext/viewcode.pyc 275${PYSITELIB}/sphinx/ext/viewcode.pyc
267${PYSITELIB}/sphinx/ext/viewcode.pyo 276${PYSITELIB}/sphinx/ext/viewcode.pyo
268${PYSITELIB}/sphinx/extension.py 277${PYSITELIB}/sphinx/extension.py
269${PYSITELIB}/sphinx/extension.pyc 278${PYSITELIB}/sphinx/extension.pyc
270${PYSITELIB}/sphinx/extension.pyo 279${PYSITELIB}/sphinx/extension.pyo
271${PYSITELIB}/sphinx/highlighting.py 280${PYSITELIB}/sphinx/highlighting.py
272${PYSITELIB}/sphinx/highlighting.pyc 281${PYSITELIB}/sphinx/highlighting.pyc
273${PYSITELIB}/sphinx/highlighting.pyo 282${PYSITELIB}/sphinx/highlighting.pyo
274${PYSITELIB}/sphinx/io.py 283${PYSITELIB}/sphinx/io.py
275${PYSITELIB}/sphinx/io.pyc 284${PYSITELIB}/sphinx/io.pyc
276${PYSITELIB}/sphinx/io.pyo 285${PYSITELIB}/sphinx/io.pyo
277${PYSITELIB}/sphinx/jinja2glue.py 286${PYSITELIB}/sphinx/jinja2glue.py
278${PYSITELIB}/sphinx/jinja2glue.pyc 287${PYSITELIB}/sphinx/jinja2glue.pyc
279${PYSITELIB}/sphinx/jinja2glue.pyo 288${PYSITELIB}/sphinx/jinja2glue.pyo
280${PYSITELIB}/sphinx/locale/__init__.py 289${PYSITELIB}/sphinx/locale/__init__.py
281${PYSITELIB}/sphinx/locale/__init__.pyc 290${PYSITELIB}/sphinx/locale/__init__.pyc
282${PYSITELIB}/sphinx/locale/__init__.pyo 291${PYSITELIB}/sphinx/locale/__init__.pyo
 292${PYSITELIB}/sphinx/locale/ar/LC_MESSAGES/sphinx.js
 293${PYSITELIB}/sphinx/locale/ar/LC_MESSAGES/sphinx.mo
 294${PYSITELIB}/sphinx/locale/ar/LC_MESSAGES/sphinx.po
283${PYSITELIB}/sphinx/locale/bn/LC_MESSAGES/sphinx.js 295${PYSITELIB}/sphinx/locale/bn/LC_MESSAGES/sphinx.js
284${PYSITELIB}/sphinx/locale/bn/LC_MESSAGES/sphinx.mo 296${PYSITELIB}/sphinx/locale/bn/LC_MESSAGES/sphinx.mo
285${PYSITELIB}/sphinx/locale/bn/LC_MESSAGES/sphinx.po 297${PYSITELIB}/sphinx/locale/bn/LC_MESSAGES/sphinx.po
286${PYSITELIB}/sphinx/locale/ca/LC_MESSAGES/sphinx.js 298${PYSITELIB}/sphinx/locale/ca/LC_MESSAGES/sphinx.js
287${PYSITELIB}/sphinx/locale/ca/LC_MESSAGES/sphinx.mo 299${PYSITELIB}/sphinx/locale/ca/LC_MESSAGES/sphinx.mo
288${PYSITELIB}/sphinx/locale/ca/LC_MESSAGES/sphinx.po 300${PYSITELIB}/sphinx/locale/ca/LC_MESSAGES/sphinx.po
289${PYSITELIB}/sphinx/locale/cs/LC_MESSAGES/sphinx.js 301${PYSITELIB}/sphinx/locale/cs/LC_MESSAGES/sphinx.js
290${PYSITELIB}/sphinx/locale/cs/LC_MESSAGES/sphinx.mo 302${PYSITELIB}/sphinx/locale/cs/LC_MESSAGES/sphinx.mo
291${PYSITELIB}/sphinx/locale/cs/LC_MESSAGES/sphinx.po 303${PYSITELIB}/sphinx/locale/cs/LC_MESSAGES/sphinx.po
292${PYSITELIB}/sphinx/locale/cy/LC_MESSAGES/sphinx.js 304${PYSITELIB}/sphinx/locale/cy/LC_MESSAGES/sphinx.js
293${PYSITELIB}/sphinx/locale/cy/LC_MESSAGES/sphinx.mo 305${PYSITELIB}/sphinx/locale/cy/LC_MESSAGES/sphinx.mo
294${PYSITELIB}/sphinx/locale/cy/LC_MESSAGES/sphinx.po 306${PYSITELIB}/sphinx/locale/cy/LC_MESSAGES/sphinx.po
295${PYSITELIB}/sphinx/locale/da/LC_MESSAGES/sphinx.js 307${PYSITELIB}/sphinx/locale/da/LC_MESSAGES/sphinx.js
@@ -360,26 +372,29 @@ ${PYSITELIB}/sphinx/locale/mk/LC_MESSAGE @@ -360,26 +372,29 @@ ${PYSITELIB}/sphinx/locale/mk/LC_MESSAGE
360${PYSITELIB}/sphinx/locale/mk/LC_MESSAGES/sphinx.po 372${PYSITELIB}/sphinx/locale/mk/LC_MESSAGES/sphinx.po
361${PYSITELIB}/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js 373${PYSITELIB}/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js
362${PYSITELIB}/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo 374${PYSITELIB}/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo
363${PYSITELIB}/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po 375${PYSITELIB}/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po
364${PYSITELIB}/sphinx/locale/ne/LC_MESSAGES/sphinx.js 376${PYSITELIB}/sphinx/locale/ne/LC_MESSAGES/sphinx.js
365${PYSITELIB}/sphinx/locale/ne/LC_MESSAGES/sphinx.mo 377${PYSITELIB}/sphinx/locale/ne/LC_MESSAGES/sphinx.mo
366${PYSITELIB}/sphinx/locale/ne/LC_MESSAGES/sphinx.po 378${PYSITELIB}/sphinx/locale/ne/LC_MESSAGES/sphinx.po
367${PYSITELIB}/sphinx/locale/nl/LC_MESSAGES/sphinx.js 379${PYSITELIB}/sphinx/locale/nl/LC_MESSAGES/sphinx.js
368${PYSITELIB}/sphinx/locale/nl/LC_MESSAGES/sphinx.mo 380${PYSITELIB}/sphinx/locale/nl/LC_MESSAGES/sphinx.mo
369${PYSITELIB}/sphinx/locale/nl/LC_MESSAGES/sphinx.po 381${PYSITELIB}/sphinx/locale/nl/LC_MESSAGES/sphinx.po
370${PYSITELIB}/sphinx/locale/pl/LC_MESSAGES/sphinx.js 382${PYSITELIB}/sphinx/locale/pl/LC_MESSAGES/sphinx.js
371${PYSITELIB}/sphinx/locale/pl/LC_MESSAGES/sphinx.mo 383${PYSITELIB}/sphinx/locale/pl/LC_MESSAGES/sphinx.mo
372${PYSITELIB}/sphinx/locale/pl/LC_MESSAGES/sphinx.po 384${PYSITELIB}/sphinx/locale/pl/LC_MESSAGES/sphinx.po
 385${PYSITELIB}/sphinx/locale/pt/LC_MESSAGES/sphinx.js
 386${PYSITELIB}/sphinx/locale/pt/LC_MESSAGES/sphinx.mo
 387${PYSITELIB}/sphinx/locale/pt/LC_MESSAGES/sphinx.po
373${PYSITELIB}/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js 388${PYSITELIB}/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js
374${PYSITELIB}/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo 389${PYSITELIB}/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo
375${PYSITELIB}/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po 390${PYSITELIB}/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po
376${PYSITELIB}/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js 391${PYSITELIB}/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js
377${PYSITELIB}/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo 392${PYSITELIB}/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo
378${PYSITELIB}/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po 393${PYSITELIB}/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po
379${PYSITELIB}/sphinx/locale/ro/LC_MESSAGES/sphinx.js 394${PYSITELIB}/sphinx/locale/ro/LC_MESSAGES/sphinx.js
380${PYSITELIB}/sphinx/locale/ro/LC_MESSAGES/sphinx.mo 395${PYSITELIB}/sphinx/locale/ro/LC_MESSAGES/sphinx.mo
381${PYSITELIB}/sphinx/locale/ro/LC_MESSAGES/sphinx.po 396${PYSITELIB}/sphinx/locale/ro/LC_MESSAGES/sphinx.po
382${PYSITELIB}/sphinx/locale/ru/LC_MESSAGES/sphinx.js 397${PYSITELIB}/sphinx/locale/ru/LC_MESSAGES/sphinx.js
383${PYSITELIB}/sphinx/locale/ru/LC_MESSAGES/sphinx.mo 398${PYSITELIB}/sphinx/locale/ru/LC_MESSAGES/sphinx.mo
384${PYSITELIB}/sphinx/locale/ru/LC_MESSAGES/sphinx.po 399${PYSITELIB}/sphinx/locale/ru/LC_MESSAGES/sphinx.po
385${PYSITELIB}/sphinx/locale/si/LC_MESSAGES/sphinx.js 400${PYSITELIB}/sphinx/locale/si/LC_MESSAGES/sphinx.js
@@ -513,56 +528,62 @@ ${PYSITELIB}/sphinx/search/tr.py @@ -513,56 +528,62 @@ ${PYSITELIB}/sphinx/search/tr.py
513${PYSITELIB}/sphinx/search/tr.pyc 528${PYSITELIB}/sphinx/search/tr.pyc
514${PYSITELIB}/sphinx/search/tr.pyo 529${PYSITELIB}/sphinx/search/tr.pyo
515${PYSITELIB}/sphinx/search/zh.py 530${PYSITELIB}/sphinx/search/zh.py
516${PYSITELIB}/sphinx/search/zh.pyc 531${PYSITELIB}/sphinx/search/zh.pyc
517${PYSITELIB}/sphinx/search/zh.pyo 532${PYSITELIB}/sphinx/search/zh.pyo
518${PYSITELIB}/sphinx/setup_command.py 533${PYSITELIB}/sphinx/setup_command.py
519${PYSITELIB}/sphinx/setup_command.pyc 534${PYSITELIB}/sphinx/setup_command.pyc
520${PYSITELIB}/sphinx/setup_command.pyo 535${PYSITELIB}/sphinx/setup_command.pyo
521${PYSITELIB}/sphinx/templates/epub3/container.xml 536${PYSITELIB}/sphinx/templates/epub3/container.xml
522${PYSITELIB}/sphinx/templates/epub3/content.opf_t 537${PYSITELIB}/sphinx/templates/epub3/content.opf_t
523${PYSITELIB}/sphinx/templates/epub3/mimetype 538${PYSITELIB}/sphinx/templates/epub3/mimetype
524${PYSITELIB}/sphinx/templates/epub3/nav.xhtml_t 539${PYSITELIB}/sphinx/templates/epub3/nav.xhtml_t
525${PYSITELIB}/sphinx/templates/epub3/toc.ncx_t 540${PYSITELIB}/sphinx/templates/epub3/toc.ncx_t
 541${PYSITELIB}/sphinx/templates/graphviz/graphviz.css
526${PYSITELIB}/sphinx/templates/latex/latex.tex_t 542${PYSITELIB}/sphinx/templates/latex/latex.tex_t
527${PYSITELIB}/sphinx/templates/latex/longtable.tex_t 543${PYSITELIB}/sphinx/templates/latex/longtable.tex_t
528${PYSITELIB}/sphinx/templates/latex/tabular.tex_t 544${PYSITELIB}/sphinx/templates/latex/tabular.tex_t
529${PYSITELIB}/sphinx/templates/latex/tabulary.tex_t 545${PYSITELIB}/sphinx/templates/latex/tabulary.tex_t
530${PYSITELIB}/sphinx/templates/qthelp/project.qhcp 546${PYSITELIB}/sphinx/templates/qthelp/project.qhcp
531${PYSITELIB}/sphinx/templates/qthelp/project.qhp 547${PYSITELIB}/sphinx/templates/qthelp/project.qhp
532${PYSITELIB}/sphinx/templates/quickstart/Makefile.new_t 548${PYSITELIB}/sphinx/templates/quickstart/Makefile.new_t
533${PYSITELIB}/sphinx/templates/quickstart/Makefile_t 549${PYSITELIB}/sphinx/templates/quickstart/Makefile_t
534${PYSITELIB}/sphinx/templates/quickstart/conf.py_t 550${PYSITELIB}/sphinx/templates/quickstart/conf.py_t
535${PYSITELIB}/sphinx/templates/quickstart/make.bat.new_t 551${PYSITELIB}/sphinx/templates/quickstart/make.bat.new_t
536${PYSITELIB}/sphinx/templates/quickstart/make.bat_t 552${PYSITELIB}/sphinx/templates/quickstart/make.bat_t
537${PYSITELIB}/sphinx/templates/quickstart/master_doc.rst_t 553${PYSITELIB}/sphinx/templates/quickstart/master_doc.rst_t
538${PYSITELIB}/sphinx/testing/__init__.py 554${PYSITELIB}/sphinx/testing/__init__.py
539${PYSITELIB}/sphinx/testing/__init__.pyc 555${PYSITELIB}/sphinx/testing/__init__.pyc
540${PYSITELIB}/sphinx/testing/__init__.pyo 556${PYSITELIB}/sphinx/testing/__init__.pyo
541${PYSITELIB}/sphinx/testing/fixtures.py 557${PYSITELIB}/sphinx/testing/fixtures.py
542${PYSITELIB}/sphinx/testing/fixtures.pyc 558${PYSITELIB}/sphinx/testing/fixtures.pyc
543${PYSITELIB}/sphinx/testing/fixtures.pyo 559${PYSITELIB}/sphinx/testing/fixtures.pyo
544${PYSITELIB}/sphinx/testing/path.py 560${PYSITELIB}/sphinx/testing/path.py
545${PYSITELIB}/sphinx/testing/path.pyc 561${PYSITELIB}/sphinx/testing/path.pyc
546${PYSITELIB}/sphinx/testing/path.pyo 562${PYSITELIB}/sphinx/testing/path.pyo
547${PYSITELIB}/sphinx/testing/util.py 563${PYSITELIB}/sphinx/testing/util.py
548${PYSITELIB}/sphinx/testing/util.pyc 564${PYSITELIB}/sphinx/testing/util.pyc
549${PYSITELIB}/sphinx/testing/util.pyo 565${PYSITELIB}/sphinx/testing/util.pyo
 566${PYSITELIB}/sphinx/texinputs/LICRcyr2utf8.xdy
 567${PYSITELIB}/sphinx/texinputs/LICRlatin2utf8.xdy
 568${PYSITELIB}/sphinx/texinputs/LatinRules.xdy
550${PYSITELIB}/sphinx/texinputs/Makefile_t 569${PYSITELIB}/sphinx/texinputs/Makefile_t
551${PYSITELIB}/sphinx/texinputs/footnotehyper-sphinx.sty 570${PYSITELIB}/sphinx/texinputs/footnotehyper-sphinx.sty
552${PYSITELIB}/sphinx/texinputs/latexmkjarc 571${PYSITELIB}/sphinx/texinputs/latexmkjarc
553${PYSITELIB}/sphinx/texinputs/latexmkrc_t 572${PYSITELIB}/sphinx/texinputs/latexmkrc_t
 573${PYSITELIB}/sphinx/texinputs/make.bat_t
554${PYSITELIB}/sphinx/texinputs/python.ist 574${PYSITELIB}/sphinx/texinputs/python.ist
555${PYSITELIB}/sphinx/texinputs/sphinx.sty 575${PYSITELIB}/sphinx/texinputs/sphinx.sty
 576${PYSITELIB}/sphinx/texinputs/sphinx.xdy
556${PYSITELIB}/sphinx/texinputs/sphinxhowto.cls 577${PYSITELIB}/sphinx/texinputs/sphinxhowto.cls
557${PYSITELIB}/sphinx/texinputs/sphinxmanual.cls 578${PYSITELIB}/sphinx/texinputs/sphinxmanual.cls
558${PYSITELIB}/sphinx/texinputs/sphinxmulticell.sty 579${PYSITELIB}/sphinx/texinputs/sphinxmulticell.sty
559${PYSITELIB}/sphinx/texinputs_win/Makefile_t 580${PYSITELIB}/sphinx/texinputs_win/Makefile_t
560${PYSITELIB}/sphinx/themes/agogo/layout.html 581${PYSITELIB}/sphinx/themes/agogo/layout.html
561${PYSITELIB}/sphinx/themes/agogo/static/agogo.css_t 582${PYSITELIB}/sphinx/themes/agogo/static/agogo.css_t
562${PYSITELIB}/sphinx/themes/agogo/static/bgfooter.png 583${PYSITELIB}/sphinx/themes/agogo/static/bgfooter.png
563${PYSITELIB}/sphinx/themes/agogo/static/bgtop.png 584${PYSITELIB}/sphinx/themes/agogo/static/bgtop.png
564${PYSITELIB}/sphinx/themes/agogo/theme.conf 585${PYSITELIB}/sphinx/themes/agogo/theme.conf
565${PYSITELIB}/sphinx/themes/basic/changes/frameset.html 586${PYSITELIB}/sphinx/themes/basic/changes/frameset.html
566${PYSITELIB}/sphinx/themes/basic/changes/rstsource.html 587${PYSITELIB}/sphinx/themes/basic/changes/rstsource.html
567${PYSITELIB}/sphinx/themes/basic/changes/versionchanges.html 588${PYSITELIB}/sphinx/themes/basic/changes/versionchanges.html
568${PYSITELIB}/sphinx/themes/basic/defindex.html 589${PYSITELIB}/sphinx/themes/basic/defindex.html
@@ -575,36 +596,36 @@ ${PYSITELIB}/sphinx/themes/basic/layout. @@ -575,36 +596,36 @@ ${PYSITELIB}/sphinx/themes/basic/layout.
575${PYSITELIB}/sphinx/themes/basic/localtoc.html 596${PYSITELIB}/sphinx/themes/basic/localtoc.html
576${PYSITELIB}/sphinx/themes/basic/opensearch.xml 597${PYSITELIB}/sphinx/themes/basic/opensearch.xml
577${PYSITELIB}/sphinx/themes/basic/page.html 598${PYSITELIB}/sphinx/themes/basic/page.html
578${PYSITELIB}/sphinx/themes/basic/relations.html 599${PYSITELIB}/sphinx/themes/basic/relations.html
579${PYSITELIB}/sphinx/themes/basic/search.html 600${PYSITELIB}/sphinx/themes/basic/search.html
580${PYSITELIB}/sphinx/themes/basic/searchbox.html 601${PYSITELIB}/sphinx/themes/basic/searchbox.html
581${PYSITELIB}/sphinx/themes/basic/searchresults.html 602${PYSITELIB}/sphinx/themes/basic/searchresults.html
582${PYSITELIB}/sphinx/themes/basic/sourcelink.html 603${PYSITELIB}/sphinx/themes/basic/sourcelink.html
583${PYSITELIB}/sphinx/themes/basic/static/ajax-loader.gif 604${PYSITELIB}/sphinx/themes/basic/static/ajax-loader.gif
584${PYSITELIB}/sphinx/themes/basic/static/basic.css_t 605${PYSITELIB}/sphinx/themes/basic/static/basic.css_t
585${PYSITELIB}/sphinx/themes/basic/static/comment-bright.png 606${PYSITELIB}/sphinx/themes/basic/static/comment-bright.png
586${PYSITELIB}/sphinx/themes/basic/static/comment-close.png 607${PYSITELIB}/sphinx/themes/basic/static/comment-close.png
587${PYSITELIB}/sphinx/themes/basic/static/comment.png 608${PYSITELIB}/sphinx/themes/basic/static/comment.png
588${PYSITELIB}/sphinx/themes/basic/static/doctools.js_t 609${PYSITELIB}/sphinx/themes/basic/static/doctools.js
589${PYSITELIB}/sphinx/themes/basic/static/documentation_options.js_t 610${PYSITELIB}/sphinx/themes/basic/static/documentation_options.js_t
590${PYSITELIB}/sphinx/themes/basic/static/down-pressed.png 611${PYSITELIB}/sphinx/themes/basic/static/down-pressed.png
591${PYSITELIB}/sphinx/themes/basic/static/down.png 612${PYSITELIB}/sphinx/themes/basic/static/down.png
592${PYSITELIB}/sphinx/themes/basic/static/file.png 613${PYSITELIB}/sphinx/themes/basic/static/file.png
593${PYSITELIB}/sphinx/themes/basic/static/jquery-3.2.1.js 614${PYSITELIB}/sphinx/themes/basic/static/jquery-3.2.1.js
594${PYSITELIB}/sphinx/themes/basic/static/jquery.js 615${PYSITELIB}/sphinx/themes/basic/static/jquery.js
595${PYSITELIB}/sphinx/themes/basic/static/minus.png 616${PYSITELIB}/sphinx/themes/basic/static/minus.png
596${PYSITELIB}/sphinx/themes/basic/static/plus.png 617${PYSITELIB}/sphinx/themes/basic/static/plus.png
597${PYSITELIB}/sphinx/themes/basic/static/searchtools.js_t 618${PYSITELIB}/sphinx/themes/basic/static/searchtools.js
598${PYSITELIB}/sphinx/themes/basic/static/underscore-1.3.1.js 619${PYSITELIB}/sphinx/themes/basic/static/underscore-1.3.1.js
599${PYSITELIB}/sphinx/themes/basic/static/underscore.js 620${PYSITELIB}/sphinx/themes/basic/static/underscore.js
600${PYSITELIB}/sphinx/themes/basic/static/up-pressed.png 621${PYSITELIB}/sphinx/themes/basic/static/up-pressed.png
601${PYSITELIB}/sphinx/themes/basic/static/up.png 622${PYSITELIB}/sphinx/themes/basic/static/up.png
602${PYSITELIB}/sphinx/themes/basic/static/websupport.js 623${PYSITELIB}/sphinx/themes/basic/static/websupport.js
603${PYSITELIB}/sphinx/themes/basic/theme.conf 624${PYSITELIB}/sphinx/themes/basic/theme.conf
604${PYSITELIB}/sphinx/themes/bizstyle/layout.html 625${PYSITELIB}/sphinx/themes/bizstyle/layout.html
605${PYSITELIB}/sphinx/themes/bizstyle/static/background_b01.png 626${PYSITELIB}/sphinx/themes/bizstyle/static/background_b01.png
606${PYSITELIB}/sphinx/themes/bizstyle/static/bizstyle.css_t 627${PYSITELIB}/sphinx/themes/bizstyle/static/bizstyle.css_t
607${PYSITELIB}/sphinx/themes/bizstyle/static/bizstyle.js_t 628${PYSITELIB}/sphinx/themes/bizstyle/static/bizstyle.js_t
608${PYSITELIB}/sphinx/themes/bizstyle/static/css3-mediaqueries.js 629${PYSITELIB}/sphinx/themes/bizstyle/static/css3-mediaqueries.js
609${PYSITELIB}/sphinx/themes/bizstyle/static/css3-mediaqueries_src.js 630${PYSITELIB}/sphinx/themes/bizstyle/static/css3-mediaqueries_src.js
610${PYSITELIB}/sphinx/themes/bizstyle/theme.conf 631${PYSITELIB}/sphinx/themes/bizstyle/theme.conf
@@ -669,35 +690,44 @@ ${PYSITELIB}/sphinx/theming.pyc @@ -669,35 +690,44 @@ ${PYSITELIB}/sphinx/theming.pyc
669${PYSITELIB}/sphinx/theming.pyo 690${PYSITELIB}/sphinx/theming.pyo
670${PYSITELIB}/sphinx/transforms/__init__.py 691${PYSITELIB}/sphinx/transforms/__init__.py
671${PYSITELIB}/sphinx/transforms/__init__.pyc 692${PYSITELIB}/sphinx/transforms/__init__.pyc
672${PYSITELIB}/sphinx/transforms/__init__.pyo 693${PYSITELIB}/sphinx/transforms/__init__.pyo
673${PYSITELIB}/sphinx/transforms/compact_bullet_list.py 694${PYSITELIB}/sphinx/transforms/compact_bullet_list.py
674${PYSITELIB}/sphinx/transforms/compact_bullet_list.pyc 695${PYSITELIB}/sphinx/transforms/compact_bullet_list.pyc
675${PYSITELIB}/sphinx/transforms/compact_bullet_list.pyo 696${PYSITELIB}/sphinx/transforms/compact_bullet_list.pyo
676${PYSITELIB}/sphinx/transforms/i18n.py 697${PYSITELIB}/sphinx/transforms/i18n.py
677${PYSITELIB}/sphinx/transforms/i18n.pyc 698${PYSITELIB}/sphinx/transforms/i18n.pyc
678${PYSITELIB}/sphinx/transforms/i18n.pyo 699${PYSITELIB}/sphinx/transforms/i18n.pyo
679${PYSITELIB}/sphinx/transforms/post_transforms/__init__.py 700${PYSITELIB}/sphinx/transforms/post_transforms/__init__.py
680${PYSITELIB}/sphinx/transforms/post_transforms/__init__.pyc 701${PYSITELIB}/sphinx/transforms/post_transforms/__init__.pyc
681${PYSITELIB}/sphinx/transforms/post_transforms/__init__.pyo 702${PYSITELIB}/sphinx/transforms/post_transforms/__init__.pyo
 703${PYSITELIB}/sphinx/transforms/post_transforms/code.py
 704${PYSITELIB}/sphinx/transforms/post_transforms/code.pyc
 705${PYSITELIB}/sphinx/transforms/post_transforms/code.pyo
 706${PYSITELIB}/sphinx/transforms/post_transforms/compat.py
 707${PYSITELIB}/sphinx/transforms/post_transforms/compat.pyc
 708${PYSITELIB}/sphinx/transforms/post_transforms/compat.pyo
682${PYSITELIB}/sphinx/transforms/post_transforms/images.py 709${PYSITELIB}/sphinx/transforms/post_transforms/images.py
683${PYSITELIB}/sphinx/transforms/post_transforms/images.pyc 710${PYSITELIB}/sphinx/transforms/post_transforms/images.pyc
684${PYSITELIB}/sphinx/transforms/post_transforms/images.pyo 711${PYSITELIB}/sphinx/transforms/post_transforms/images.pyo
685${PYSITELIB}/sphinx/transforms/references.py 712${PYSITELIB}/sphinx/transforms/references.py
686${PYSITELIB}/sphinx/transforms/references.pyc 713${PYSITELIB}/sphinx/transforms/references.pyc
687${PYSITELIB}/sphinx/transforms/references.pyo 714${PYSITELIB}/sphinx/transforms/references.pyo
688${PYSITELIB}/sphinx/util/__init__.py 715${PYSITELIB}/sphinx/util/__init__.py
689${PYSITELIB}/sphinx/util/__init__.pyc 716${PYSITELIB}/sphinx/util/__init__.pyc
690${PYSITELIB}/sphinx/util/__init__.pyo 717${PYSITELIB}/sphinx/util/__init__.pyo
 718${PYSITELIB}/sphinx/util/build_phase.py
 719${PYSITELIB}/sphinx/util/build_phase.pyc
 720${PYSITELIB}/sphinx/util/build_phase.pyo
691${PYSITELIB}/sphinx/util/compat.py 721${PYSITELIB}/sphinx/util/compat.py
692${PYSITELIB}/sphinx/util/compat.pyc 722${PYSITELIB}/sphinx/util/compat.pyc
693${PYSITELIB}/sphinx/util/compat.pyo 723${PYSITELIB}/sphinx/util/compat.pyo
694${PYSITELIB}/sphinx/util/console.py 724${PYSITELIB}/sphinx/util/console.py
695${PYSITELIB}/sphinx/util/console.pyc 725${PYSITELIB}/sphinx/util/console.pyc
696${PYSITELIB}/sphinx/util/console.pyo 726${PYSITELIB}/sphinx/util/console.pyo
697${PYSITELIB}/sphinx/util/docfields.py 727${PYSITELIB}/sphinx/util/docfields.py
698${PYSITELIB}/sphinx/util/docfields.pyc 728${PYSITELIB}/sphinx/util/docfields.pyc
699${PYSITELIB}/sphinx/util/docfields.pyo 729${PYSITELIB}/sphinx/util/docfields.pyo
700${PYSITELIB}/sphinx/util/docstrings.py 730${PYSITELIB}/sphinx/util/docstrings.py
701${PYSITELIB}/sphinx/util/docstrings.pyc 731${PYSITELIB}/sphinx/util/docstrings.pyc
702${PYSITELIB}/sphinx/util/docstrings.pyo 732${PYSITELIB}/sphinx/util/docstrings.pyo
703${PYSITELIB}/sphinx/util/docutils.py 733${PYSITELIB}/sphinx/util/docutils.py
@@ -720,26 +750,29 @@ ${PYSITELIB}/sphinx/util/inventory.pyc @@ -720,26 +750,29 @@ ${PYSITELIB}/sphinx/util/inventory.pyc
720${PYSITELIB}/sphinx/util/inventory.pyo 750${PYSITELIB}/sphinx/util/inventory.pyo
721${PYSITELIB}/sphinx/util/jsdump.py 751${PYSITELIB}/sphinx/util/jsdump.py
722${PYSITELIB}/sphinx/util/jsdump.pyc 752${PYSITELIB}/sphinx/util/jsdump.pyc
723${PYSITELIB}/sphinx/util/jsdump.pyo 753${PYSITELIB}/sphinx/util/jsdump.pyo
724${PYSITELIB}/sphinx/util/jsonimpl.py 754${PYSITELIB}/sphinx/util/jsonimpl.py
725${PYSITELIB}/sphinx/util/jsonimpl.pyc 755${PYSITELIB}/sphinx/util/jsonimpl.pyc
726${PYSITELIB}/sphinx/util/jsonimpl.pyo 756${PYSITELIB}/sphinx/util/jsonimpl.pyo
727${PYSITELIB}/sphinx/util/logging.py 757${PYSITELIB}/sphinx/util/logging.py
728${PYSITELIB}/sphinx/util/logging.pyc 758${PYSITELIB}/sphinx/util/logging.pyc
729${PYSITELIB}/sphinx/util/logging.pyo 759${PYSITELIB}/sphinx/util/logging.pyo
730${PYSITELIB}/sphinx/util/matching.py 760${PYSITELIB}/sphinx/util/matching.py
731${PYSITELIB}/sphinx/util/matching.pyc 761${PYSITELIB}/sphinx/util/matching.pyc
732${PYSITELIB}/sphinx/util/matching.pyo 762${PYSITELIB}/sphinx/util/matching.pyo
 763${PYSITELIB}/sphinx/util/math.py
 764${PYSITELIB}/sphinx/util/math.pyc
 765${PYSITELIB}/sphinx/util/math.pyo
733${PYSITELIB}/sphinx/util/nodes.py 766${PYSITELIB}/sphinx/util/nodes.py
734${PYSITELIB}/sphinx/util/nodes.pyc 767${PYSITELIB}/sphinx/util/nodes.pyc
735${PYSITELIB}/sphinx/util/nodes.pyo 768${PYSITELIB}/sphinx/util/nodes.pyo
736${PYSITELIB}/sphinx/util/osutil.py 769${PYSITELIB}/sphinx/util/osutil.py
737${PYSITELIB}/sphinx/util/osutil.pyc 770${PYSITELIB}/sphinx/util/osutil.pyc
738${PYSITELIB}/sphinx/util/osutil.pyo 771${PYSITELIB}/sphinx/util/osutil.pyo
739${PYSITELIB}/sphinx/util/parallel.py 772${PYSITELIB}/sphinx/util/parallel.py
740${PYSITELIB}/sphinx/util/parallel.pyc 773${PYSITELIB}/sphinx/util/parallel.pyc
741${PYSITELIB}/sphinx/util/parallel.pyo 774${PYSITELIB}/sphinx/util/parallel.pyo
742${PYSITELIB}/sphinx/util/png.py 775${PYSITELIB}/sphinx/util/png.py
743${PYSITELIB}/sphinx/util/png.pyc 776${PYSITELIB}/sphinx/util/png.pyc
744${PYSITELIB}/sphinx/util/png.pyo 777${PYSITELIB}/sphinx/util/png.pyo
745${PYSITELIB}/sphinx/util/pycompat.py 778${PYSITELIB}/sphinx/util/pycompat.py

cvs diff -r1.36 -r1.37 pkgsrc/textproc/py-sphinx/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-sphinx/distinfo 2018/09/06 09:26:43 1.36
+++ pkgsrc/textproc/py-sphinx/distinfo 2018/09/13 07:36:52 1.37
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.36 2018/09/06 09:26:43 adam Exp $ 1$NetBSD: distinfo,v 1.37 2018/09/13 07:36:52 adam Exp $
2 2
3SHA1 (Sphinx-1.7.9.tar.gz) = 3182158c8e532bfc7d7a1c856c19b0648c06b0ff 3SHA1 (Sphinx-1.8.0.tar.gz) = cb091744da7c3dc770d41ac8c7f5e0f406daeeff
4RMD160 (Sphinx-1.7.9.tar.gz) = c6d675c562835578d6d4a5f95b0ea54e43f90c65 4RMD160 (Sphinx-1.8.0.tar.gz) = aa5991f7cf2408cd52322001d22b55031e961f37
5SHA512 (Sphinx-1.7.9.tar.gz) = 62336680499eca4736615270f3b7dcea034d58602ed52c59936a29d0952657fe5b4c810f0e7039600b5f31f4a145f4b7a76f70dfd63498a576ad0f67c04bbebf 5SHA512 (Sphinx-1.8.0.tar.gz) = cb49a0728cc333929dc825199d35c5c5c0c8088e7bc42c96a96dd08e4f37904146eee2f6ca1f0aa04b1c983c297d547e31840077b1062dff48568dfd4347c855
6Size (Sphinx-1.7.9.tar.gz) = 4727657 bytes 6Size (Sphinx-1.8.0.tar.gz) = 5751045 bytes