Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python2-Sphinx-1.7.6-lp152.4.1 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: python2-Sphinx Distribution: openSUSE Leap 15.2
Version: 1.7.6 Vendor: openSUSE
Release: lp152.4.1 Build date: Fri Jun 19 12:09:20 2020
Group: Development/Languages/Python Build host: lamb10
Size: 10026109 Source RPM: python-Sphinx-1.7.6-lp152.4.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://sphinx-doc.org
Summary: Python documentation generator
Sphinx is a tool that facilitates creating documentation for Python
projects (or other documents consisting of multiple reStructuredText
sources). It was originally created for the Python documentation, and
supports Python project documentation well, but C/C++ is likewise
supported.

Sphinx uses reStructuredText as its markup language. Sphinx draws from
the parsing and translating suite, the Docutils.

Provides

Requires

License

BSD-2-Clause

Changelog

* Thu Dec 05 2019 Fabian Vogt <fvogt@suse.com>
  - Add patch to produce output compatible with current Qt
    (bsc#1157793, boo#1158158):
    * fix-keyword-escaping.patch
* Fri Dec 07 2018 mcepl@suse.com
  - Make this package also own %{python_sitelib}/sphinxcontrib
    directory, so it is properly owned.
* Wed Jul 18 2018 mimi.vx@gmail.com
  - update to 1.7.6
  - fix Requires based on results of Shinx testsuite
    * LaTeX \sphinxupquote{} breaks in Russian
    * sphinx.testing uses deprecated pytest API; Node.get_marker(name)
    * crashed when recommonmark.AutoStrictify is enabled
    * latex: crashed with docutils package provided by Debian/Ubuntu
    * latex: a label for table is vanished if table does not have a caption
    * crashed with numbered toctree
    * C, render empty argument lists for macros.
    * C++, fix lookup of full template specializations with no template arguments.
    * C++, fix assertion on missing references in global scope when using intersphinx.
    * autodoc: crashed by Form Feed Character
    * autodoc: loses the first staticmethod parameter for old styled classes
    * quickstart: Typing Ctrl-U clears the whole of line
    * html: “relations” sidebar is not shown by default
    * latex: curly braces in index entries are not handled correctly
    * epub: Wrong internal href fragment links
    * apidoc: Interface of sphinx.apidoc:main() has changed
    * PDF builds of French projects have issues with XeTeX
    * napoleon raises RuntimeError with python 3.7
    * sphinx-build: Interface of sphinx:main() has changed
    * sphinx-build: sphinx.cmd.build.main() refers sys.argv
      instead of given argument
    * autosummary: warning is emitted when the first line of docstring ends
      with literal notation
    * autosummary: warnings of autosummary indicates wrong location (refs: #5146)
    * autodoc: crashed on inspecting dict like object which does not support sorting
    * autodoc: Enum argument missing if it shares value with another
    * py domain: rtype field could not handle “None” as a type
    * LaTeX: indexing of terms containing @, !, or " fails
    * html: crashes if copying static files are failed
    * autodoc: Fix formatting type annotations for tuples with more than two arguments
    * i18n: crashed by auto-symbol footnote references
    * autosummary: module summary has been broken when it starts with heading
* Tue Jul 17 2018 dmueller@suse.com
  - update to 1.7.5:
    * #4924: html search: Upper characters problem in any other languages
    * #4932: apidoc: some subpackage is ignored if sibling subpackage contains a
      module starting with underscore
    * #4863, #4938, #4939: i18n doesn't handle node.title correctly tat used for
      contents, topic, admonition, table and section.
    * #4913: i18n: literal blocks in bullet list are not translated
    * #4962: C++, raised TypeError on duplicate declaration.
    * #4825: C++, properly parse expr roles and give better error messages when
      (escaped) line breaks are present.
    * C++, properly use ``desc_addname`` nodes for prefixes of names.
    * C++, parse pack expansions in function calls.
    * #4915, #4916: links on search page are broken when using dirhtml builder
    * #4969: autodoc: constructor method should not have return annotation
    * latex: deeply nested enumerated list which is beginning with non-1 causes
      LaTeX engine crashed
    * #4978: latex: shorthandoff is not set up for Brazil locale
    * #4928: i18n: Ignore dot-directories like .git/ in LC_MESSAGES/
    * #4946: py domain: type field could not handle "None" as a type
    * #4979: latex: Incorrect escaping of curly braces in index entries
    * #4956: autodoc: Failed to extract document from a subclass of the class on
      mocked module
    * #4973: latex: glossary directive adds whitespace to each item
    * #4980: latex: Explicit labels on code blocks are duplicated
    * #4919: node.asdom() crashes if toctree has :numbered: option
    * #4914: autodoc: Parsing error when using dataclasses without default values
    * #4931: autodoc: crashed when handler for autodoc-skip-member raises an error
    * #4931: autodoc: crashed when subclass of mocked class are processed by
      napoleon module
    * #5007: sphinx-build crashes when error log contains a "%" character
* Wed May 23 2018 mimi.vx@gmail.com
  - update to 1.7.4
  - very long list of changes - please see http://www.sphinx-doc.org/en/master/changes.html#release-1-7-4-released-apr-25-2018
* Thu Mar 08 2018 aplanas@suse.com
  - Allows Recommends and Suggest in Fedora
* Tue Mar 06 2018 dmueller@suse.com
  - go back to a working sphinx version for now (1.6.5)
    * newer versions are not able to build openstack clients
* Tue Feb 27 2018 aplanas@suse.com
  - Recommends only on SUSE
* Sat Feb 24 2018 arun@gmx.de
  - specfile:
    * update copyright year
    * remove sed for sed command for sphinx/pycode/pgen2/token.py
      (not in tar-ball anymore)
  - update to version 1.7.1:
    * Deprecated
      + #4623: "sphinx.build_main()" is deprecated. Use
      "sphinx.cmd.build.build_main()" instead.
      + autosummary: The interface of
      "sphinx.ext.autosummary.get_documenter()" has been changed
      (Since 1.7.0)
      + #4664: "sphinx.ext.intersphinx.debug()" is deprecated. Use
      "sphinx.ext.intersphinx.inspect_main()" instead.
    * Bugs fixed
      + #4608: epub: Invalid meta tag is generated
      + #4260: autodoc: keyword only argument separator is not
      disappeared if it is appeared at top of the argument list
      + #4622: epub: :confval:`epub_scheme` does not effect to
      content.opf
      + #4627: graphviz: Fit graphviz images to page
      + #4617: quickstart: PROJECT_DIR argument is required
      + #4623: sphinx.build_main no longer exists in 1.7.0
      + #4615: The argument of "sphinx.build" has been changed in 1.7.0
      + autosummary: The interface of
      "sphinx.ext.autosummary.get_documenter()" has been changed
      + #4630: Have order on msgids in sphinx.pot deterministic
      + #4563: autosummary: Incorrect end of line punctuation detection
      + #4577: Enumerated sublists with explicit start with wrong number
      + #4641: A external link in TOC cannot contain "?" with ":glob:"
      option
      + C++, add missing parsing of explicit casts and typeid in
      expression parsing.
      + C++, add missing parsing of "this" in expression parsing.
      + #4655: Fix incomplete localization strings in Polish
      + #4653: Fix error reporting for parameterless ImportErrors
      + #4664: Reading objects.inv fails again
      + #4662: "any" refs with "term" targets crash when an ambiguity is
      encountered
  - changes to version 1.7.0:
    * long changelog, see https://github.com/sphinx-doc/sphinx/blob/master/CHANGES
  - changes from version 1.6.7:
    * Bugs fixed
      + #1922: html search: Upper characters problem in French
      + #4412: Updated jQuery version from 3.1.0 to 3.2.1
      + #4438: math: math with labels with whitespace cause html error
      + #2437: make full reference for classes, aliased with "alias of"
      + #4434: pure numbers as link targets produce warning
      + #4477: Build fails after building specific files
      + #4449: apidoc: include "empty" packages that contain modules
      + #3917: citation labels are tranformed to ellipsis
      + #4501: graphviz: epub3 validation error caused if graph is not
      clickable
      + #4514: graphviz: workaround for wrong map ID which graphviz
      generates
      + #4525: autosectionlabel does not support parallel build
      + #3953: Do not raise warning when there is a working intersphinx
      inventory
      + #4487: math: ValueError is raised on parallel build. Thanks to
      jschueller.
      + #2372: autosummary: invalid signatures are shown for type
      annotated functions
      + #3942: html: table is not aligned to center even if ":align:
      center"
  - changes from version 1.6.6:
    * Features added
      + #4181: autodoc: Sort dictionary keys when possible
      + "VerbatimHighlightColor" is a new :ref:`LaTeX 'sphinxsetup'
      <latexsphinxsetup>` key (refs: #4285)
      + Easier customizability of LaTeX macros involved in rendering of
      code-blocks
      + Show traceback if conf.py raises an exception (refs: #4369)
      + Add :confval:`smartquotes` to disable smart quotes through
      "conf.py" (refs: #3967)
      + Add :confval:`smartquotes_action` and
      :confval:`smartquotes_excludes` (refs: #4142, #4357)
    * Bugs fixed
      + #4334: sphinx-apidoc: Don't generate references to non-existing
      files in TOC
      + #4206: latex: reST label between paragraphs loses paragraph
      break
      + #4231: html: Apply fixFirefoxAnchorBug only under Firefox
      + #4221: napoleon depends on autodoc, but users need to load it
      manually
      + #2298: automodule fails to document a class attribute
      + #4099: C++: properly link class reference to class from inside
      constructor
      + #4267: PDF build broken by Unicode U+2116 NUMERO SIGN character
      + #4249: PDF output: Pygments error highlighting increases line
      spacing in code blocks
      + #1238: Support ":emphasize-lines:" in PDF output
      + #4279: Sphinx crashes with pickling error when run with multiple
      processes and remote image
      + #1421: Respect the quiet flag in sphinx-quickstart
      + #4281: Race conditions when creating output directory
      + #4315: For PDF 'howto' documents,
      "latex_toplevel_sectioning='part'" generates "\chapter"
      commands
      + #4214: Two todolist directives break sphinx-1.6.5
      + Fix links to external option docs with intersphinx (refs: #3769)
      + #4091: Private members not documented without :undoc-members:
* Fri Oct 27 2017 arun@gmx.de
  - update to version 1.6.5:
    * Features added
      + #4107: Make searchtools.js compatible with pre-Sphinx1.5
      templates
      + #4112: Don't override the smart_quotes setting if it was already
      set
      + #4125: Display reference texts of original and translated
      passages on i18n warning message
      + #4147: Include the exception when logging PO/MO file read/write
    * Bugs fixed
      + #4085: Failed PDF build from image in parsed-literal using
      ":align:" option
      + #4100: Remove debug print from autodoc extension
      + #3987: Changing theme from alabaster causes HTML build to fail
      + #4096: C++, don't crash when using the wrong role type. Thanks
      to mitya57.
      + #4070, #4111: crashes when the warning message contains format
      strings (again)
      + #4108: Search word highlighting breaks SVG images
      + #3692: Unable to build HTML if writing .buildinfo failed
      + #4152: HTML writer crashes if a field list is placed on top of
      the document
      + #4063: Sphinx crashes when labeling directive ".. todolist::"
      + #4134: [doc] :file:`docutils.conf` is not documented explicitly
      + #4169: Chinese language doesn't trigger Chinese search
      automatically
      + #1020: ext.todo todolist not linking to the page in pdflatex
      + #3965: New quickstart generates wrong SPHINXBUILD in Makefile
      + #3739: ":module:" option is ignored at content of pyobjects
      + #4149: Documentation: Help choosing :confval:`latex_engine`
      + #4090: [doc] :confval:`latex_additional_files` with extra LaTeX
      macros should not use ".tex" extension
      + Failed to convert reST parser error to warning (refs: #4132)
* Sat Sep 30 2017 arun@gmx.de
  - update to version 1.6.4:
    * Features added
      + #3926: Add "autodoc_warningiserror" to suppress the behavior of
      "-W" option during importing target modules on autodoc
    * Bugs fixed
      + #3924: docname lost after dynamically parsing RST in extension
      + #3946: Typo in sphinx.sty (this was a bug with no effect in
      default context)
      + :pep: and :rfc: does not supports "default-role" directive
      (refs: #3960)
      + #3960: default_role = 'guilabel' not functioning
      + Missing "texinputs_win/Makefile" to be used in latexpdf builder
      on windows.
      + #4026: nature: Fix macOS Safari scrollbar color
      + #3877: Fix for C++ multiline signatures.
      + #4006: Fix crash on parallel build
      + #3969: private instance attributes causes AttributeError
      + #4041: C++, remove extra name linking in function pointers.
      + #4038: C, add missing documentation of "member" role.
      + #4044: An empty multicolumn cell causes extra row height in PDF
      output
      + #4049: Fix typo in output of sphinx-build -h
      + #4062: hashlib.sha1() must take bytes, not unicode on Python 3
      + Avoid indent after index entries in latex (refs: #4066)
      + #4070: crashes when the warning message contains format strings
      + #4067: Return non-zero exit status when make subprocess fails
      + #4055: graphviz: the :align: option does not work for SVG output
      + #4055: graphviz: the :align: center option does not work for
      latex output
      + #4051: "warn()" function for HTML theme outputs 'None' string
* Mon Sep 18 2017 toddrme2178@gmail.com
  - Move sphinxcontrib namespace into seperate package to avoid
    dependency loop with sphinxcontrib-websupport.
* Mon Sep 11 2017 jengelh@inai.de
  - Trim package descriptions for size.
* Thu Aug 31 2017 toddrme2178@gmail.com
  - Create a base sphinxcontrib namespace package to guarantee all
    the "python(2|3)-sphinxcontrib-foo" packages can be imported
    correctly.
* Thu Aug 24 2017 toddrme2178@gmail.com
  - Add new latex dependencies needed in openSUSE:Factory
* Mon Jul 24 2017 toddrme2178@gmail.com
  - Split documentation into subpackage to avoid dependency loops.
  - Only require python3-typing for python3 < 3.5
* Mon Jul 03 2017 tbechtold@suse.com
  - update to 1.6.3:
    * #3821: Failed to import sphinx.util.compat with docutils-0.14rc1
    * #3829: sphinx-quickstart template is incomplete regarding use of alabaster
    * #3772: 'str object' has no attribute 'filename'
    * Emit wrong warnings if citation label includes hyphens (refs: #3565)
    * #3858: Some warnings are not colored when using --color option
    * #3775: Remove unwanted whitespace in default template
    * #3835: sphinx.ext.imgmath fails to convert SVG images if project directory
    name contains spaces
    * #3850: Fix color handling in make mode's help command
    * #3865: use of self.env.warn in sphinx extension fails
    * #3824: production lists apply smart quotes transform since Sphinx 1.6.1
    * latex: fix ``\sphinxbfcode`` swallows initial space of argument
    * #3878: Quotes in auto-documented class attributes should be straight quotes
    in PDF output
    * #3881: LaTeX figure floated to next page sometimes leaves extra vertical
    whitespace
    * #3885: duplicated footnotes raises IndexError
    * #3873: Failure of deprecation warning mechanism of
    ``sphinx.util.compat.Directive``
    * #3874: Bogus warnings for "citation not referenced" for cross-file citations
    * #3860: Don't download images when builders not supported images
    * #3860: Remote image URIs without filename break builders not supported remote
    images
    * #3833: command line messages are translated unintentionally with ``language``
    setting.
    * #3840: make checking ``epub_uid`` strict
    * #3851, #3706: Fix about box drawing characters for PDF output
    * #3900: autosummary could not find methods
    * #3902: Emit error if ``latex_documents`` contains non-unicode string in py2
* Fri Jun 30 2017 tbechtold@suse.com
  - python-sphinxcontrib-websupport is a Requires
* Thu Jun 29 2017 tbechtold@suse.com
  - Adjust Requires
* Fri Jun 23 2017 tbechtold@suse.com
  - update to 1.6.2:
    * See http://www.sphinx-doc.org/en/stable/changes.html
  - Adjust Requires and BuildRequires
  - Add disable-test.patch to disable test which needs remote access.
* Mon May 08 2017 toddrme2178@gmail.com
  - Fix update-alternatives.
* Fri May 05 2017 toddrme2178@gmail.com
  - Fix old obsoletes/provides.
* Mon Feb 20 2017 jmatejek@suse.com
  - update for singlespec
  - run tests for all python versions
  - include python-enum34 for test compatibility
* Thu Feb 16 2017 tbechtold@suse.com
  - update to 1.5.2:
    * See http://www.sphinx-doc.org/en/stable/changes.html
  - Adjust Requires and BuildRequires
* Mon Feb 29 2016 michael@stroeder.com
  - Removed obsolete fix_some_testcase_error_with_pygments-2.1.1.patch
  - update to version 1.3.6:
    * #1873, #1876, #2278: Add ``page_source_suffix`` html context variable. This should be
      introduced with :confval:`source_parsers` feature. Thanks for Eric Holscher.
    * #2265: Fix babel is used in spite of disabling it on ``latex_elements``
    * #2295: Avoid mutating dictionary errors while enumerating members in autodoc
      with Python 3
    * #2291: Fix pdflatex "Counter too large" error from footnotes inside tables of contents
    * #2292: Fix some footnotes disappear from LaTeX output
    * #2287: ``sphinx.transforms.Locale`` always uses rst parser. Sphinx i18n feature should
      support parsers that specified source_parsers.
    * #2290: Fix ``sphinx.ext.mathbase`` use of amsfonts may break user choice of math fonts
    * #2324: Print a hint how to increase the recursion limit when it is hit.
    * #1565, #2229: Revert new warning; the new warning will be triggered from version 1.4 on.
    * #2329: Refresh environment forcely if source directory has changed.
    * #2019: Fix the domain objects in search result are not escaped
* Wed Feb 17 2016 toddrme2178@gmail.com
  - Add fix_some_testcase_error_with_pygments-2.1.1.patch
    Fixes tests with python-Pygments 2.1.1.
    Should be in next release.
    See https://github.com/sphinx-doc/sphinx/commit/50f4862b069d58ade556aad90bd179206f10fdc1
  - Add additional latex requirements.
* Mon Jan 25 2016 michael@stroeder.com
  - requires python-pygments => 2.1
  - update to version 1.3.5:
    * Fix line numbers was not shown on warnings in LaTeX and texinfo
      builders
    * Fix filenames were not shown on warnings of citations
    * Fix line numbers was not shown on warnings in LaTeX and texinfo
      builders
    * Fix line numbers was not shown on warnings of indecies
    * #2026: Fix LaTeX builder rais error if parsed-literal includes
      links
    * #2243: Ignore strange docstring types for classes, do not crash
    * #2247: Fix #2205 breaks make html for definition list with
      classifiers that contains regular-expression like string
    * #1565: Show warning if Pygments throws an ErrorToken
    * #2211: Fix paragraphs in table cell doesn't work in Latex output
    * #2253: ":pyobject:" option of "literalinclude" directive can't
      detect indented body block when the block starts with blank or
      comment lines.
    * Fix TOC is not shown when no ":maxdepth:" for toctrees (ref: #771)
    * Fix warning message for ":numref:" if target is in orphaned doc
      (ref: #2244)
* Tue Jan 12 2016 michael@stroeder.com
  - Update to 1.3.4
    Release 1.3.4 (released Jan 12, 2016)[51]
    * #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
    * #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)
    * #1237: Fix footnotes not working in definition list in LaTeX
    * #2168: Fix raw directive does not work for text writer
    * #2171: Fix cannot linkcheck url with unicode
    * #2182: LaTeX: support image file names with more than 1 dots
    * #2189: Fix previous sibling link for first file in subdirectory
    uses last file, not intended previous from root toctree
    * #2003: Fix decode error under python2 (only) when make linkcheck is
    run
    * #2186: Fix LaTeX output of mathbb in math
    * #1480, #2188: LaTeX: Support math in section titles
    * #2071: Fix same footnote in more than two section titles =>
    LaTeX/PDF Bug
    * #2040: Fix UnicodeDecodeError in sphinx-apidoc when author contains
    non-ascii characters
    * #2193: Fix shutil.SameFileError if source directory and destination
    directory are same
    * #2178: Fix unparseable C++ cross-reference when referencing a
    function with :cpp:any:
    * #2206: Fix Sphinx latex doc build failed due to a footnotes
    * #2201: Fix wrong table caption for tables with over 30 rows
    * #2213: Set <blockquote> in the classic theme to fit with <p>
    * #1815: Fix linkcheck does not raise an exception if warniserror set
    to true and link is broken
    * #2197: Fix slightly cryptic error message for missing index.rst
    file
    * #1894: Unlisted phony targets in quickstart Makefile
    * #2125: Fix unifies behavior of collapsed fields (GroupedField and
    TypedField)
    * #1408: Check latex_logo validity before copying
    * #771: Fix latex output doesn’t set tocdepth
    * #1820: On Windows, console coloring is broken with colorama version
    0.3.3. Now sphinx use colorama>=0.3.5 to avoid this problem.
    * #2072: Fix footnotes in chapter-titles do not appear in PDF output
    * #1580: Fix paragraphs in longtable don’t work in Latex output
    * #1366: Fix centered image not centered in latex
    * #1860: Fix man page using :samp: with braces - font doesn’t reset
    * #1610: Sphinx crashes in japanese indexing in some systems
    * Fix Sphinx crashes if mecab initialization failed
    * #2160: Fix broken TOC of PDFs if section includes an image
    * #2172: Fix dysfunctional admonition [53]py@lightbox in sphinx.sty.
    Thanks to jfbu.
    * #2198,#2205: make gettext generate broken msgid for definition
    lists.
    * #2062: Escape characters in doctests are treated incorrectly with
    Python 2.
    * #2225: Fix if the option does not begin with dash, linking is not
    performed
    * #2226: Fix math is not HTML-encoded when :nowrap: is given (jsmath,
    mathjax)
    * #1601, #2220: ‘any’ role breaks extended domains behavior. Affected
    extensions doesn’t support resolve_any_xref and resolve_xref
    returns problematic node instead of None. sphinxcontrib-httpdomain
    is one of them.
    * #2229: Fix no warning is given for unknown options
* Wed Dec 09 2015 michael@stroeder.com
  - Update to 1.3.3
  - Updated project url in .spec file
  - Aligned version in BuildRequires: python-Pygments >= 2.0 with
    Requires line
    Release 1.3.3 (released Dec 2, 2015)
    Bugs fixed
  ----------
    * #2012: Fix exception occurred if ``numfig_format`` is invalid
    * #2142: Provide non-minified JS code in ``sphinx/search/non-minified-js/*.js`` for
    source distribution on PyPI.
    * #2148: Error while building devhelp target with non-ASCII document.
    Release 1.3.2 (released Nov 29, 2015)
    Features added
    * #1935: Make "numfig_format" overridable in latex_elements.
    Bugs fixed
  ----------
    * #1976: Avoid "2.0" version of Babel because it doesn't work with Windows environment.
    * Add a "default.css" stylesheet (which imports "classic.css") for compatibility.
    * #1788: graphviz extension raises exception when caption option is present.
    * #1789: ``:pyobject:`` option of ``literalinclude`` directive includes following
    lines after class definitions
    * #1790: ``literalinclude`` strips empty lines at the head and tail
    * #1802: load plugin themes automatically when theme.conf use it as 'inherit'. Thanks to
    Takayuki Hirai.
    * #1794: custom theme extended from alabaster or sphinx_rtd_theme can't find base theme.
    * #1834: compatibility for docutils-0.13: handle_io_errors keyword argument for
    docutils.io.FileInput cause TypeError.
    * #1823: '.' as <module_path> for sphinx-apidoc cause an unfriendly error. Now '.'
    is converted to absolute path automatically.
    * Fix a crash when setting up extensions which do not support metadata.
    * #1784: Provide non-minified JS code in ``sphinx/search/non-minified-js/*.js``
    * #1822, #1892: Fix regression for #1061. autosummary can't generate doc for imported
    members since sphinx-1.3b3. Thanks to Eric Larson.
    * #1793, #1819: "see also" misses a linebreak in text output. Thanks to Takayuki Hirai.
    * #1780, #1866: "make text" shows "class" keyword twice. Thanks to Takayuki
    Hirai.
    * #1871: Fix for LaTeX output of tables with one column and multirows.
    * Work around the lack of the HTMLParserError exception in Python 3.5.
    * #1949: Use ``safe_getattr`` in the coverage builder to avoid aborting with
    descriptors that have custom behavior.
    * #1915: Do not generate smart quotes in doc field type annotations.
    * #1796: On py3, automated .mo building caused UnicodeDecodeError.
    * #1923: Use babel features only if the babel latex element is nonempty.
    * #1942: Fix a KeyError in websupport.
    * #1903: Fix strange id generation for glossary terms.
    * #1796, On py3, automated .mo building cause UnicodeDecodeError
    * Fix: ``make text`` will crush if a definition list item has more than 1 classifiers as:
    * #1796: On py3, automated .mo building cause UnicodeDecodeError
    * ``make text`` will crush if a definition list item has more than 1 classifiers as:
    * Fixed #1855: make gettext generates broken po file for definition lists with classifier.
    ``term : classifier1 : classifier2``.
    * #1855: make gettext generates broken po file for definition lists with classifier.
    * #1869: Fix problems when dealing with files containing non-ASCII characters. Thanks to
    Marvin Schmidt.
    * #1798: Fix building LaTeX with references in titles.
    * #1725: On py2 environment, doctest with using non-ASCII characters causes
    ``'ascii' codec can't decode byte`` exception.
    * #1540: Fix RuntimeError with circular referenced toctree
    * #1983: i18n translation feature breaks references which uses section name.
    * #1990: Use caption of toctree to title of \tableofcontents in LaTeX
    * #1987: Fix ampersand is ignored in ``:menuselection:`` and ``:guilabel:`` on LaTeX builder
    * #1994: More supporting non-standard parser (like recommonmark parser) for Translation and
    WebSupport feature. Now node.rawsource is fall backed to node.astext() during docutils
    transforming.
    * On Py2 environment, conf.py that is generated by sphinx-quickstart should have u prefixed
    config value for 'version' and 'release'.
    * #2102: On Windows + Py3, using ``|today|`` and non-ASCII date format will raise
    UnicodeEncodeError.
    * #1974: UnboundLocalError: local variable 'domain' referenced before assignment when
    using `any` role and `sphinx.ext.intersphinx` in same time.
    * #2121: multiple words search doesn't find pages when words across on the page title and
    the page content.
    * #1884, #1885: plug-in html themes cannot inherit another plug-in theme. Thanks to
    Suzumizaki.
    * #1818: `sphinx.ext.todo` directive generates broken html class attribute as
    'admonition-' when :confval:`language` is specified with non-ASCII linguistic area like
    'ru' or 'ja'. To fix this, now ``todo`` directive can use ```:class:`` option.
    * #2140: Fix footnotes in table has broken in LaTeX
    * #2127: MecabBinder for html searching feature doesn't work with Python 3.
    Thanks to Tomoko Uchida.
* Wed Sep 16 2015 toddrme2178@gmail.com
  - Don't buildrequires latex-related stuff.
* Fri Sep 04 2015 toddrme2178@gmail.com
  - Split latex-related stuff into its own subpackage so we can
    depend on the necessary latex components.
* Wed Jul 29 2015 hpj@urpla.net
  - Be explicit about six version requirements
* Mon Jul 27 2015 seife+obs@b1-systems.com
  - fix build on CentOS/RHEL by conditionalizing Recommends: tag
  - add #!BuildIgnore: texinfo to work around CentOS-7 project config
* Mon Jun 29 2015 toddrme2178@gmail.com
  - Fix directory for man update-alternatives
  - Suggests are poorly-supported in openSUSE so use Recommends
* Mon Apr 13 2015 alarrosa@suse.com
  - Added python-six as a requirement, not only as build requirement
* Thu Apr 09 2015 termim@gmail.com
  - Update to 1.3.1
    + Bugs fixed
    * see http://sphinx-doc.org/changes.html#release-1-3-1-released-mar-17-2015
      for complete list of fixed bugs
  - additional dependencies required by 1.3.1
    + python-Babel
    + python-alabaster
    + python-snowballstemmer
    + python-sphinx_rtdtheme
    + python-mock
    + python-six
  - Update to 1.3
    + Incompatible changes
    * Roles ref, term and menusel now don’t generate emphasis nodes
      anymore. If you want to keep italic style, adapt your stylesheet.
    * Role numref uses %s as special character to indicate position of
      figure numbers instead # symbol.
    * 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. It was
      used for sphinx.ext.intersphinx and some documentation.
    * update bundled ez_setup.py for setuptools-7.0 that requires Python
      2.6 or later.
    * Dropped support for Python 2.5, 3.1 and 3.2.
    * Dropped support for docutils versions up to 0.9.
    * Removed the sphinx.ext.oldcmarkup extension.
    * The deprecated config values exclude_trees, exclude_dirnames and
      unused_docs have been removed.
    * A new node, sphinx.addnodes.literal_strong, has been added, for text
      that should appear literally (i.e. no smart quotes) in strong
      font. Custom writers will have to be adapted to handle this node.
    * PR#269, #1476: replace <tt> tag by <code>. User customized
      stylesheets should be updated If the css contain some styles for tt>
      tag. Thanks to Takeshi Komiya.
    * #1543: templates_path is automatically added to exclude_patterns to
      avoid reading autosummary rst templates in the templates directory.
    * Custom domains should implement the new Domain.resolve_any_xref
      method to make the any role work properly.
    * gettext builder: gettext doesn’t emit uuid information to generated
      pot files by default. Please set True to gettext_uuid to emit uuid
      information. Additionally, if the python-levenshtein 3rd-party package is
      installed, it will improve the calculation time.
    * gettext builder: disable extracting/apply ‘index’ node by
      default. Please set ‘index’ to gettext_enables to enable extracting index
      entries.
    * PR#307: Add frame to code-block in LaTeX. Thanks to Takeshi Komiya.
    + Features added
    * Add convenience directives and roles to the C++ domain: directive
      cpp:var as alias for cpp:member, role :cpp:var as alias for :cpp:member,
      and role any for cross-reference to any C++ declaraction. #1577, #1744
    * The source_suffix config value can now be a list of multiple suffixes.
    * Add the ability to specify source parsers by source suffix with the
      source_parsers config value.
    * #1675: A new builder, AppleHelpBuilder, has been added that builds
      Apple Help Books.
    * #1346: Add new default theme;
      Add ‘alabaster’ theme.
      Add ‘sphinx_rtd_theme’ theme.
      The ‘default’ html theme has been renamed to ‘classic’. ‘default’
      is still available, however it will emit notice a recommendation that
      using new ‘alabaster’ theme.
    * Added highlight_options configuration value.
    * The language config value is now available in the HTML templates.
    * The env-updated event can now return a value, which is interpreted as
      an iterable of additional docnames that need to be rewritten.
    * #772: Support for scoped and unscoped enums in C++. Enumerators in
      unscoped enums are injected into the parent scope in addition to the enum
      scope.
    * Add todo_include_todos config option to quickstart conf file, handled
      as described in documentation.
    * HTML breadcrumb items tag has class “nav-item” and “nav-item-N” (like
      nav-item-0, 1, 2...).
    * New option sphinx-quickstart --use-make-mode for generating Makefile
      that use sphinx-build make-mode.
    * #1235: i18n: several node can be translated if it is set to
      gettext_additional_targets in conf.py. Supported nodes are:
      ‘literal-block’
      ‘doctest-block’
      ‘raw’
      ‘image’
    * #1227: Add html_scaled_image_link config option to conf.py, to
      control scaled image link.
    * #1597: Added possibility to return a new template name from
      html-page-context.
    * PR#314, #1150: Configuration values are now checked for their type. A
      warning is raised if the configured and the default value do not have the
      same type and do not share a common non-trivial base class.
    * Add support for Python 3.4.
    * Add support for docutils 0.12
    * Added sphinx.ext.napoleon extension for NumPy and Google style
      docstring support.
    * Added support for parallel reading (parsing) of source files with the
      sphinx-build -j option. Third-party extensions will need to be checked
      for compatibility and may need to be adapted if they store information in
      the build environment object. See env-merge-info.
    * Added the any role that can be used to find a cross-reference of any
      type in any domain. Custom domains should implement the new
      Domain.resolve_any_xref method to make this work properly.
    * Exception logs now contain the last 10 messages emitted by Sphinx.
    * Added support for extension versions (a string returned by setup(),
      these can be shown in the traceback log files). Version requirements for
      extensions can be specified in projects using the new needs_extensions
      config value.
    * Changing the default role within a document with the default-role
      directive is now supported.
    * PR#214: Added stemming support for 14 languages, so that the built-in
      document search can now handle these. Thanks to Shibukawa Yoshiki.
    * PR#296, PR#303, #76: numfig feature: Assign numbers to figures,
      tables and code-blocks. This feature is configured with numfig,
      numfig_secnum_depth and numfig_format. Also numref role is
      available. Thanks to Takeshi Komiya.
    * PR#202: Allow ”.” and “~” prefixed references in :param: doc fields
      for Python.
    * PR#184: Add autodoc_mock_imports, allowing to mock imports of
      external modules that need not be present when autodocumenting.
    * #925: Allow list-typed config values to be provided on the command
      line, like -D key=val1,val2.
    * #668: Allow line numbering of code-block and literalinclude
      directives to start at an arbitrary line number, with a new lineno-start
      option.
    * PR#172, PR#266: The code-block and literalinclude directives now can
      have a caption option that shows a filename before the code in the
      output. Thanks to Nasimul Haque, Takeshi Komiya.
    * Prompt for the document language in sphinx-quickstart.
    * PR#217: Added config values to suppress UUID and location information
      in generated gettext catalogs.
    * PR#236, #1456: apidoc: Add a -M option to put module documentation
      before submodule documentation. Thanks to Wes Turner and Luc Saffre.
    * #1434: Provide non-minified JS files for jquery.js and underscore.js
      to clarify the source of the minified files.
    * PR#252, #1291: Windows color console support. Thanks to meu31.
    * PR#255: When generating latex references, also insert latex
      target/anchor for the ids defined on the node. Thanks to Olivier
      Heurtier.
    * PR#229: Allow registration of other translators. Thanks to Russell
      Sim.
    * Add app.set_translator() API to register or override a Docutils
      translator class like html_translator_class.
    * PR#267, #1134: add ‘diff’ parameter to literalinclude. Thanks to
      Richard Wall and WAKAYAMA shirou.
    * PR#272: Added ‘bizstyle’ theme. Thanks to Shoji KUMAGAI.
    * Automatically compile *.mo files from *.po files when
      gettext_auto_build is True (default) and *.po is newer than *.mo file.
    * #623: sphinx.ext.viewcode supports imported function/class aliases.
    * PR#275: sphinx.ext.intersphinx supports multiple target for the
      inventory. Thanks to Brigitta Sipocz.
    * PR#261: Added the env-before-read-docs event that can be connected to
      modify the order of documents before they are read by the environment.
    * #1284: Program options documented with option can now start with +.
    * PR#291: The caption of code-block is recognised as a title of ref
      target. Thanks to Takeshi Komiya.
    * PR#298: Add new API: add_latex_package(). Thanks to Takeshi Komiya.
    * #1344: add gettext_enables to enable extracting ‘index’ to gettext
      catalog output / applying translation catalog to generated
      documentation.
    * PR#301, #1583: Allow the line numbering of the directive
      literalinclude to match that of the included file, using a new
      lineno-match option. Thanks to Jeppe Pihl.
    * PR#299: add various options to sphinx-quickstart. Quiet mode option
    - -quiet will skips wizard mode. Thanks to WAKAYAMA shirou.
    * #1623: Return types specified with :rtype: are now turned into links
      if possible.
    + Bugs fixed
    * see http://sphinx-doc.org/changes.html#release-1-3-released-mar-10-2015
      for complete list of fixed bugs

Files

/etc/alternatives/sphinx-apidoc
/etc/alternatives/sphinx-autogen
/etc/alternatives/sphinx-build
/etc/alternatives/sphinx-quickstart
/usr/bin/sphinx-apidoc
/usr/bin/sphinx-apidoc-2.7
/usr/bin/sphinx-autogen
/usr/bin/sphinx-autogen-2.7
/usr/bin/sphinx-build
/usr/bin/sphinx-build-2.7
/usr/bin/sphinx-quickstart
/usr/bin/sphinx-quickstart-2.7
/usr/lib/python2.7/site-packages/Sphinx-1.7.6-py2.7.egg-info
/usr/lib/python2.7/site-packages/Sphinx-1.7.6-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/Sphinx-1.7.6-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/Sphinx-1.7.6-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/Sphinx-1.7.6-py2.7.egg-info/entry_points.txt
/usr/lib/python2.7/site-packages/Sphinx-1.7.6-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/Sphinx-1.7.6-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/Sphinx-1.7.6-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/sphinx
/usr/lib/python2.7/site-packages/sphinx/__init__.py
/usr/lib/python2.7/site-packages/sphinx/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/__main__.py
/usr/lib/python2.7/site-packages/sphinx/__main__.pyc
/usr/lib/python2.7/site-packages/sphinx/__main__.pyo
/usr/lib/python2.7/site-packages/sphinx/addnodes.py
/usr/lib/python2.7/site-packages/sphinx/addnodes.pyc
/usr/lib/python2.7/site-packages/sphinx/addnodes.pyo
/usr/lib/python2.7/site-packages/sphinx/apidoc.py
/usr/lib/python2.7/site-packages/sphinx/apidoc.pyc
/usr/lib/python2.7/site-packages/sphinx/apidoc.pyo
/usr/lib/python2.7/site-packages/sphinx/application.py
/usr/lib/python2.7/site-packages/sphinx/application.pyc
/usr/lib/python2.7/site-packages/sphinx/application.pyo
/usr/lib/python2.7/site-packages/sphinx/builders
/usr/lib/python2.7/site-packages/sphinx/builders/__init__.py
/usr/lib/python2.7/site-packages/sphinx/builders/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/builders/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/builders/_epub_base.py
/usr/lib/python2.7/site-packages/sphinx/builders/_epub_base.pyc
/usr/lib/python2.7/site-packages/sphinx/builders/_epub_base.pyo
/usr/lib/python2.7/site-packages/sphinx/builders/applehelp.py
/usr/lib/python2.7/site-packages/sphinx/builders/applehelp.pyc
/usr/lib/python2.7/site-packages/sphinx/builders/applehelp.pyo
/usr/lib/python2.7/site-packages/sphinx/builders/changes.py
/usr/lib/python2.7/site-packages/sphinx/builders/changes.pyc
/usr/lib/python2.7/site-packages/sphinx/builders/changes.pyo
/usr/lib/python2.7/site-packages/sphinx/builders/devhelp.py
/usr/lib/python2.7/site-packages/sphinx/builders/devhelp.pyc
/usr/lib/python2.7/site-packages/sphinx/builders/devhelp.pyo
/usr/lib/python2.7/site-packages/sphinx/builders/dummy.py
/usr/lib/python2.7/site-packages/sphinx/builders/dummy.pyc
/usr/lib/python2.7/site-packages/sphinx/builders/dummy.pyo
/usr/lib/python2.7/site-packages/sphinx/builders/epub3.py
/usr/lib/python2.7/site-packages/sphinx/builders/epub3.pyc
/usr/lib/python2.7/site-packages/sphinx/builders/epub3.pyo
/usr/lib/python2.7/site-packages/sphinx/builders/gettext.py
/usr/lib/python2.7/site-packages/sphinx/builders/gettext.pyc
/usr/lib/python2.7/site-packages/sphinx/builders/gettext.pyo
/usr/lib/python2.7/site-packages/sphinx/builders/html.py
/usr/lib/python2.7/site-packages/sphinx/builders/html.pyc
/usr/lib/python2.7/site-packages/sphinx/builders/html.pyo
/usr/lib/python2.7/site-packages/sphinx/builders/htmlhelp.py
/usr/lib/python2.7/site-packages/sphinx/builders/htmlhelp.pyc
/usr/lib/python2.7/site-packages/sphinx/builders/htmlhelp.pyo
/usr/lib/python2.7/site-packages/sphinx/builders/latex
/usr/lib/python2.7/site-packages/sphinx/builders/latex/__init__.py
/usr/lib/python2.7/site-packages/sphinx/builders/latex/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/builders/latex/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/builders/latex/transforms.py
/usr/lib/python2.7/site-packages/sphinx/builders/latex/transforms.pyc
/usr/lib/python2.7/site-packages/sphinx/builders/latex/transforms.pyo
/usr/lib/python2.7/site-packages/sphinx/builders/linkcheck.py
/usr/lib/python2.7/site-packages/sphinx/builders/linkcheck.pyc
/usr/lib/python2.7/site-packages/sphinx/builders/linkcheck.pyo
/usr/lib/python2.7/site-packages/sphinx/builders/manpage.py
/usr/lib/python2.7/site-packages/sphinx/builders/manpage.pyc
/usr/lib/python2.7/site-packages/sphinx/builders/manpage.pyo
/usr/lib/python2.7/site-packages/sphinx/builders/qthelp.py
/usr/lib/python2.7/site-packages/sphinx/builders/qthelp.pyc
/usr/lib/python2.7/site-packages/sphinx/builders/qthelp.pyo
/usr/lib/python2.7/site-packages/sphinx/builders/texinfo.py
/usr/lib/python2.7/site-packages/sphinx/builders/texinfo.pyc
/usr/lib/python2.7/site-packages/sphinx/builders/texinfo.pyo
/usr/lib/python2.7/site-packages/sphinx/builders/text.py
/usr/lib/python2.7/site-packages/sphinx/builders/text.pyc
/usr/lib/python2.7/site-packages/sphinx/builders/text.pyo
/usr/lib/python2.7/site-packages/sphinx/builders/websupport.py
/usr/lib/python2.7/site-packages/sphinx/builders/websupport.pyc
/usr/lib/python2.7/site-packages/sphinx/builders/websupport.pyo
/usr/lib/python2.7/site-packages/sphinx/builders/xml.py
/usr/lib/python2.7/site-packages/sphinx/builders/xml.pyc
/usr/lib/python2.7/site-packages/sphinx/builders/xml.pyo
/usr/lib/python2.7/site-packages/sphinx/cmd
/usr/lib/python2.7/site-packages/sphinx/cmd/__init__.py
/usr/lib/python2.7/site-packages/sphinx/cmd/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/cmd/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/cmd/build.py
/usr/lib/python2.7/site-packages/sphinx/cmd/build.pyc
/usr/lib/python2.7/site-packages/sphinx/cmd/build.pyo
/usr/lib/python2.7/site-packages/sphinx/cmd/quickstart.py
/usr/lib/python2.7/site-packages/sphinx/cmd/quickstart.pyc
/usr/lib/python2.7/site-packages/sphinx/cmd/quickstart.pyo
/usr/lib/python2.7/site-packages/sphinx/cmdline.py
/usr/lib/python2.7/site-packages/sphinx/cmdline.pyc
/usr/lib/python2.7/site-packages/sphinx/cmdline.pyo
/usr/lib/python2.7/site-packages/sphinx/config.py
/usr/lib/python2.7/site-packages/sphinx/config.pyc
/usr/lib/python2.7/site-packages/sphinx/config.pyo
/usr/lib/python2.7/site-packages/sphinx/deprecation.py
/usr/lib/python2.7/site-packages/sphinx/deprecation.pyc
/usr/lib/python2.7/site-packages/sphinx/deprecation.pyo
/usr/lib/python2.7/site-packages/sphinx/directives
/usr/lib/python2.7/site-packages/sphinx/directives/__init__.py
/usr/lib/python2.7/site-packages/sphinx/directives/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/directives/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/directives/code.py
/usr/lib/python2.7/site-packages/sphinx/directives/code.pyc
/usr/lib/python2.7/site-packages/sphinx/directives/code.pyo
/usr/lib/python2.7/site-packages/sphinx/directives/other.py
/usr/lib/python2.7/site-packages/sphinx/directives/other.pyc
/usr/lib/python2.7/site-packages/sphinx/directives/other.pyo
/usr/lib/python2.7/site-packages/sphinx/directives/patches.py
/usr/lib/python2.7/site-packages/sphinx/directives/patches.pyc
/usr/lib/python2.7/site-packages/sphinx/directives/patches.pyo
/usr/lib/python2.7/site-packages/sphinx/domains
/usr/lib/python2.7/site-packages/sphinx/domains/__init__.py
/usr/lib/python2.7/site-packages/sphinx/domains/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/domains/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/domains/c.py
/usr/lib/python2.7/site-packages/sphinx/domains/c.pyc
/usr/lib/python2.7/site-packages/sphinx/domains/c.pyo
/usr/lib/python2.7/site-packages/sphinx/domains/cpp.py
/usr/lib/python2.7/site-packages/sphinx/domains/cpp.pyc
/usr/lib/python2.7/site-packages/sphinx/domains/cpp.pyo
/usr/lib/python2.7/site-packages/sphinx/domains/javascript.py
/usr/lib/python2.7/site-packages/sphinx/domains/javascript.pyc
/usr/lib/python2.7/site-packages/sphinx/domains/javascript.pyo
/usr/lib/python2.7/site-packages/sphinx/domains/python.py
/usr/lib/python2.7/site-packages/sphinx/domains/python.pyc
/usr/lib/python2.7/site-packages/sphinx/domains/python.pyo
/usr/lib/python2.7/site-packages/sphinx/domains/rst.py
/usr/lib/python2.7/site-packages/sphinx/domains/rst.pyc
/usr/lib/python2.7/site-packages/sphinx/domains/rst.pyo
/usr/lib/python2.7/site-packages/sphinx/domains/std.py
/usr/lib/python2.7/site-packages/sphinx/domains/std.pyc
/usr/lib/python2.7/site-packages/sphinx/domains/std.pyo
/usr/lib/python2.7/site-packages/sphinx/environment
/usr/lib/python2.7/site-packages/sphinx/environment/__init__.py
/usr/lib/python2.7/site-packages/sphinx/environment/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/environment/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/environment/adapters
/usr/lib/python2.7/site-packages/sphinx/environment/adapters/__init__.py
/usr/lib/python2.7/site-packages/sphinx/environment/adapters/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/environment/adapters/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/environment/adapters/asset.py
/usr/lib/python2.7/site-packages/sphinx/environment/adapters/asset.pyc
/usr/lib/python2.7/site-packages/sphinx/environment/adapters/asset.pyo
/usr/lib/python2.7/site-packages/sphinx/environment/adapters/indexentries.py
/usr/lib/python2.7/site-packages/sphinx/environment/adapters/indexentries.pyc
/usr/lib/python2.7/site-packages/sphinx/environment/adapters/indexentries.pyo
/usr/lib/python2.7/site-packages/sphinx/environment/adapters/toctree.py
/usr/lib/python2.7/site-packages/sphinx/environment/adapters/toctree.pyc
/usr/lib/python2.7/site-packages/sphinx/environment/adapters/toctree.pyo
/usr/lib/python2.7/site-packages/sphinx/environment/collectors
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/__init__.py
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/asset.py
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/asset.pyc
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/asset.pyo
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/dependencies.py
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/dependencies.pyc
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/dependencies.pyo
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/indexentries.py
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/indexentries.pyc
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/indexentries.pyo
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/metadata.py
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/metadata.pyc
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/metadata.pyo
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/title.py
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/title.pyc
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/title.pyo
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/toctree.py
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/toctree.pyc
/usr/lib/python2.7/site-packages/sphinx/environment/collectors/toctree.pyo
/usr/lib/python2.7/site-packages/sphinx/errors.py
/usr/lib/python2.7/site-packages/sphinx/errors.pyc
/usr/lib/python2.7/site-packages/sphinx/errors.pyo
/usr/lib/python2.7/site-packages/sphinx/events.py
/usr/lib/python2.7/site-packages/sphinx/events.pyc
/usr/lib/python2.7/site-packages/sphinx/events.pyo
/usr/lib/python2.7/site-packages/sphinx/ext
/usr/lib/python2.7/site-packages/sphinx/ext/__init__.py
/usr/lib/python2.7/site-packages/sphinx/ext/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/apidoc.py
/usr/lib/python2.7/site-packages/sphinx/ext/apidoc.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/apidoc.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/autodoc
/usr/lib/python2.7/site-packages/sphinx/ext/autodoc/__init__.py
/usr/lib/python2.7/site-packages/sphinx/ext/autodoc/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/autodoc/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/autodoc/directive.py
/usr/lib/python2.7/site-packages/sphinx/ext/autodoc/directive.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/autodoc/directive.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/autodoc/importer.py
/usr/lib/python2.7/site-packages/sphinx/ext/autodoc/importer.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/autodoc/importer.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/autodoc/inspector.py
/usr/lib/python2.7/site-packages/sphinx/ext/autodoc/inspector.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/autodoc/inspector.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/autosectionlabel.py
/usr/lib/python2.7/site-packages/sphinx/ext/autosectionlabel.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/autosectionlabel.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/autosummary
/usr/lib/python2.7/site-packages/sphinx/ext/autosummary/__init__.py
/usr/lib/python2.7/site-packages/sphinx/ext/autosummary/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/autosummary/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/autosummary/generate.py
/usr/lib/python2.7/site-packages/sphinx/ext/autosummary/generate.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/autosummary/generate.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/autosummary/templates
/usr/lib/python2.7/site-packages/sphinx/ext/autosummary/templates/autosummary
/usr/lib/python2.7/site-packages/sphinx/ext/autosummary/templates/autosummary/base.rst
/usr/lib/python2.7/site-packages/sphinx/ext/autosummary/templates/autosummary/class.rst
/usr/lib/python2.7/site-packages/sphinx/ext/autosummary/templates/autosummary/module.rst
/usr/lib/python2.7/site-packages/sphinx/ext/coverage.py
/usr/lib/python2.7/site-packages/sphinx/ext/coverage.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/coverage.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/doctest.py
/usr/lib/python2.7/site-packages/sphinx/ext/doctest.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/doctest.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/extlinks.py
/usr/lib/python2.7/site-packages/sphinx/ext/extlinks.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/extlinks.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/githubpages.py
/usr/lib/python2.7/site-packages/sphinx/ext/githubpages.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/githubpages.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/graphviz.py
/usr/lib/python2.7/site-packages/sphinx/ext/graphviz.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/graphviz.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/ifconfig.py
/usr/lib/python2.7/site-packages/sphinx/ext/ifconfig.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/ifconfig.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/imgconverter.py
/usr/lib/python2.7/site-packages/sphinx/ext/imgconverter.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/imgconverter.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/imgmath.py
/usr/lib/python2.7/site-packages/sphinx/ext/imgmath.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/imgmath.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/inheritance_diagram.py
/usr/lib/python2.7/site-packages/sphinx/ext/inheritance_diagram.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/inheritance_diagram.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/intersphinx.py
/usr/lib/python2.7/site-packages/sphinx/ext/intersphinx.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/intersphinx.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/jsmath.py
/usr/lib/python2.7/site-packages/sphinx/ext/jsmath.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/jsmath.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/linkcode.py
/usr/lib/python2.7/site-packages/sphinx/ext/linkcode.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/linkcode.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/mathbase.py
/usr/lib/python2.7/site-packages/sphinx/ext/mathbase.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/mathbase.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/mathjax.py
/usr/lib/python2.7/site-packages/sphinx/ext/mathjax.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/mathjax.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/napoleon
/usr/lib/python2.7/site-packages/sphinx/ext/napoleon/__init__.py
/usr/lib/python2.7/site-packages/sphinx/ext/napoleon/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/napoleon/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/napoleon/docstring.py
/usr/lib/python2.7/site-packages/sphinx/ext/napoleon/docstring.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/napoleon/docstring.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/napoleon/iterators.py
/usr/lib/python2.7/site-packages/sphinx/ext/napoleon/iterators.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/napoleon/iterators.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/pngmath.py
/usr/lib/python2.7/site-packages/sphinx/ext/pngmath.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/pngmath.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/todo.py
/usr/lib/python2.7/site-packages/sphinx/ext/todo.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/todo.pyo
/usr/lib/python2.7/site-packages/sphinx/ext/viewcode.py
/usr/lib/python2.7/site-packages/sphinx/ext/viewcode.pyc
/usr/lib/python2.7/site-packages/sphinx/ext/viewcode.pyo
/usr/lib/python2.7/site-packages/sphinx/extension.py
/usr/lib/python2.7/site-packages/sphinx/extension.pyc
/usr/lib/python2.7/site-packages/sphinx/extension.pyo
/usr/lib/python2.7/site-packages/sphinx/highlighting.py
/usr/lib/python2.7/site-packages/sphinx/highlighting.pyc
/usr/lib/python2.7/site-packages/sphinx/highlighting.pyo
/usr/lib/python2.7/site-packages/sphinx/io.py
/usr/lib/python2.7/site-packages/sphinx/io.pyc
/usr/lib/python2.7/site-packages/sphinx/io.pyo
/usr/lib/python2.7/site-packages/sphinx/jinja2glue.py
/usr/lib/python2.7/site-packages/sphinx/jinja2glue.pyc
/usr/lib/python2.7/site-packages/sphinx/jinja2glue.pyo
/usr/lib/python2.7/site-packages/sphinx/locale
/usr/lib/python2.7/site-packages/sphinx/locale/__init__.py
/usr/lib/python2.7/site-packages/sphinx/locale/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/locale/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/locale/bn
/usr/lib/python2.7/site-packages/sphinx/locale/bn/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/bn/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/bn/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/bn/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/ca
/usr/lib/python2.7/site-packages/sphinx/locale/ca/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/ca/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/ca/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/ca/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/cs
/usr/lib/python2.7/site-packages/sphinx/locale/cs/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/cs/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/cs/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/cs/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/cy
/usr/lib/python2.7/site-packages/sphinx/locale/cy/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/cy/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/cy/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/cy/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/da
/usr/lib/python2.7/site-packages/sphinx/locale/da/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/da/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/da/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/da/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/de
/usr/lib/python2.7/site-packages/sphinx/locale/de/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/de/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/de/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/de/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/el
/usr/lib/python2.7/site-packages/sphinx/locale/el/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/el/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/el/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/el/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/eo
/usr/lib/python2.7/site-packages/sphinx/locale/eo/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/eo/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/eo/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/eo/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/es
/usr/lib/python2.7/site-packages/sphinx/locale/es/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/es/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/es/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/es/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/et
/usr/lib/python2.7/site-packages/sphinx/locale/et/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/et/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/et/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/et/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/eu
/usr/lib/python2.7/site-packages/sphinx/locale/eu/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/eu/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/eu/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/eu/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/fa
/usr/lib/python2.7/site-packages/sphinx/locale/fa/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/fa/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/fa/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/fa/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/fi
/usr/lib/python2.7/site-packages/sphinx/locale/fi/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/fi/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/fi/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/fi/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/fr
/usr/lib/python2.7/site-packages/sphinx/locale/fr/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/fr/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/fr/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/fr/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/he
/usr/lib/python2.7/site-packages/sphinx/locale/he/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/he/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/he/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/he/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/hi
/usr/lib/python2.7/site-packages/sphinx/locale/hi/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/hi/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/hi/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/hi/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/hi_IN
/usr/lib/python2.7/site-packages/sphinx/locale/hi_IN/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/hr
/usr/lib/python2.7/site-packages/sphinx/locale/hr/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/hr/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/hr/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/hr/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/hu
/usr/lib/python2.7/site-packages/sphinx/locale/hu/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/hu/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/hu/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/hu/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/id
/usr/lib/python2.7/site-packages/sphinx/locale/id/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/id/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/id/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/id/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/it
/usr/lib/python2.7/site-packages/sphinx/locale/it/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/it/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/it/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/it/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/ja
/usr/lib/python2.7/site-packages/sphinx/locale/ja/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/ja/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/ja/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/ja/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/ko
/usr/lib/python2.7/site-packages/sphinx/locale/ko/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/ko/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/ko/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/ko/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/lt
/usr/lib/python2.7/site-packages/sphinx/locale/lt/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/lt/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/lt/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/lt/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/lv
/usr/lib/python2.7/site-packages/sphinx/locale/lv/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/lv/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/lv/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/lv/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/mk
/usr/lib/python2.7/site-packages/sphinx/locale/mk/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/mk/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/mk/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/mk/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/nb_NO
/usr/lib/python2.7/site-packages/sphinx/locale/nb_NO/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/ne
/usr/lib/python2.7/site-packages/sphinx/locale/ne/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/ne/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/ne/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/ne/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/nl
/usr/lib/python2.7/site-packages/sphinx/locale/nl/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/nl/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/nl/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/nl/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/pl
/usr/lib/python2.7/site-packages/sphinx/locale/pl/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/pl/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/pl/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/pl/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/pt_BR
/usr/lib/python2.7/site-packages/sphinx/locale/pt_BR/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/pt_PT
/usr/lib/python2.7/site-packages/sphinx/locale/pt_PT/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/ro
/usr/lib/python2.7/site-packages/sphinx/locale/ro/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/ro/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/ro/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/ro/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/ru
/usr/lib/python2.7/site-packages/sphinx/locale/ru/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/ru/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/ru/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/ru/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/si
/usr/lib/python2.7/site-packages/sphinx/locale/si/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/si/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/si/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/si/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/sk
/usr/lib/python2.7/site-packages/sphinx/locale/sk/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/sk/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/sk/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/sk/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/sl
/usr/lib/python2.7/site-packages/sphinx/locale/sl/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/sl/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/sl/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/sl/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/sphinx.pot
/usr/lib/python2.7/site-packages/sphinx/locale/sr
/usr/lib/python2.7/site-packages/sphinx/locale/sr/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/sr/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/sr/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/sr/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/sr@latin
/usr/lib/python2.7/site-packages/sphinx/locale/sr@latin/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/sv
/usr/lib/python2.7/site-packages/sphinx/locale/sv/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/sv/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/sv/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/sv/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/ta
/usr/lib/python2.7/site-packages/sphinx/locale/ta/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/ta/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/ta/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/ta/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/tr
/usr/lib/python2.7/site-packages/sphinx/locale/tr/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/tr/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/tr/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/tr/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/uk_UA
/usr/lib/python2.7/site-packages/sphinx/locale/uk_UA/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/vi
/usr/lib/python2.7/site-packages/sphinx/locale/vi/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/vi/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/vi/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/vi/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/zh_CN
/usr/lib/python2.7/site-packages/sphinx/locale/zh_CN/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/locale/zh_TW
/usr/lib/python2.7/site-packages/sphinx/locale/zh_TW/LC_MESSAGES
/usr/lib/python2.7/site-packages/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js
/usr/lib/python2.7/site-packages/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo
/usr/lib/python2.7/site-packages/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po
/usr/lib/python2.7/site-packages/sphinx/make_mode.py
/usr/lib/python2.7/site-packages/sphinx/make_mode.pyc
/usr/lib/python2.7/site-packages/sphinx/make_mode.pyo
/usr/lib/python2.7/site-packages/sphinx/parsers.py
/usr/lib/python2.7/site-packages/sphinx/parsers.pyc
/usr/lib/python2.7/site-packages/sphinx/parsers.pyo
/usr/lib/python2.7/site-packages/sphinx/pycode
/usr/lib/python2.7/site-packages/sphinx/pycode/__init__.py
/usr/lib/python2.7/site-packages/sphinx/pycode/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/pycode/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/pycode/parser.py
/usr/lib/python2.7/site-packages/sphinx/pycode/parser.pyc
/usr/lib/python2.7/site-packages/sphinx/pycode/parser.pyo
/usr/lib/python2.7/site-packages/sphinx/pygments_styles.py
/usr/lib/python2.7/site-packages/sphinx/pygments_styles.pyc
/usr/lib/python2.7/site-packages/sphinx/pygments_styles.pyo
/usr/lib/python2.7/site-packages/sphinx/quickstart.py
/usr/lib/python2.7/site-packages/sphinx/quickstart.pyc
/usr/lib/python2.7/site-packages/sphinx/quickstart.pyo
/usr/lib/python2.7/site-packages/sphinx/registry.py
/usr/lib/python2.7/site-packages/sphinx/registry.pyc
/usr/lib/python2.7/site-packages/sphinx/registry.pyo
/usr/lib/python2.7/site-packages/sphinx/roles.py
/usr/lib/python2.7/site-packages/sphinx/roles.pyc
/usr/lib/python2.7/site-packages/sphinx/roles.pyo
/usr/lib/python2.7/site-packages/sphinx/search
/usr/lib/python2.7/site-packages/sphinx/search/__init__.py
/usr/lib/python2.7/site-packages/sphinx/search/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/search/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/search/da.py
/usr/lib/python2.7/site-packages/sphinx/search/da.pyc
/usr/lib/python2.7/site-packages/sphinx/search/da.pyo
/usr/lib/python2.7/site-packages/sphinx/search/de.py
/usr/lib/python2.7/site-packages/sphinx/search/de.pyc
/usr/lib/python2.7/site-packages/sphinx/search/de.pyo
/usr/lib/python2.7/site-packages/sphinx/search/en.py
/usr/lib/python2.7/site-packages/sphinx/search/en.pyc
/usr/lib/python2.7/site-packages/sphinx/search/en.pyo
/usr/lib/python2.7/site-packages/sphinx/search/es.py
/usr/lib/python2.7/site-packages/sphinx/search/es.pyc
/usr/lib/python2.7/site-packages/sphinx/search/es.pyo
/usr/lib/python2.7/site-packages/sphinx/search/fi.py
/usr/lib/python2.7/site-packages/sphinx/search/fi.pyc
/usr/lib/python2.7/site-packages/sphinx/search/fi.pyo
/usr/lib/python2.7/site-packages/sphinx/search/fr.py
/usr/lib/python2.7/site-packages/sphinx/search/fr.pyc
/usr/lib/python2.7/site-packages/sphinx/search/fr.pyo
/usr/lib/python2.7/site-packages/sphinx/search/hu.py
/usr/lib/python2.7/site-packages/sphinx/search/hu.pyc
/usr/lib/python2.7/site-packages/sphinx/search/hu.pyo
/usr/lib/python2.7/site-packages/sphinx/search/it.py
/usr/lib/python2.7/site-packages/sphinx/search/it.pyc
/usr/lib/python2.7/site-packages/sphinx/search/it.pyo
/usr/lib/python2.7/site-packages/sphinx/search/ja.py
/usr/lib/python2.7/site-packages/sphinx/search/ja.pyc
/usr/lib/python2.7/site-packages/sphinx/search/ja.pyo
/usr/lib/python2.7/site-packages/sphinx/search/jssplitter.py
/usr/lib/python2.7/site-packages/sphinx/search/jssplitter.pyc
/usr/lib/python2.7/site-packages/sphinx/search/jssplitter.pyo
/usr/lib/python2.7/site-packages/sphinx/search/nl.py
/usr/lib/python2.7/site-packages/sphinx/search/nl.pyc
/usr/lib/python2.7/site-packages/sphinx/search/nl.pyo
/usr/lib/python2.7/site-packages/sphinx/search/no.py
/usr/lib/python2.7/site-packages/sphinx/search/no.pyc
/usr/lib/python2.7/site-packages/sphinx/search/no.pyo
/usr/lib/python2.7/site-packages/sphinx/search/non-minified-js
/usr/lib/python2.7/site-packages/sphinx/search/non-minified-js/danish-stemmer.js
/usr/lib/python2.7/site-packages/sphinx/search/non-minified-js/dutch-stemmer.js
/usr/lib/python2.7/site-packages/sphinx/search/non-minified-js/finnish-stemmer.js
/usr/lib/python2.7/site-packages/sphinx/search/non-minified-js/french-stemmer.js
/usr/lib/python2.7/site-packages/sphinx/search/non-minified-js/german-stemmer.js
/usr/lib/python2.7/site-packages/sphinx/search/non-minified-js/hungarian-stemmer.js
/usr/lib/python2.7/site-packages/sphinx/search/non-minified-js/italian-stemmer.js
/usr/lib/python2.7/site-packages/sphinx/search/non-minified-js/norwegian-stemmer.js
/usr/lib/python2.7/site-packages/sphinx/search/non-minified-js/porter-stemmer.js
/usr/lib/python2.7/site-packages/sphinx/search/non-minified-js/portuguese-stemmer.js
/usr/lib/python2.7/site-packages/sphinx/search/non-minified-js/romanian-stemmer.js
/usr/lib/python2.7/site-packages/sphinx/search/non-minified-js/russian-stemmer.js
/usr/lib/python2.7/site-packages/sphinx/search/non-minified-js/spanish-stemmer.js
/usr/lib/python2.7/site-packages/sphinx/search/non-minified-js/swedish-stemmer.js
/usr/lib/python2.7/site-packages/sphinx/search/non-minified-js/turkish-stemmer.js
/usr/lib/python2.7/site-packages/sphinx/search/pt.py
/usr/lib/python2.7/site-packages/sphinx/search/pt.pyc
/usr/lib/python2.7/site-packages/sphinx/search/pt.pyo
/usr/lib/python2.7/site-packages/sphinx/search/ro.py
/usr/lib/python2.7/site-packages/sphinx/search/ro.pyc
/usr/lib/python2.7/site-packages/sphinx/search/ro.pyo
/usr/lib/python2.7/site-packages/sphinx/search/ru.py
/usr/lib/python2.7/site-packages/sphinx/search/ru.pyc
/usr/lib/python2.7/site-packages/sphinx/search/ru.pyo
/usr/lib/python2.7/site-packages/sphinx/search/sv.py
/usr/lib/python2.7/site-packages/sphinx/search/sv.pyc
/usr/lib/python2.7/site-packages/sphinx/search/sv.pyo
/usr/lib/python2.7/site-packages/sphinx/search/tr.py
/usr/lib/python2.7/site-packages/sphinx/search/tr.pyc
/usr/lib/python2.7/site-packages/sphinx/search/tr.pyo
/usr/lib/python2.7/site-packages/sphinx/search/zh.py
/usr/lib/python2.7/site-packages/sphinx/search/zh.pyc
/usr/lib/python2.7/site-packages/sphinx/search/zh.pyo
/usr/lib/python2.7/site-packages/sphinx/setup_command.py
/usr/lib/python2.7/site-packages/sphinx/setup_command.pyc
/usr/lib/python2.7/site-packages/sphinx/setup_command.pyo
/usr/lib/python2.7/site-packages/sphinx/templates
/usr/lib/python2.7/site-packages/sphinx/templates/epub3
/usr/lib/python2.7/site-packages/sphinx/templates/epub3/container.xml
/usr/lib/python2.7/site-packages/sphinx/templates/epub3/content.opf_t
/usr/lib/python2.7/site-packages/sphinx/templates/epub3/mimetype
/usr/lib/python2.7/site-packages/sphinx/templates/epub3/nav.xhtml_t
/usr/lib/python2.7/site-packages/sphinx/templates/epub3/toc.ncx_t
/usr/lib/python2.7/site-packages/sphinx/templates/latex
/usr/lib/python2.7/site-packages/sphinx/templates/latex/latex.tex_t
/usr/lib/python2.7/site-packages/sphinx/templates/latex/longtable.tex_t
/usr/lib/python2.7/site-packages/sphinx/templates/latex/tabular.tex_t
/usr/lib/python2.7/site-packages/sphinx/templates/latex/tabulary.tex_t
/usr/lib/python2.7/site-packages/sphinx/templates/qthelp
/usr/lib/python2.7/site-packages/sphinx/templates/qthelp/project.qhcp
/usr/lib/python2.7/site-packages/sphinx/templates/qthelp/project.qhp
/usr/lib/python2.7/site-packages/sphinx/templates/quickstart
/usr/lib/python2.7/site-packages/sphinx/templates/quickstart/Makefile.new_t
/usr/lib/python2.7/site-packages/sphinx/templates/quickstart/Makefile_t
/usr/lib/python2.7/site-packages/sphinx/templates/quickstart/conf.py_t
/usr/lib/python2.7/site-packages/sphinx/templates/quickstart/make.bat.new_t
/usr/lib/python2.7/site-packages/sphinx/templates/quickstart/make.bat_t
/usr/lib/python2.7/site-packages/sphinx/templates/quickstart/master_doc.rst_t
/usr/lib/python2.7/site-packages/sphinx/testing
/usr/lib/python2.7/site-packages/sphinx/testing/__init__.py
/usr/lib/python2.7/site-packages/sphinx/testing/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/testing/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/testing/fixtures.py
/usr/lib/python2.7/site-packages/sphinx/testing/fixtures.pyc
/usr/lib/python2.7/site-packages/sphinx/testing/fixtures.pyo
/usr/lib/python2.7/site-packages/sphinx/testing/path.py
/usr/lib/python2.7/site-packages/sphinx/testing/path.pyc
/usr/lib/python2.7/site-packages/sphinx/testing/path.pyo
/usr/lib/python2.7/site-packages/sphinx/testing/util.py
/usr/lib/python2.7/site-packages/sphinx/testing/util.pyc
/usr/lib/python2.7/site-packages/sphinx/testing/util.pyo
/usr/lib/python2.7/site-packages/sphinx/texinputs_win
/usr/lib/python2.7/site-packages/sphinx/texinputs_win/Makefile_t
/usr/lib/python2.7/site-packages/sphinx/themes
/usr/lib/python2.7/site-packages/sphinx/themes/agogo
/usr/lib/python2.7/site-packages/sphinx/themes/agogo/layout.html
/usr/lib/python2.7/site-packages/sphinx/themes/agogo/static
/usr/lib/python2.7/site-packages/sphinx/themes/agogo/static/agogo.css_t
/usr/lib/python2.7/site-packages/sphinx/themes/agogo/static/bgfooter.png
/usr/lib/python2.7/site-packages/sphinx/themes/agogo/static/bgtop.png
/usr/lib/python2.7/site-packages/sphinx/themes/agogo/theme.conf
/usr/lib/python2.7/site-packages/sphinx/themes/basic
/usr/lib/python2.7/site-packages/sphinx/themes/basic/changes
/usr/lib/python2.7/site-packages/sphinx/themes/basic/changes/frameset.html
/usr/lib/python2.7/site-packages/sphinx/themes/basic/changes/rstsource.html
/usr/lib/python2.7/site-packages/sphinx/themes/basic/changes/versionchanges.html
/usr/lib/python2.7/site-packages/sphinx/themes/basic/defindex.html
/usr/lib/python2.7/site-packages/sphinx/themes/basic/domainindex.html
/usr/lib/python2.7/site-packages/sphinx/themes/basic/genindex-single.html
/usr/lib/python2.7/site-packages/sphinx/themes/basic/genindex-split.html
/usr/lib/python2.7/site-packages/sphinx/themes/basic/genindex.html
/usr/lib/python2.7/site-packages/sphinx/themes/basic/globaltoc.html
/usr/lib/python2.7/site-packages/sphinx/themes/basic/layout.html
/usr/lib/python2.7/site-packages/sphinx/themes/basic/localtoc.html
/usr/lib/python2.7/site-packages/sphinx/themes/basic/opensearch.xml
/usr/lib/python2.7/site-packages/sphinx/themes/basic/page.html
/usr/lib/python2.7/site-packages/sphinx/themes/basic/relations.html
/usr/lib/python2.7/site-packages/sphinx/themes/basic/search.html
/usr/lib/python2.7/site-packages/sphinx/themes/basic/searchbox.html
/usr/lib/python2.7/site-packages/sphinx/themes/basic/searchresults.html
/usr/lib/python2.7/site-packages/sphinx/themes/basic/sourcelink.html
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/ajax-loader.gif
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/basic.css_t
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/comment-bright.png
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/comment-close.png
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/comment.png
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/doctools.js_t
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/documentation_options.js_t
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/down-pressed.png
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/down.png
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/file.png
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/jquery-3.2.1.js
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/jquery.js
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/minus.png
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/plus.png
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/searchtools.js_t
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/underscore-1.3.1.js
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/underscore.js
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/up-pressed.png
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/up.png
/usr/lib/python2.7/site-packages/sphinx/themes/basic/static/websupport.js
/usr/lib/python2.7/site-packages/sphinx/themes/basic/theme.conf
/usr/lib/python2.7/site-packages/sphinx/themes/bizstyle
/usr/lib/python2.7/site-packages/sphinx/themes/bizstyle/layout.html
/usr/lib/python2.7/site-packages/sphinx/themes/bizstyle/static
/usr/lib/python2.7/site-packages/sphinx/themes/bizstyle/static/background_b01.png
/usr/lib/python2.7/site-packages/sphinx/themes/bizstyle/static/bizstyle.css_t
/usr/lib/python2.7/site-packages/sphinx/themes/bizstyle/static/bizstyle.js_t
/usr/lib/python2.7/site-packages/sphinx/themes/bizstyle/static/css3-mediaqueries.js
/usr/lib/python2.7/site-packages/sphinx/themes/bizstyle/static/css3-mediaqueries_src.js
/usr/lib/python2.7/site-packages/sphinx/themes/bizstyle/theme.conf
/usr/lib/python2.7/site-packages/sphinx/themes/classic
/usr/lib/python2.7/site-packages/sphinx/themes/classic/layout.html
/usr/lib/python2.7/site-packages/sphinx/themes/classic/static
/usr/lib/python2.7/site-packages/sphinx/themes/classic/static/classic.css_t
/usr/lib/python2.7/site-packages/sphinx/themes/classic/static/sidebar.js_t
/usr/lib/python2.7/site-packages/sphinx/themes/classic/theme.conf
/usr/lib/python2.7/site-packages/sphinx/themes/default
/usr/lib/python2.7/site-packages/sphinx/themes/default/static
/usr/lib/python2.7/site-packages/sphinx/themes/default/static/default.css
/usr/lib/python2.7/site-packages/sphinx/themes/default/theme.conf
/usr/lib/python2.7/site-packages/sphinx/themes/epub
/usr/lib/python2.7/site-packages/sphinx/themes/epub/epub-cover.html
/usr/lib/python2.7/site-packages/sphinx/themes/epub/layout.html
/usr/lib/python2.7/site-packages/sphinx/themes/epub/static
/usr/lib/python2.7/site-packages/sphinx/themes/epub/static/epub.css_t
/usr/lib/python2.7/site-packages/sphinx/themes/epub/theme.conf
/usr/lib/python2.7/site-packages/sphinx/themes/haiku
/usr/lib/python2.7/site-packages/sphinx/themes/haiku/layout.html
/usr/lib/python2.7/site-packages/sphinx/themes/haiku/static
/usr/lib/python2.7/site-packages/sphinx/themes/haiku/static/alert_info_32.png
/usr/lib/python2.7/site-packages/sphinx/themes/haiku/static/alert_warning_32.png
/usr/lib/python2.7/site-packages/sphinx/themes/haiku/static/bg-page.png
/usr/lib/python2.7/site-packages/sphinx/themes/haiku/static/bullet_orange.png
/usr/lib/python2.7/site-packages/sphinx/themes/haiku/static/haiku.css_t
/usr/lib/python2.7/site-packages/sphinx/themes/haiku/theme.conf
/usr/lib/python2.7/site-packages/sphinx/themes/nature
/usr/lib/python2.7/site-packages/sphinx/themes/nature/static
/usr/lib/python2.7/site-packages/sphinx/themes/nature/static/nature.css_t
/usr/lib/python2.7/site-packages/sphinx/themes/nature/theme.conf
/usr/lib/python2.7/site-packages/sphinx/themes/nonav
/usr/lib/python2.7/site-packages/sphinx/themes/nonav/layout.html
/usr/lib/python2.7/site-packages/sphinx/themes/nonav/static
/usr/lib/python2.7/site-packages/sphinx/themes/nonav/static/nonav.css
/usr/lib/python2.7/site-packages/sphinx/themes/nonav/theme.conf
/usr/lib/python2.7/site-packages/sphinx/themes/pyramid
/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/layout.html
/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static
/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static/dialog-note.png
/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static/dialog-seealso.png
/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static/dialog-todo.png
/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static/dialog-topic.png
/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static/dialog-warning.png
/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static/epub.css
/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static/footerbg.png
/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static/headerbg.png
/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static/ie6.css
/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static/middlebg.png
/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static/pyramid.css_t
/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static/transparent.gif
/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/theme.conf
/usr/lib/python2.7/site-packages/sphinx/themes/scrolls
/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/artwork
/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/artwork/logo.svg
/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/layout.html
/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static
/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static/darkmetal.png
/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static/headerbg.png
/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static/logo.png
/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static/metal.png
/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static/navigation.png
/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static/print.css
/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static/scrolls.css_t
/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static/theme_extras.js
/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static/watermark.png
/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/static/watermark_blur.png
/usr/lib/python2.7/site-packages/sphinx/themes/scrolls/theme.conf
/usr/lib/python2.7/site-packages/sphinx/themes/sphinxdoc
/usr/lib/python2.7/site-packages/sphinx/themes/sphinxdoc/layout.html
/usr/lib/python2.7/site-packages/sphinx/themes/sphinxdoc/static
/usr/lib/python2.7/site-packages/sphinx/themes/sphinxdoc/static/contents.png
/usr/lib/python2.7/site-packages/sphinx/themes/sphinxdoc/static/navigation.png
/usr/lib/python2.7/site-packages/sphinx/themes/sphinxdoc/static/sphinxdoc.css_t
/usr/lib/python2.7/site-packages/sphinx/themes/sphinxdoc/theme.conf
/usr/lib/python2.7/site-packages/sphinx/themes/traditional
/usr/lib/python2.7/site-packages/sphinx/themes/traditional/static
/usr/lib/python2.7/site-packages/sphinx/themes/traditional/static/traditional.css_t
/usr/lib/python2.7/site-packages/sphinx/themes/traditional/theme.conf
/usr/lib/python2.7/site-packages/sphinx/theming.py
/usr/lib/python2.7/site-packages/sphinx/theming.pyc
/usr/lib/python2.7/site-packages/sphinx/theming.pyo
/usr/lib/python2.7/site-packages/sphinx/transforms
/usr/lib/python2.7/site-packages/sphinx/transforms/__init__.py
/usr/lib/python2.7/site-packages/sphinx/transforms/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/transforms/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/transforms/compact_bullet_list.py
/usr/lib/python2.7/site-packages/sphinx/transforms/compact_bullet_list.pyc
/usr/lib/python2.7/site-packages/sphinx/transforms/compact_bullet_list.pyo
/usr/lib/python2.7/site-packages/sphinx/transforms/i18n.py
/usr/lib/python2.7/site-packages/sphinx/transforms/i18n.pyc
/usr/lib/python2.7/site-packages/sphinx/transforms/i18n.pyo
/usr/lib/python2.7/site-packages/sphinx/transforms/post_transforms
/usr/lib/python2.7/site-packages/sphinx/transforms/post_transforms/__init__.py
/usr/lib/python2.7/site-packages/sphinx/transforms/post_transforms/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/transforms/post_transforms/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/transforms/post_transforms/images.py
/usr/lib/python2.7/site-packages/sphinx/transforms/post_transforms/images.pyc
/usr/lib/python2.7/site-packages/sphinx/transforms/post_transforms/images.pyo
/usr/lib/python2.7/site-packages/sphinx/transforms/references.py
/usr/lib/python2.7/site-packages/sphinx/transforms/references.pyc
/usr/lib/python2.7/site-packages/sphinx/transforms/references.pyo
/usr/lib/python2.7/site-packages/sphinx/util
/usr/lib/python2.7/site-packages/sphinx/util/__init__.py
/usr/lib/python2.7/site-packages/sphinx/util/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/util/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/util/compat.py
/usr/lib/python2.7/site-packages/sphinx/util/compat.pyc
/usr/lib/python2.7/site-packages/sphinx/util/compat.pyo
/usr/lib/python2.7/site-packages/sphinx/util/console.py
/usr/lib/python2.7/site-packages/sphinx/util/console.pyc
/usr/lib/python2.7/site-packages/sphinx/util/console.pyo
/usr/lib/python2.7/site-packages/sphinx/util/docfields.py
/usr/lib/python2.7/site-packages/sphinx/util/docfields.pyc
/usr/lib/python2.7/site-packages/sphinx/util/docfields.pyo
/usr/lib/python2.7/site-packages/sphinx/util/docstrings.py
/usr/lib/python2.7/site-packages/sphinx/util/docstrings.pyc
/usr/lib/python2.7/site-packages/sphinx/util/docstrings.pyo
/usr/lib/python2.7/site-packages/sphinx/util/docutils.py
/usr/lib/python2.7/site-packages/sphinx/util/docutils.pyc
/usr/lib/python2.7/site-packages/sphinx/util/docutils.pyo
/usr/lib/python2.7/site-packages/sphinx/util/fileutil.py
/usr/lib/python2.7/site-packages/sphinx/util/fileutil.pyc
/usr/lib/python2.7/site-packages/sphinx/util/fileutil.pyo
/usr/lib/python2.7/site-packages/sphinx/util/i18n.py
/usr/lib/python2.7/site-packages/sphinx/util/i18n.pyc
/usr/lib/python2.7/site-packages/sphinx/util/i18n.pyo
/usr/lib/python2.7/site-packages/sphinx/util/images.py
/usr/lib/python2.7/site-packages/sphinx/util/images.pyc
/usr/lib/python2.7/site-packages/sphinx/util/images.pyo
/usr/lib/python2.7/site-packages/sphinx/util/inspect.py
/usr/lib/python2.7/site-packages/sphinx/util/inspect.pyc
/usr/lib/python2.7/site-packages/sphinx/util/inspect.pyo
/usr/lib/python2.7/site-packages/sphinx/util/inventory.py
/usr/lib/python2.7/site-packages/sphinx/util/inventory.pyc
/usr/lib/python2.7/site-packages/sphinx/util/inventory.pyo
/usr/lib/python2.7/site-packages/sphinx/util/jsdump.py
/usr/lib/python2.7/site-packages/sphinx/util/jsdump.pyc
/usr/lib/python2.7/site-packages/sphinx/util/jsdump.pyo
/usr/lib/python2.7/site-packages/sphinx/util/jsonimpl.py
/usr/lib/python2.7/site-packages/sphinx/util/jsonimpl.pyc
/usr/lib/python2.7/site-packages/sphinx/util/jsonimpl.pyo
/usr/lib/python2.7/site-packages/sphinx/util/logging.py
/usr/lib/python2.7/site-packages/sphinx/util/logging.pyc
/usr/lib/python2.7/site-packages/sphinx/util/logging.pyo
/usr/lib/python2.7/site-packages/sphinx/util/matching.py
/usr/lib/python2.7/site-packages/sphinx/util/matching.pyc
/usr/lib/python2.7/site-packages/sphinx/util/matching.pyo
/usr/lib/python2.7/site-packages/sphinx/util/nodes.py
/usr/lib/python2.7/site-packages/sphinx/util/nodes.pyc
/usr/lib/python2.7/site-packages/sphinx/util/nodes.pyo
/usr/lib/python2.7/site-packages/sphinx/util/osutil.py
/usr/lib/python2.7/site-packages/sphinx/util/osutil.pyc
/usr/lib/python2.7/site-packages/sphinx/util/osutil.pyo
/usr/lib/python2.7/site-packages/sphinx/util/parallel.py
/usr/lib/python2.7/site-packages/sphinx/util/parallel.pyc
/usr/lib/python2.7/site-packages/sphinx/util/parallel.pyo
/usr/lib/python2.7/site-packages/sphinx/util/png.py
/usr/lib/python2.7/site-packages/sphinx/util/png.pyc
/usr/lib/python2.7/site-packages/sphinx/util/png.pyo
/usr/lib/python2.7/site-packages/sphinx/util/pycompat.py
/usr/lib/python2.7/site-packages/sphinx/util/pycompat.pyc
/usr/lib/python2.7/site-packages/sphinx/util/pycompat.pyo
/usr/lib/python2.7/site-packages/sphinx/util/requests.py
/usr/lib/python2.7/site-packages/sphinx/util/requests.pyc
/usr/lib/python2.7/site-packages/sphinx/util/requests.pyo
/usr/lib/python2.7/site-packages/sphinx/util/rst.py
/usr/lib/python2.7/site-packages/sphinx/util/rst.pyc
/usr/lib/python2.7/site-packages/sphinx/util/rst.pyo
/usr/lib/python2.7/site-packages/sphinx/util/smartypants.py
/usr/lib/python2.7/site-packages/sphinx/util/smartypants.pyc
/usr/lib/python2.7/site-packages/sphinx/util/smartypants.pyo
/usr/lib/python2.7/site-packages/sphinx/util/stemmer
/usr/lib/python2.7/site-packages/sphinx/util/stemmer/__init__.py
/usr/lib/python2.7/site-packages/sphinx/util/stemmer/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/util/stemmer/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/util/stemmer/porter.py
/usr/lib/python2.7/site-packages/sphinx/util/stemmer/porter.pyc
/usr/lib/python2.7/site-packages/sphinx/util/stemmer/porter.pyo
/usr/lib/python2.7/site-packages/sphinx/util/tags.py
/usr/lib/python2.7/site-packages/sphinx/util/tags.pyc
/usr/lib/python2.7/site-packages/sphinx/util/tags.pyo
/usr/lib/python2.7/site-packages/sphinx/util/template.py
/usr/lib/python2.7/site-packages/sphinx/util/template.pyc
/usr/lib/python2.7/site-packages/sphinx/util/template.pyo
/usr/lib/python2.7/site-packages/sphinx/util/texescape.py
/usr/lib/python2.7/site-packages/sphinx/util/texescape.pyc
/usr/lib/python2.7/site-packages/sphinx/util/texescape.pyo
/usr/lib/python2.7/site-packages/sphinx/util/typing.py
/usr/lib/python2.7/site-packages/sphinx/util/typing.pyc
/usr/lib/python2.7/site-packages/sphinx/util/typing.pyo
/usr/lib/python2.7/site-packages/sphinx/util/websupport.py
/usr/lib/python2.7/site-packages/sphinx/util/websupport.pyc
/usr/lib/python2.7/site-packages/sphinx/util/websupport.pyo
/usr/lib/python2.7/site-packages/sphinx/versioning.py
/usr/lib/python2.7/site-packages/sphinx/versioning.pyc
/usr/lib/python2.7/site-packages/sphinx/versioning.pyo
/usr/lib/python2.7/site-packages/sphinx/websupport
/usr/lib/python2.7/site-packages/sphinx/websupport/__init__.py
/usr/lib/python2.7/site-packages/sphinx/websupport/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/websupport/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/websupport/errors.py
/usr/lib/python2.7/site-packages/sphinx/websupport/errors.pyc
/usr/lib/python2.7/site-packages/sphinx/websupport/errors.pyo
/usr/lib/python2.7/site-packages/sphinx/websupport/search
/usr/lib/python2.7/site-packages/sphinx/websupport/search/__init__.py
/usr/lib/python2.7/site-packages/sphinx/websupport/search/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/websupport/search/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/websupport/search/nullsearch.py
/usr/lib/python2.7/site-packages/sphinx/websupport/search/nullsearch.pyc
/usr/lib/python2.7/site-packages/sphinx/websupport/search/nullsearch.pyo
/usr/lib/python2.7/site-packages/sphinx/websupport/search/whooshsearch.py
/usr/lib/python2.7/site-packages/sphinx/websupport/search/whooshsearch.pyc
/usr/lib/python2.7/site-packages/sphinx/websupport/search/whooshsearch.pyo
/usr/lib/python2.7/site-packages/sphinx/websupport/search/xapiansearch.py
/usr/lib/python2.7/site-packages/sphinx/websupport/search/xapiansearch.pyc
/usr/lib/python2.7/site-packages/sphinx/websupport/search/xapiansearch.pyo
/usr/lib/python2.7/site-packages/sphinx/websupport/storage
/usr/lib/python2.7/site-packages/sphinx/websupport/storage/__init__.py
/usr/lib/python2.7/site-packages/sphinx/websupport/storage/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/websupport/storage/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/websupport/storage/differ.py
/usr/lib/python2.7/site-packages/sphinx/websupport/storage/differ.pyc
/usr/lib/python2.7/site-packages/sphinx/websupport/storage/differ.pyo
/usr/lib/python2.7/site-packages/sphinx/websupport/storage/sqlalchemy_db.py
/usr/lib/python2.7/site-packages/sphinx/websupport/storage/sqlalchemy_db.pyc
/usr/lib/python2.7/site-packages/sphinx/websupport/storage/sqlalchemy_db.pyo
/usr/lib/python2.7/site-packages/sphinx/websupport/storage/sqlalchemystorage.py
/usr/lib/python2.7/site-packages/sphinx/websupport/storage/sqlalchemystorage.pyc
/usr/lib/python2.7/site-packages/sphinx/websupport/storage/sqlalchemystorage.pyo
/usr/lib/python2.7/site-packages/sphinx/writers
/usr/lib/python2.7/site-packages/sphinx/writers/__init__.py
/usr/lib/python2.7/site-packages/sphinx/writers/__init__.pyc
/usr/lib/python2.7/site-packages/sphinx/writers/__init__.pyo
/usr/lib/python2.7/site-packages/sphinx/writers/html.py
/usr/lib/python2.7/site-packages/sphinx/writers/html.pyc
/usr/lib/python2.7/site-packages/sphinx/writers/html.pyo
/usr/lib/python2.7/site-packages/sphinx/writers/html5.py
/usr/lib/python2.7/site-packages/sphinx/writers/html5.pyc
/usr/lib/python2.7/site-packages/sphinx/writers/html5.pyo
/usr/lib/python2.7/site-packages/sphinx/writers/latex.py
/usr/lib/python2.7/site-packages/sphinx/writers/latex.pyc
/usr/lib/python2.7/site-packages/sphinx/writers/latex.pyo
/usr/lib/python2.7/site-packages/sphinx/writers/manpage.py
/usr/lib/python2.7/site-packages/sphinx/writers/manpage.pyc
/usr/lib/python2.7/site-packages/sphinx/writers/manpage.pyo
/usr/lib/python2.7/site-packages/sphinx/writers/texinfo.py
/usr/lib/python2.7/site-packages/sphinx/writers/texinfo.pyc
/usr/lib/python2.7/site-packages/sphinx/writers/texinfo.pyo
/usr/lib/python2.7/site-packages/sphinx/writers/text.py
/usr/lib/python2.7/site-packages/sphinx/writers/text.pyc
/usr/lib/python2.7/site-packages/sphinx/writers/text.pyo
/usr/lib/python2.7/site-packages/sphinx/writers/websupport.py
/usr/lib/python2.7/site-packages/sphinx/writers/websupport.pyc
/usr/lib/python2.7/site-packages/sphinx/writers/websupport.pyo
/usr/lib/python2.7/site-packages/sphinx/writers/xml.py
/usr/lib/python2.7/site-packages/sphinx/writers/xml.pyc
/usr/lib/python2.7/site-packages/sphinx/writers/xml.pyo
/usr/lib/python2.7/site-packages/sphinxcontrib
/usr/share/doc/packages/python2-Sphinx
/usr/share/doc/packages/python2-Sphinx/AUTHORS
/usr/share/doc/packages/python2-Sphinx/CHANGES
/usr/share/doc/packages/python2-Sphinx/README.rst
/usr/share/licenses/python2-Sphinx
/usr/share/licenses/python2-Sphinx/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 11:46:52 2024