9 Commits

Author SHA256 Message Date
Tomáš Chvátal
a27c0c338c Accepting request 624270 from home:mimi_vx:branches:devel:languages:python
- update to 1.7.6
- run Sphinx testsuite in package
 * 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

OBS-URL: https://build.opensuse.org/request/show/624270
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=109
2018-07-20 12:46:04 +00:00
4df51d2927 - update to 1.7.5
- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=108
2018-07-17 08:22:19 +00:00
2a048f2fa0 Accepting request 611547 from home:mimi_vx:branches:devel:languages:python
- update to 1.7.4
- ver long list of changes - please check www.sphinx-doc.org for details
 

- 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

OBS-URL: https://build.opensuse.org/request/show/611547
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=106
2018-05-23 12:18:27 +00:00
Tomáš Chvátal
ee4cd0c2e8 Accepting request 580009 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/580009
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=98
2018-02-26 07:06:09 +00:00
4b22afa8b2 Accepting request 537267 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/537267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=96
2017-10-30 10:25:19 +00:00
Jan Matejek
56b504cbdb Accepting request 530183 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/530183
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=94
2017-10-02 12:25:43 +00:00
Jan Matejek
c2b054a3ef Accepting request 523341 from home:jengelh:branches:devel:languages:python
- Trim package descriptions for size.

OBS-URL: https://build.opensuse.org/request/show/523341
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=91
2017-09-12 15:25:47 +00:00
Todd R
c7debf9dce Accepting request 518572 from home:TheBlackCat:branches:devel:languages:python
This fixes build errors in various python-foo-doc packages.

- Add new latex dependencies needed in openSUSE:Factory
- Check that latex dependencies are installable

OBS-URL: https://build.opensuse.org/request/show/518572
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=87
2017-08-24 16:44:23 +00:00
Todd R
f27a5cc865 Accepting request 512790 from home:TheBlackCat:branches:devel:languages:python
- Split documentation into subpackage to avoid dependency loops.
- Only require python3-typing for python3 < 3.5

OBS-URL: https://build.opensuse.org/request/show/512790
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=85
2017-07-27 13:01:58 +00:00