summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to 1.5.6 finalv1.5.61.5Takeshi KOMIYA2017-05-152-16/+4
* Fix #3721: Copright "owner" instead of "holder" in licenseTakeshi KOMIYA2017-05-141-1/+1
* Update CHANGESjfbu2017-05-131-0/+1
* Fix (old!) typo in latex Makefile: ARCHIVEPREFIX was misspelledjfbu2017-05-131-1/+1
* Merge pull request #3744 from tk0miya/3320_warnings_for_container_typesTakeshi KOMIYA2017-05-134-2/+14
|\
| * Fix #3320: Warning about reference target not being found for container typesTakeshi KOMIYA2017-05-134-2/+14
|/
* Update CHANGES for PR #3732Takeshi KOMIYA2017-05-121-0/+1
* Merge pull request #3732 from bryevdv/bryevdv/3731_protect_isenumclassTakeshi KOMIYA2017-05-121-1/+1
|\
| * Protect isenumclass predicate against non-class argumentsBryan Van de Ven2017-05-111-1/+1
|/
* Update warning message (refs: #3524)Takeshi KOMIYA2017-05-071-3/+5
* Update CHANGES for PR #3717Takeshi KOMIYA2017-05-071-0/+1
* Fix flake8 violationTakeshi KOMIYA2017-05-071-1/+0
* Merge pull request #3717 from njsmith/favicon-png-is-okTakeshi KOMIYA2017-05-071-2/+0
|\
| * Stop enforcing that favicon's must be .icoNathaniel J. Smith2017-05-071-2/+0
* | Merge pull request #3712 from tk0miya/3708_latex_allows_irc_schemeTakeshi KOMIYA2017-05-072-13/+10
|\ \ | |/ |/|
| * Fix #3708: LaTeX writer allows irc schemeTakeshi KOMIYA2017-05-062-13/+10
|/
* Change slightly console output of LaTeX deprecation macrojfbu2017-05-051-5/+8
* Update CHANGES for PR #3703jfbu2017-05-051-0/+1
* Merge pull request #3703 from jfbu/sphinxlegendJean-François B2017-05-053-3/+12
|\
| * Fix #3702: abstract LaTeX styling of figure legends into sphinxlegendjfbu2017-05-043-3/+12
|/
* Fix duplicate entry in CHANGES (in 1.5a1 Incompatible changes)jfbu2017-05-021-4/+2
* Update CHANGES for PR #2454 (refs: 3691)Takeshi KOMIYA2017-05-031-0/+1
* Fix #3685: AttributeError when using 3rd party domainsTakeshi KOMIYA2017-05-032-1/+3
* Better handling of titlesec 2.10.1's bug (ref #3241)jfbu2017-05-011-5/+24
* refs #3588: No compact (p tag) html output in the i18n document build even wh...shimizukawa2017-05-012-4/+12
* Merge pull request #3679 from tk0miya/update_doc_versionTakeshi KOMIYA2017-04-282-2/+2
|\
| * Fix the unreleased version number is shown (refs: #3678, #3027)Takeshi KOMIYA2017-04-282-2/+2
* | Merge pull request #3675 from tk0miya/3657_epub_builder_crashesTakeshi KOMIYA2017-04-272-1/+2
|\ \ | |/ |/|
| * Fix #3657: EPUB builder crashes if document startswith genindex existsTakeshi KOMIYA2017-04-272-1/+2
|/
* Merge pull request #3665 from jfbu/fixfullineitemslabelsepJean-François B2017-04-252-14/+8
|\
| * Fix #3664 relative to ``\labelsep`` setting in LaTeX fulllineitemsjfbu2017-04-252-14/+8
|/
* Fix #3618: autodoc crashes with tupled argumentsTakeshi KOMIYA2017-04-112-4/+14
* Revert "add appveyor for testing on Windows"shimizukawa2017-04-101-11/+0
* add appveyor for testing on Windowsshimizukawa2017-04-101-0/+11
* Fix #3614: Sphinx crashes with requests-2.5.0Takeshi KOMIYA2017-04-082-2/+14
* Remove Sphinx.egg-info on `make clean`Takeshi KOMIYA2017-04-061-0/+1
* Bump versionTakeshi KOMIYA2017-04-042-3/+21
* Bump to 1.5.5 finalv1.5.5Takeshi KOMIYA2017-04-042-16/+4
* Update CHANGESTakeshi KOMIYA2017-04-041-0/+1
* Merge pull request #3602 from shirou/change-mathjax-cdnTakeshi KOMIYA2017-04-041-1/+1
|\
| * change Mathjax CDN URL.WAKAYAMA Shirou2017-04-031-1/+1
|/
* Fix #3597: python domain raises UnboundLocalError if invalid name givenTakeshi KOMIYA2017-04-022-2/+3
* Bump versionTakeshi KOMIYA2017-04-022-3/+21
* egg_info: drop --no-svn-revision option because it has been deprecatedv1.5.4Takeshi KOMIYA2017-04-021-1/+1
* Bump to 1.5.4 finalTakeshi KOMIYA2017-04-022-13/+4
* Remove a line in CHANGES for 1.5.4 upcoming releasejfbu2017-03-301-1/+0
* Merge pull request #3585 from eric-wieser/escape-autosummaryTakeshi KOMIYA2017-03-298-8/+72
|\
| * BUG: Fix autosummary of members with a trailing underscoreEric Wieser2017-03-268-8/+72
* | Merge pull request #3518 from agjohnson/fix-singlehtml-empty-toctreeTakeshi KOMIYA2017-03-295-1/+23
|\ \
| * | Add another test for empty toctreeAnthony Johnson2017-03-293-1/+3