summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Collapse)AuthorAgeFilesLines
* Bump to 1.8.4 finalv1.8.4Takeshi KOMIYA2019-02-031-2/+2
|
* Fix #5948: LaTeX: duplicated labels are generated for sectionsTakeshi KOMIYA2019-02-031-3/+2
|
* texinfo: remove DOTs from name if name contains other charactersTakeshi KOMIYA2019-02-031-0/+3
|
* Allow periods in texinfo node namesBrandon T. Willard2019-02-031-1/+1
| | | | Closes #5871.
* Fix #5995: autodoc: autodoc_mock_imports conflict with metaclassTakeshi KOMIYA2019-02-021-1/+1
|
* Fix flake8 violationsTakeshi KOMIYA2019-02-012-6/+6
|
* Fix #5958: versionadded directive causes crash with Python 3.5.0Takeshi KOMIYA2019-01-251-8/+5
|
* Closes: #5960jfbu2019-01-171-1/+7
| | | | Mumble
* Merge pull request #5955 from jfbu/latex_remove_scaleboxJean-François B2019-01-171-20/+32
|\ | | | | LaTeX: remove usage of \scalebox by incorporating scale in height/width
| * Make mypy happy, but I protest !jfbu2019-01-141-5/+5
| | | | | | | | modified: sphinx/writers/latex.py
| * LaTeX: remove usage of \scalebox by incorporating scale in height/widthjfbu2019-01-141-20/+32
| | | | | | | | Closes: #5954
* | Fix mypy violationsTakeshi KOMIYA2019-01-174-4/+4
|/
* Merge branch '1.8' into 5231_pofiles_build_failure_on_windowsTakeshi KOMIYA2019-01-131-1/+40
|\
| * Merge pull request #5939 from jfbu/latex_fix_tall_image_in_admonitionJean-François B2019-01-131-1/+40
| |\ | | | | | | LaTeX: \sphinxsafeincludegraphics for sphinxShadowBox/sphinxheavybox
| | * LaTeX: \sphinxsafeincludegraphics for sphinxShadowBox/sphinxheavyboxjfbu2019-01-121-1/+40
| | | | | | | | | | | | Fixes: #5936
* | | Fix #5231: "make html" does not read and build "po" files in "locale" dirTakeshi KOMIYA2019-01-131-0/+3
|/ /
* | Merge branch '1.8' into fix_parse_eggfile_on_windowsTakeshi KOMIYA2019-01-121-1/+1
|\ \ | |/
| * Fix #5928: KeyError: 'DOCUTILSCONFIG' when running buildTakeshi KOMIYA2019-01-121-1/+1
| |
* | Fix pycode could not handle egg files on windowsTakeshi KOMIYA2019-01-121-2/+4
|/
* mypy fix?Jakob Lykke Andersen2019-01-061-2/+2
|
* C++, parse all fold expressionsJakob Lykke Andersen2019-01-061-9/+56
|
* C++ fixesJakob Lykke Andersen2019-01-061-7/+16
| | | | | | | - Hyperlinks for declarations involving east cv-qualifiers. - Duplicate declaration error on function templates with constraints in the return type. Fixes sphinx-doc/sphinx#5755
* Fix warning message when a node class is already registeredDmitry Shachnev2019-01-061-1/+1
| | | | | | | | | self._setting_up_extension is a list, we should only take its last item. This is what add_directive() and add_role() already do. Otherwise the message looks like this: while setting up extension ['?', 'myextension']: ...
* Remove some spaces added in last commit, which are ignored anyhowjfbu2019-01-051-2/+2
|
* LaTeX do not strip spaces from numfig_format split at %sjfbu2019-01-041-12/+10
| | | | | | | | | | | | | | | | | Only for figure and table, currently. Code-bloks have some FIXME code to still be handled. PDF output should remain unchanged so this is backwards compatible. The `\nobreakspace` from LaTeX default `\fnum@figure` is removed by a normal space. If figname is an abbreviation, the dot is followed by a `\@` to avoid double space. At the location where the `\@` is inserted the `@` has catcode non-letter so a space after it is not swallowed. MEMO: when this is will be moved to sphinxmessages.sty on master branch it is needed to use `\@{}` or to modify locally catcode of `@` to avoid space swallowing.. Closes: #5889
* Fix LaTeX writer handling of user custom numfig_formatjfbu2019-01-041-2/+2
|
* Merge branch '1.8' into latex_checkmarkJean-François B2019-01-02253-266/+267
|\
| * A happy new year!Takeshi KOMIYA2019-01-02252-252/+252
| |
| * Fix various spelling typosjfbu2018-12-275-14/+15
| |
* | LaTeX: escape Unicode HEAVY CHECK MARK into latex macrosjfbu2018-12-271-0/+1
|/ | | | Closes: #3707
* #5605 fix Chinese search index (#5611)Timotheus Kampik2018-12-251-2/+16
| | | generate search index for Latin words correctly if search language is Chinese
* Bump versionTakeshi KOMIYA2018-12-261-3/+3
|
* Bump to 1.8.3 finalv1.8.3Takeshi KOMIYA2018-12-261-3/+3
|
* refactor chm_htmlescape()Takeshi KOMIYA2018-12-241-18/+16
|
* [1.8] htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files ↵animalize2018-12-231-3/+22
| | | | | | | (#5853) * htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files .hhc/.hhk files don't recognize hex escaping, we need convert hex escaping to decimal escaping. for example: `'` -> `'`.
* Merge pull request #5850 from jfbu/latex_sphinxmaketitleJean-François B2018-12-233-5/+7
|\ | | | | LaTeX: ``\sphinxmaketitle`` and optional ``\sphinxbackoftitlepage``
| * Update date and version of LaTeX class filesjfbu2018-12-222-2/+2
| |
| * LaTeX: ``\sphinxmaketitle`` and optional ``\sphinxbackoftitlepage``jfbu2018-12-213-3/+5
| | | | | | | | Closes: #5849
* | Fix #5800: todo: crashed if todo is defined in TextElementTakeshi KOMIYA2018-12-221-1/+4
|/
* Merge branch '1.8' into 5834_apidoc_wrong_helpTakeshi KOMIYA2018-12-201-0/+1
|\
| * Fix flake8 violation in conf.pyTakeshi KOMIYA2018-12-201-0/+1
| |
* | Fix #5834: apidoc: wrong help for --tocfileTakeshi KOMIYA2018-12-191-1/+1
|/
* Merge pull request #5829 from tk0miya/5724_setlocale_failureTakeshi KOMIYA2018-12-185-5/+26
|\ | | | | Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is empty
| * Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is emptyTakeshi KOMIYA2018-12-175-5/+26
| |
* | Use mathjax CDN "latest" URL by defaultMichael Goerz2018-12-171-1/+1
|/ | | | Closes #5725
* C++, fix assertion in partial builds with duplicatesJakob Lykke Andersen2018-12-161-13/+31
| | | | Fixes sphinx-doc/sphinx#5496
* Merge branch 'cpp_fix_float_literals' into 1.8Jakob Lykke Andersen2018-12-161-1/+12
|\
| * C++, fix parsing of floating point literalsJakob Lykke Andersen2018-12-161-1/+12
| | | | | | | | Fixes sphinx-doc/sphinx#5636
* | LaTeX: allow sphinxVerbatim usage without explicit "hllines" extra setupjfbu2018-12-162-4/+10
|/ | | | Fixes: #5810
* LaTeX update a comment about inputencjfbu2018-12-111-0/+3
|