summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Bump to 1.6b3v1.6b3Takeshi KOMIYA2017-05-071-2/+2
* Merge branch 'stable' into 1.6-releaseTakeshi KOMIYA2017-05-072-16/+9
|\
| * Update warning message (refs: #3524)Takeshi KOMIYA2017-05-071-3/+5
| * 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
| * | Fix #3708: LaTeX writer allows irc schemeTakeshi KOMIYA2017-05-061-13/+9
| |/
* | Merge branch '1.6-release' into 3633_misdetect_unreferenced_citationsTakeshi KOMIYA2017-05-0736-84/+154
|\ \
| * | Cherry-pick #3699 into 1.6-release branchTakeshi KOMIYA2017-05-071-0/+34
| * | Merge pull request #3714 from iacchus/1.6-releaseTakeshi KOMIYA2017-05-071-1/+1
| |\ \
| | * | please see #3700Iacchus Mercurius2017-05-071-1/+1
| * | | Update type annotations for new mypyTakeshi KOMIYA2017-05-0724-34/+33
| |/ /
| * | Merge branch 'stable' into 1.6-releasejfbu2017-05-051-5/+8
| |\ \ | | |/
| | * Change slightly console output of LaTeX deprecation macrojfbu2017-05-051-5/+8
| * | Merge branch 'stable' into 1.6-releasejfbu2017-05-053-5/+6
| |\ \ | | |/
| | * Fix #3702: abstract LaTeX styling of figure legends into sphinxlegendjfbu2017-05-042-2/+4
| | * Fix #3685: AttributeError when using 3rd party domainsTakeshi KOMIYA2017-05-031-1/+2
| * | Fix CSSContainer.insert() should convert strings to Stylesheet objectsTakeshi KOMIYA2017-05-031-2/+5
| * | Fix CSSContainer should call super methodTakeshi KOMIYA2017-05-031-1/+1
| * | Fix #3683: Failed to build document if builder.css_file.insert() is calledTakeshi KOMIYA2017-05-031-0/+6
| * | Define (again) deprecated `notice` environment for 1.6 seriesjfbu2017-05-031-0/+8
| * | Remove deprecated latex features at 1.7jfbu2017-05-032-18/+0
| * | Separate latexmk and pdflatex options for better controljfbu2017-05-033-10/+12
| * | By default, ``make latexpdf`` will try to ignore LaTeX errorsjfbu2017-05-033-8/+8
| * | Fix typo (again)jfbu2017-05-021-1/+1
| * | Fix typojfbu2017-05-021-1/+2
| * | Fix typo in sphinxcontrib-websupportMartin Hasoň2017-05-021-2/+2
| * | Merge branch 'stable' into 1.6-releasejfbu2017-05-011-5/+24
| |\ \ | | |/
| | * 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-011-4/+10
| * | refs #3588: No compact (p tag) html output in the i18n document build even wh...shimizukawa2017-05-011-4/+10
| * | Fix dependency errorsTakeshi KOMIYA2017-04-302-4/+10
| * | Bump versionTakeshi KOMIYA2017-04-291-3/+3
| * | Bump to 1.6b2v1.6b2Takeshi KOMIYA2017-04-291-2/+2
* | | Mark as experimentalTakeshi KOMIYA2017-05-071-1/+1
* | | Fix #3633: misdetect unreferenced citationsTakeshi KOMIYA2017-04-295-15/+46
|/ /
* | make websupport-dependency optionalTakeshi KOMIYA2017-04-291-7/+12
* | Merge branch 'stable' into 1.6-releaseTakeshi KOMIYA2017-04-291-1/+1
|\ \ | |/
| * Fix #3657: EPUB builder crashes if document startswith genindex existsTakeshi KOMIYA2017-04-271-1/+1
* | extract messagesshimizukawa2017-04-291-200/+600
* | Merge pull request #3663 from tk0miya/3662_deprecate_builder.css_filesTakeshi KOMIYA2017-04-271-1/+35
|\ \
| * | Move deprecation warningTakeshi KOMIYA2017-04-271-3/+6
| * | Fix #3662: ``builder.css_files`` is deprecatedTakeshi KOMIYA2017-04-251-1/+32
* | | Fix #3669: gettext builder fails with "ValueError: substring not found"Takeshi KOMIYA2017-04-271-8/+12
* | | Also monkey-patch the educate_tokens from DocutilsDmitry Shachnev2017-04-251-0/+131
* | | Remove bulk_text_processors methods, they are no longer neededDmitry Shachnev2017-04-252-12/+0
* | | Backport fixes for French quotes from docutilsDmitry Shachnev2017-04-251-0/+6
* | | Deprecate the html_use_smartypants optionDmitry Shachnev2017-04-252-3/+9
* | | Remove sphinxquotedblleft and sphinxquotedblright, no longer neededDmitry Shachnev2017-04-251-4/+0
* | | Monkey patch docutils’ educateQuotes function to fix apostrophes handlingDmitry Shachnev2017-04-252-0/+144