Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sphinx to 1.7.2 #174

Merged
merged 1 commit into from
Mar 22, 2018
Merged

Update sphinx to 1.7.2 #174

merged 1 commit into from
Mar 22, 2018

Conversation

pyup-bot
Copy link
Collaborator

This PR updates Sphinx from 1.7.1 to 1.7.2.

Changelog

1.7.2

=====================================

Incompatible changes
--------------------
* 4520: apidoc: folders with an empty __init__.py are no longer excluded from
TOC

Bugs fixed
----------

* 4669: sphinx.build_main and sphinx.make_main throw NameError
* 4685: autosummary emits meaningless warnings
* autodoc: crashed when invalid options given
* pydomain: always strip parenthesis if empty (refs: 1042)
* 4689: autosummary: unexpectedly strips docstrings containing "i.e."
* 4701: viewcode: Misplaced ``<div>`` in viewcode html output
* 4444: Don't require numfig to use :numref: on sections
* 4727: Option clash for package textcomp
* 4725: Sphinx does not work with python 3.5.0 and 3.5.1
* 4716: Generation PDF file with TexLive on Windows, file not found error
* 4574: vertical space before equation in latex
* 4720: message when an image is mismatched for builder is not clear
* 4655, 4684: Incomplete localization strings in Polish and Chinese
* 2286: Sphinx crashes when error is happens in rendering HTML pages
* 4688: Error to download remote images having long URL
* 4754: sphinx/pycode/__init__.py raises AttributeError
* 1435: qthelp builder should htmlescape keywords
* epub: Fix docTitle elements of toc.ncx is not escaped
* 4520: apidoc: Subpackage not in toc (introduced in 1.6.6) now fixed
Links

@coveralls
Copy link

coveralls commented Mar 21, 2018

Coverage Status

Coverage remained the same at 70.493% when pulling b8b7601 on pyup-update-sphinx-1.7.1-to-1.7.2 into c8a0a4a on master.

@nicfit nicfit merged commit 28c3d1f into master Mar 22, 2018
@nicfit nicfit deleted the pyup-update-sphinx-1.7.1-to-1.7.2 branch March 22, 2018 23:07
nicfit added a commit that referenced this pull request Mar 27, 2018
* 'master' of github.com:nicfit/eyeD3:
  Update pytest from 3.4.2 to 3.5.0 (#175)
  Update twine from 1.10.0 to 1.11.0 (#173)
  Update sphinx from 1.7.1 to 1.7.2 (#174)
  Update sphinxcontrib-paverutils from 1.16.0 to 1.17.0 (#172)
  Update pytest-runner from 4.0 to 4.2 (#171)
nicfit added a commit that referenced this pull request Mar 28, 2018
commit e01d4e4
Author: Travis Shirk <travis@pobox.com>
Date:   Tue Mar 27 18:39:15 2018 -0600

    py27 "fixes"

commit 77066ab
Author: Travis Shirk <travis@pobox.com>
Date:   Tue Mar 27 18:33:35 2018 -0600

    Release prep.. !wip

commit db3a369
Author: Travis Shirk <travis@pobox.com>
Date:   Tue Mar 27 18:08:07 2018 -0600

    new: dev: New test and prep. Closes #76

commit 1d3eb74
Author: Travis Shirk <travis@pobox.com>
Date:   Tue Mar 27 18:07:18 2018 -0600

    new: Mp3AudioFile.initTag now returns the new tag.

commit 06d9f16
Author: Travis Shirk <travis@pobox.com>
Date:   Tue Mar 27 17:07:53 2018 -0600

    fix: Handle missing `fcntl` on Windows. Fixes #135.

commit a91f2f8
Merge: 92150a0 8cc5690
Author: Travis Shirk <travis@pobox.com>
Date:   Mon Mar 26 22:48:56 2018 -0600

    Merge branch 'master' of github.com:nicfit/eyeD3

    * 'master' of github.com:nicfit/eyeD3:
      Update pytest from 3.4.2 to 3.5.0 (#175)
      Update twine from 1.10.0 to 1.11.0 (#173)
      Update sphinx from 1.7.1 to 1.7.2 (#174)
      Update sphinxcontrib-paverutils from 1.16.0 to 1.17.0 (#172)
      Update pytest-runner from 4.0 to 4.2 (#171)

commit 92150a0
Author: Travis Shirk <travis@pobox.com>
Date:   Mon Mar 26 21:10:25 2018 -0600

    fix: In addition to None, "" will now clear dates.

commit 8cc5690
Author: pyup.io bot <github-bot@pyup.io>
Date:   Fri Mar 23 20:50:38 2018 +0100

    Update pytest from 3.4.2 to 3.5.0 (#175)

commit f9130a8
Author: pyup.io bot <github-bot@pyup.io>
Date:   Fri Mar 23 00:07:53 2018 +0100

    Update twine from 1.10.0 to 1.11.0 (#173)

commit 28c3d1f
Author: pyup.io bot <github-bot@pyup.io>
Date:   Fri Mar 23 00:07:37 2018 +0100

    Update sphinx from 1.7.1 to 1.7.2 (#174)

commit 58ff1b9
Author: pyup.io bot <github-bot@pyup.io>
Date:   Thu Mar 22 18:01:40 2018 +0100

    Update sphinxcontrib-paverutils from 1.16.0 to 1.17.0 (#172)

commit c8a0a4a
Author: pyup.io bot <github-bot@pyup.io>
Date:   Sun Mar 18 17:25:58 2018 +0100

    Update pytest-runner from 4.0 to 4.2 (#171)

commit f877ae4
Merge: da02459 bc16a97
Author: Travis Shirk <travis@pobox.com>
Date:   Sat Mar 10 08:28:39 2018 -0700

    Merge branch 'master' of github.com:nicfit/eyeD3

    * 'master' of github.com:nicfit/eyeD3:
      Update twine from 1.9.1 to 1.10.0 (#168)
      Update pytest from 3.4.1 to 3.4.2 (#167)

commit da02459
Author: Travis Shirk <travis@pobox.com>
Date:   Sat Mar 3 22:44:48 2018 -0700

    Clean pytest_cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants