| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump to 1.8.4 finalv1.8.4 | Takeshi KOMIYA | 2019-02-03 | 1 | -2/+2 |
| | | |||||
| * | Fix #5948: LaTeX: duplicated labels are generated for sections | Takeshi KOMIYA | 2019-02-03 | 1 | -3/+2 |
| | | |||||
| * | texinfo: remove DOTs from name if name contains other characters | Takeshi KOMIYA | 2019-02-03 | 1 | -0/+3 |
| | | |||||
| * | Allow periods in texinfo node names | Brandon T. Willard | 2019-02-03 | 1 | -1/+1 |
| | | | | | Closes #5871. | ||||
| * | Fix #5995: autodoc: autodoc_mock_imports conflict with metaclass | Takeshi KOMIYA | 2019-02-02 | 1 | -1/+1 |
| | | |||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2019-02-01 | 2 | -6/+6 |
| | | |||||
| * | Fix #5958: versionadded directive causes crash with Python 3.5.0 | Takeshi KOMIYA | 2019-01-25 | 1 | -8/+5 |
| | | |||||
| * | Closes: #5960 | jfbu | 2019-01-17 | 1 | -1/+7 |
| | | | | | Mumble | ||||
| * | Merge pull request #5955 from jfbu/latex_remove_scalebox | Jean-François B | 2019-01-17 | 1 | -20/+32 |
| |\ | | | | | LaTeX: remove usage of \scalebox by incorporating scale in height/width | ||||
| | * | Make mypy happy, but I protest ! | jfbu | 2019-01-14 | 1 | -5/+5 |
| | | | | | | | | | modified: sphinx/writers/latex.py | ||||
| | * | LaTeX: remove usage of \scalebox by incorporating scale in height/width | jfbu | 2019-01-14 | 1 | -20/+32 |
| | | | | | | | | | Closes: #5954 | ||||
| * | | Fix mypy violations | Takeshi KOMIYA | 2019-01-17 | 4 | -4/+4 |
| |/ | |||||
| * | Merge branch '1.8' into 5231_pofiles_build_failure_on_windows | Takeshi KOMIYA | 2019-01-13 | 1 | -1/+40 |
| |\ | |||||
| | * | Merge pull request #5939 from jfbu/latex_fix_tall_image_in_admonition | Jean-François B | 2019-01-13 | 1 | -1/+40 |
| | |\ | | | | | | | LaTeX: \sphinxsafeincludegraphics for sphinxShadowBox/sphinxheavybox | ||||
| | | * | LaTeX: \sphinxsafeincludegraphics for sphinxShadowBox/sphinxheavybox | jfbu | 2019-01-12 | 1 | -1/+40 |
| | | | | | | | | | | | | | Fixes: #5936 | ||||
| * | | | Fix #5231: "make html" does not read and build "po" files in "locale" dir | Takeshi KOMIYA | 2019-01-13 | 1 | -0/+3 |
| |/ / | |||||
| * | | Merge branch '1.8' into fix_parse_eggfile_on_windows | Takeshi KOMIYA | 2019-01-12 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fix #5928: KeyError: 'DOCUTILSCONFIG' when running build | Takeshi KOMIYA | 2019-01-12 | 1 | -1/+1 |
| | | | |||||
| * | | Fix pycode could not handle egg files on windows | Takeshi KOMIYA | 2019-01-12 | 1 | -2/+4 |
| |/ | |||||
| * | mypy fix? | Jakob Lykke Andersen | 2019-01-06 | 1 | -2/+2 |
| | | |||||
| * | C++, parse all fold expressions | Jakob Lykke Andersen | 2019-01-06 | 1 | -9/+56 |
| | | |||||
| * | C++ fixes | Jakob Lykke Andersen | 2019-01-06 | 1 | -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 registered | Dmitry Shachnev | 2019-01-06 | 1 | -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 anyhow | jfbu | 2019-01-05 | 1 | -2/+2 |
| | | |||||
| * | LaTeX do not strip spaces from numfig_format split at %s | jfbu | 2019-01-04 | 1 | -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_format | jfbu | 2019-01-04 | 1 | -2/+2 |
| | | |||||
| * | Merge branch '1.8' into latex_checkmark | Jean-François B | 2019-01-02 | 253 | -266/+267 |
| |\ | |||||
| | * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 252 | -252/+252 |
| | | | |||||
| | * | Fix various spelling typos | jfbu | 2018-12-27 | 5 | -14/+15 |
| | | | |||||
| * | | LaTeX: escape Unicode HEAVY CHECK MARK into latex macros | jfbu | 2018-12-27 | 1 | -0/+1 |
| |/ | | | | Closes: #3707 | ||||
| * | #5605 fix Chinese search index (#5611) | Timotheus Kampik | 2018-12-25 | 1 | -2/+16 |
| | | | | generate search index for Latin words correctly if search language is Chinese | ||||
| * | Bump version | Takeshi KOMIYA | 2018-12-26 | 1 | -3/+3 |
| | | |||||
| * | Bump to 1.8.3 finalv1.8.3 | Takeshi KOMIYA | 2018-12-26 | 1 | -3/+3 |
| | | |||||
| * | refactor chm_htmlescape() | Takeshi KOMIYA | 2018-12-24 | 1 | -18/+16 |
| | | |||||
| * | [1.8] htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files ↵ | animalize | 2018-12-23 | 1 | -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_sphinxmaketitle | Jean-François B | 2018-12-23 | 3 | -5/+7 |
| |\ | | | | | LaTeX: ``\sphinxmaketitle`` and optional ``\sphinxbackoftitlepage`` | ||||
| | * | Update date and version of LaTeX class files | jfbu | 2018-12-22 | 2 | -2/+2 |
| | | | |||||
| | * | LaTeX: ``\sphinxmaketitle`` and optional ``\sphinxbackoftitlepage`` | jfbu | 2018-12-21 | 3 | -3/+5 |
| | | | | | | | | | Closes: #5849 | ||||
| * | | Fix #5800: todo: crashed if todo is defined in TextElement | Takeshi KOMIYA | 2018-12-22 | 1 | -1/+4 |
| |/ | |||||
| * | Merge branch '1.8' into 5834_apidoc_wrong_help | Takeshi KOMIYA | 2018-12-20 | 1 | -0/+1 |
| |\ | |||||
| | * | Fix flake8 violation in conf.py | Takeshi KOMIYA | 2018-12-20 | 1 | -0/+1 |
| | | | |||||
| * | | Fix #5834: apidoc: wrong help for --tocfile | Takeshi KOMIYA | 2018-12-19 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #5829 from tk0miya/5724_setlocale_failure | Takeshi KOMIYA | 2018-12-18 | 5 | -5/+26 |
| |\ | | | | | Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is empty | ||||
| | * | Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is empty | Takeshi KOMIYA | 2018-12-17 | 5 | -5/+26 |
| | | | |||||
| * | | Use mathjax CDN "latest" URL by default | Michael Goerz | 2018-12-17 | 1 | -1/+1 |
| |/ | | | | Closes #5725 | ||||
| * | C++, fix assertion in partial builds with duplicates | Jakob Lykke Andersen | 2018-12-16 | 1 | -13/+31 |
| | | | | | Fixes sphinx-doc/sphinx#5496 | ||||
| * | Merge branch 'cpp_fix_float_literals' into 1.8 | Jakob Lykke Andersen | 2018-12-16 | 1 | -1/+12 |
| |\ | |||||
| | * | C++, fix parsing of floating point literals | Jakob Lykke Andersen | 2018-12-16 | 1 | -1/+12 |
| | | | | | | | | | Fixes sphinx-doc/sphinx#5636 | ||||
| * | | LaTeX: allow sphinxVerbatim usage without explicit "hllines" extra setup | jfbu | 2018-12-16 | 2 | -4/+10 |
| |/ | | | | Fixes: #5810 | ||||
| * | LaTeX update a comment about inputenc | jfbu | 2018-12-11 | 1 | -0/+3 |
| | | |||||
