Commit Graph

175 Commits

Author SHA256 Message Date
Thomas Bechtold
64afc05a6e - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=115
2019-03-05 10:24:31 +00:00
ae7ca0d951 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=113 2018-12-07 20:57:37 +00:00
7c01eef9e2 Actually create that sphinxcontrib directory
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=112
2018-12-07 20:40:34 +00:00
389f21a1d3 - Make this package also own %{python_sitelib}/sphinxcontrib
directory, so it is properly owned.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=111
2018-12-07 20:22:04 +00:00
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
c173a051f9 Accepting request 584264 from home:aplanas:branches:devel:languages:python
- Allows Recommends and Suggest in Fedora

OBS-URL: https://build.opensuse.org/request/show/584264
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=104
2018-03-08 10:51:44 +00:00
79aa8e0cdf - go back to a working sphinx version for now (1.6.5)
* newer versions are not able to build openstack clients

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=102
2018-03-06 11:58:54 +00:00
b1ec8d4b36 Accepting request 580622 from home:aplanas:branches:devel:languages:python
- Recommends only on SUSE

OBS-URL: https://build.opensuse.org/request/show/580622
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=100
2018-02-27 16:53:48 +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
Todd R
a1f60844ea Accepting request 527167 from home:TheBlackCat:branches:devel:languages:python
- Move sphinxcontrib namespace into seperate package to avoid 
  dependency loop with sphinxcontrib-websupport.

OBS-URL: https://build.opensuse.org/request/show/527167
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=92
2017-09-18 22:31:19 +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
2437ef2417 Accepting request 520217 from home:TheBlackCat:branches:devel:languages:python
- Create a base sphinxcontrib namespace package to guarantee all
  the "python(2|3)-sphinxcontrib-foo" packages can be imported
  correctly.

OBS-URL: https://build.opensuse.org/request/show/520217
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=89
2017-09-01 15:30:04 +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
Thomas Bechtold
c449bfb315 Accepting request 507841 from home:tbechtold:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/507841
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=84
2017-07-03 14:21:37 +00:00
e134e7b61a Accepting request 507227 from home:tbechtold:branches:devel:languages:python
- python-sphinxcontrib-websupport is a Requires

OBS-URL: https://build.opensuse.org/request/show/507227
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=83
2017-06-30 07:00:58 +00:00
Jan Matejek
af00d48926 Accepting request 507115 from home:tbechtold:branches:devel:languages:python
- Adjust Requires

OBS-URL: https://build.opensuse.org/request/show/507115
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=82
2017-06-29 15:50:58 +00:00
Jan Matejek
0918ec2a28 Accepting request 507113 from home:tbechtold:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/507113
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=81
2017-06-29 15:37:32 +00:00
Todd R
04dd5168d3 Accepting request 493488 from home:TheBlackCat:branches:devel:languages:python
- Fix update-alternatives.

OBS-URL: https://build.opensuse.org/request/show/493488
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=79
2017-05-08 15:39:30 +00:00
Todd R
85f4e554af Accepting request 493082 from home:TheBlackCat:branches:devel:languages:python
Fix old obsoletes/provides.

OBS-URL: https://build.opensuse.org/request/show/493082
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=78
2017-05-05 21:09:39 +00:00
Todd R
1eb7626aa3 Accepting request 490866 from devel:languages:python:singlespec
- update for singlespec
- run tests for all python versions
- include python-enum34 for test compatibility

OBS-URL: https://build.opensuse.org/request/show/490866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=77
2017-04-24 20:54:10 +00:00
62261ffc42 Accepting request 458459 from home:tbechtold:branches:devel:languages:python
- update to 1.5.2:
  * See http://www.sphinx-doc.org/en/stable/changes.html
- Adjust Requires and BuildRequires

OBS-URL: https://build.opensuse.org/request/show/458459
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=75
2017-02-16 11:48:07 +00:00
0086599558 Accepting request 363059 from home:stroeder:branches:devel:languages:python
update to 1.3.6

OBS-URL: https://build.opensuse.org/request/show/363059
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=73
2016-03-02 20:12:40 +00:00
Todd R
fcf26c39ec Accepting request 359916 from home:TheBlackCat:branches:devel:languages:python
Add fix_some_testcase_error_with_pygments-2.1.1.patch
Fixes tests with python-Pygments 2.1.1.

OBS-URL: https://build.opensuse.org/request/show/359916
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=71
2016-02-17 09:13:39 +00:00
Jan Matejek
b51e64f6b4 Accepting request 355775 from home:stroeder:branches:devel:languages:python
update to 1.3.5 (requires python-pygments >= 2.1, see request #355773)

OBS-URL: https://build.opensuse.org/request/show/355775
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=69
2016-01-25 17:43:52 +00:00
Jan Matejek
a01484ae05 Accepting request 353282 from home:stroeder:branches:devel:languages:python
update to upstream release 1.3.4 (successfully tested on Tumbleweed x86_64)

OBS-URL: https://build.opensuse.org/request/show/353282
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=67
2016-01-13 16:23:50 +00:00
53d02ffa13 Accepting request 348526 from home:stroeder:branches:devel:languages:python
This will only work in Factory/Tumbleweed because of BuildRequires: python-Pygments >= 2.0

OBS-URL: https://build.opensuse.org/request/show/348526
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=65
2015-12-17 13:38:15 +00:00
Todd R
caf947ac7a Accepting request 331498 from home:TheBlackCat:branches:devel:languages:python
Don't buildrequires latex-related stuff.

OBS-URL: https://build.opensuse.org/request/show/331498
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=63
2015-09-16 13:16:36 +00:00
Todd R
8197791258 Accepting request 329816 from home:TheBlackCat:branches:devel:languages:python
Split latex-related stuff into its own subpackage so we can depend on the necessary latex components.

OBS-URL: https://build.opensuse.org/request/show/329816
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=62
2015-09-09 07:25:00 +00:00
Todd R
f748cef8f1 Accepting request 319414 from home:frispete:python
minor change, but tired of carrying around...

OBS-URL: https://build.opensuse.org/request/show/319414
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=60
2015-07-29 13:26:03 +00:00
Todd R
3463f6252d Accepting request 318952 from home:seife:OpenStack:Master
fix build on CentOS/RHEL

OBS-URL: https://build.opensuse.org/request/show/318952
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=59
2015-07-27 14:32:26 +00:00
Todd R
80296645d7 Accepting request 314395 from home:TheBlackCat:branches:devel:languages:python
- Fix directory for man update-alternatives
- Suggests are poorly-supported in openSUSE so use Recommends

OBS-URL: https://build.opensuse.org/request/show/314395
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=57
2015-06-29 14:14:41 +00:00
Michal Čihař
9b09f19733 Accepting request 295782 from home:alarrosa:branches:KDE:Frameworks5
- Added python-six as a requirement, not only as build requirement.
  This fixes compilation of packages that require python-Sphinx and fail
  because python-six is not available

OBS-URL: https://build.opensuse.org/request/show/295782
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=56
2015-04-14 11:02:24 +00:00
Denisart Benjamin
a43ae1908e Accepting request 295355 from home:termim:branches:devel:languages:python
update to 1.3.1

OBS-URL: https://build.opensuse.org/request/show/295355
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=55
2015-04-13 13:33:30 +00:00
Todd R
948c98fac9 Accepting request 248215 from home:TheBlackCat:branches:devel:languages:python
Update to 1.2.3

OBS-URL: https://build.opensuse.org/request/show/248215
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=53
2014-09-09 17:03:22 +00:00
Denisart Benjamin
fe00a967aa Accepting request 224882 from home:Nijel:branches:devel:languages:python
- Update to 1.2.2:
  - PR#211: When checking for existence of the html_logo file, check the full
    relative path and not the basename.
  - PR#212: Fix traceback with autodoc and __init__ methods without docstring.
  - PR#213: Fix a missing import in the setup command.
  - #1357: Option names documented by option are now again allowed to not start
    with a dash or slash, and referencing them will work correctly.
  - #1358: Fix handling of image paths outside of the source directory when
    using the “wildcard” style reference.
  - #1374: Fix for autosummary generating overly-long summaries if first line
    doesn’t end with a period.
  - #1383: Fix Python 2.5 compatibility of sphinx-apidoc.
  - #1391: Actually prevent using “pngmath” and “mathjax” extensions at the
    same time in sphinx-quickstart.
  - #1386: Fix bug preventing more than one theme being added by the entry
    point mechanism.
  - #1370: Ignore “toctree” nodes in text writer, instead of raising.
  - #1364: Fix ‘make gettext’ fails when the ‘.. todolist::’ directive is
    present.
  - #1367: Fix a change of PR#96 that break
    sphinx.util.docfields.Field.make_field interface/behavior for item argument
    usage.

OBS-URL: https://build.opensuse.org/request/show/224882
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=51
2014-03-06 18:01:31 +00:00
Sascha Peilicke
182c2682a3 - Update to version 1.2.1
+ See CHANGES
- Fix update-alternatives usage
- Removed sphinx-setup_command_unicode.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=50
2014-02-11 14:17:09 +00:00
Sascha Peilicke
e58853863a - Fix %preun update-alternatives, used wrong master
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=48
2013-11-18 09:06:15 +00:00
Sascha Peilicke
7f26011c3f - Only ghost /etc/alternatives on 12.3 or newer
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=47
2013-11-15 12:17:49 +00:00
Sascha Peilicke
c4d8a9803f - Add sphinx-setup_command_unicode.patch: Backport of
https://bitbucket.org/birkenfeld/sphinx/pull-request/193/

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=45
2013-11-13 14:54:33 +00:00
Sascha Peilicke
44b2c9490d fixup
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=43
2013-11-06 11:49:52 +00:00
Sascha Peilicke
4deeb18527 fixup
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=42
2013-11-06 11:49:20 +00:00
Sascha Peilicke
5f35dda70d - Updateo version 1.2b3:
+ The Sphinx error log files will now include a list of the loaded extensions
    for help in debugging.
  + PR#154: Remove "sphinx" prefix from LaTeX class name except 'sphinxmanual'
    and 'sphinxhowto'. Now you can use your custom document class without
    'sphinx' prefix. Thanks to Erik B.
  + #1265: Fix i18n: crash when translating a section name that is pointed to from
    a named target.
  + A wrong condition broke the search feature on first page that is usually
    index.rst.  This issue was introduced in 1.2b1.
  + #703: When Sphinx can't decode filenames with non-ASCII characters, Sphinx now
    catches UnicodeError and will continue if possible instead of raising the
    exception.
- Changes from version 1.2b2 and prior:
  + See CHANGES file
- Own /etc/alternatives/sphinx-* by ghosting (update-alternatives)
  
  * PR#40: Fix safe_repr function to decode bytestrings with non-ASCII
  * PR#37: Allow configuring sphinx-apidoc via SPHINX_APIDOC_OPTIONS.
  * #864: Fix crash with some settings of :confval:modindex_common_prefix.
  * #862: Fix handling of -D and -A options on Python 3.
  * #831: Provide --project flag in setup_command as advertised.
  * #873: Fix assertion errors with empty only directives.
  * #805: Make the Sphinx.add_index_to_domain method work correctly.
  * #599: Import PIL as from PIL import Image.
  * #571: Implement ~ cross-reference prefix for the C domain.
  * Fix traceback with only directives preceded by targets.
  * Fix JavaScript domain links to objects with $ in their name.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=41
2013-11-06 11:47:17 +00:00
Sascha Peilicke
2f717976c9 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=39
2013-10-24 11:14:56 +00:00
Sascha Peilicke
40ddee7c63 revert
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=37
2013-09-16 13:40:02 +00:00
Sascha Peilicke
933f53a54b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=36 2013-09-16 13:39:00 +00:00