Revisions of python-Sphinx

buildservice-autocommit accepted request 689141 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 123)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 689140 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 122)
- Remove last remainder of python-Sphinx-doc-man-common subpackage
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 121)
- Switch off test_latex_images test, because it tries to download
  image from the www.python.org.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 684402 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 120)
- Remove lang packages
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 683921 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 119)
- Revert to multiple lang files using standard macros.
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 118)
- Drop patch disable-test.patch no longer applicable
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 117)
- Update to 1.8.5:
  * LaTeX: Remove extraneous space after author names on PDF title page (refs: #6004)
  * #6026: LaTeX: A cross reference to definition list does not work
  * #6046: LaTeX: TypeError is raised when invalid latex_elements given
  * #6067: LaTeX: images having a target are concatenated to next line
  * #6067: LaTeX: images having a target are not aligned even if specified
  * #6019: imgconverter: Including multipage PDF fails
  * #6047: autodoc: autofunction emits a warning for method objects
  * #6028: graphviz: Ensure the graphviz filenames are reproducible
  * #6068: doctest: skipif option may remove the code block from documentation
  * #6136: :name: option for math directive causes a crash
  * #6139: intersphinx: ValueError on failure reporting
  * #6135: changes: Fix UnboundLocalError when any module found
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 682934 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 116)
- Rewrite the package to multibuild. Remove python-Sphinx-doc*.
- Fix %check to make tests passing.
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) committed (revision 115)
- update to 1.8.4:
  There are many changes so have a look at the following changes files:
  * https://www.sphinx-doc.org/en/master/changes.html#release-1-8-4-released-feb-03-2019
  * https://www.sphinx-doc.org/en/master/changes.html#release-1-8-3-released-dec-26-2018
  * https://www.sphinx-doc.org/en/master/changes.html#release-1-8-2-released-nov-11-2018
  * https://www.sphinx-doc.org/en/master/changes.html#release-1-8-1-released-sep-22-2018
  * https://www.sphinx-doc.org/en/master/changes.html#release-1-8-0-released-sep-13-2018
  * https://www.sphinx-doc.org/en/master/changes.html#release-1-7-9-released-sep-05-2018
  * https://www.sphinx-doc.org/en/master/changes.html#release-1-7-8-released-aug-29-2018
  * https://www.sphinx-doc.org/en/master/changes.html#release-1-7-7-released-aug-19-2018

- update to 1.8.4:
  There are many changes so have a look at the following changes files:
  * https://www.sphinx-doc.org/en/master/changes.html#release-1-8-4-released-feb-03-2019
  * https://www.sphinx-doc.org/en/master/changes.html#release-1-8-3-released-dec-26-2018
  * https://www.sphinx-doc.org/en/master/changes.html#release-1-8-2-released-nov-11-2018
  * https://www.sphinx-doc.org/en/master/changes.html#release-1-8-1-released-sep-22-2018
  * https://www.sphinx-doc.org/en/master/changes.html#release-1-8-0-released-sep-13-2018
  * https://www.sphinx-doc.org/en/master/changes.html#release-1-7-9-released-sep-05-2018
  * https://www.sphinx-doc.org/en/master/changes.html#release-1-7-8-released-aug-29-2018
  * https://www.sphinx-doc.org/en/master/changes.html#release-1-7-7-released-aug-19-2018
buildservice-autocommit accepted request 657880 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) (revision 114)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 113)
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 112)
Actually create that sphinxcontrib directory
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 111)
- Make this package also own %{python_sitelib}/sphinxcontrib
  directory, so it is properly owned.
buildservice-autocommit accepted request 624272 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 110)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 624270 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 109)
- 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
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 108)
- 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
buildservice-autocommit accepted request 612216 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 107)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 611547 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 106)
- 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
buildservice-autocommit accepted request 584287 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 105)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 584264 from Alberto Planas Dominguez's avatar Alberto Planas Dominguez (aplanas) (revision 104)
- Allows Recommends and Suggest in Fedora
Displaying revisions 141 - 160 of 263
openSUSE Build Service is sponsored by