| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix #5948: LaTeX: duplicated labels are generated for sections | Takeshi KOMIYA | 2019-02-03 | 2 | -0/+6 |
| | | |||||
| * | Merge pull request #6009 from tk0miya/4611_add_testcase_for_html_style | Takeshi KOMIYA | 2019-02-03 | 5 | -1/+13 |
| |\ | | | | | Separate testcase for html_style to single case from root | ||||
| | * | Separate testcase for html_style to single case from root | Takeshi KOMIYA | 2019-02-03 | 5 | -1/+13 |
| | | | |||||
| * | | Merge pull request #6008 from tk0miya/4611_use_simple_svg | Takeshi KOMIYA | 2019-02-03 | 5 | -780/+10 |
| |\ \ | | | | | | | test: Replace SVG image by simple one | ||||
| | * | | test: Replace SVG image by simple one | Takeshi KOMIYA | 2019-02-03 | 5 | -780/+10 |
| | |/ | | | | | | | | | | | Old SVG image contains non standard tags and attributes. Therefore, epubcheck warns it as invalid. To avoid the warnings, this replaces it by very simple one. | ||||
| * | | texinfo: remove DOTs from name if name contains other characters | Takeshi KOMIYA | 2019-02-03 | 1 | -1/+1 |
| | | | |||||
| * | | Add testcase for TexinfoTranslator.escape_id() | Takeshi KOMIYA | 2019-02-03 | 1 | -0/+19 |
| |/ | |||||
| * | Fix #5995: autodoc: autodoc_mock_imports conflict with metaclass | Takeshi KOMIYA | 2019-02-02 | 1 | -0/+23 |
| | | |||||
| * | refactor: compile .mo file only if needed on testing | Takeshi KOMIYA | 2019-01-20 | 1 | -1/+3 |
| | | |||||
| * | LaTeX: remove usage of \scalebox by incorporating scale in height/width | jfbu | 2019-01-14 | 1 | -1/+1 |
| | | | | | Closes: #5954 | ||||
| * | Fix an error with pytest-4.x | Takeshi KOMIYA | 2019-01-12 | 1 | -1/+1 |
| | | |||||
| * | C++, parse all fold expressions | Jakob Lykke Andersen | 2019-01-06 | 1 | -3/+8 |
| | | |||||
| * | C++ fixes | Jakob Lykke Andersen | 2019-01-06 | 1 | -6/+17 |
| | | | | | | | | - Hyperlinks for declarations involving east cv-qualifiers. - Duplicate declaration error on function templates with constraints in the return type. Fixes sphinx-doc/sphinx#5755 | ||||
| * | 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 | -22/+22 |
| | | | | | | | | | | | | | | | | | | 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 |
| | | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 84 | -84/+84 |
| | | |||||
| * | #5605 fix Chinese search index (#5611) | Timotheus Kampik | 2018-12-25 | 2 | -0/+21 |
| | | | | generate search index for Latin words correctly if search language is Chinese | ||||
| * | refactor chm_htmlescape() | Takeshi KOMIYA | 2018-12-24 | 1 | -1/+29 |
| | | |||||
| * | don't generate build files inside /tests/roots/ | animalize | 2018-12-23 | 1 | -24/+5 |
| | | |||||
| * | [1.8] htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files ↵ | animalize | 2018-12-23 | 4 | -0/+132 |
| | | | | | | | | (#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: `'` -> `'`. | ||||
| * | Fix #5800: todo: crashed if todo is defined in TextElement | Takeshi KOMIYA | 2018-12-22 | 2 | -5/+19 |
| | | |||||
| * | Merge pull request #5835 from goerz/1.8 | Takeshi KOMIYA | 2018-12-18 | 1 | -1/+1 |
| |\ | | | | | Use mathjax CDN "latest" URL by default | ||||
| | * | Use mathjax CDN "latest" URL by default | Michael Goerz | 2018-12-17 | 1 | -1/+1 |
| | | | | | | | | | Closes #5725 | ||||
| * | | [tests] LaTeX: use latex engines with ``--halt-on-error`` option | jfbu | 2018-12-18 | 1 | -0/+1 |
| |/ | |||||
| * | Fix invalid escape sequence in test_directive_code.py | Jon Dufresne | 2018-12-17 | 1 | -1/+1 |
| | | | | | | | | | Fixes error when running tests: tests/test_directive_code.py:359 sphinx/tests/test_directive_code.py:359: DeprecationWarning: invalid escape sequence \s includes = '\\end{sphinxVerbatim}\n\sphinxresetverbatimhllines\n' | ||||
| * | Merge branch 'cpp_fix_float_literals' into 1.8 | Jakob Lykke Andersen | 2018-12-16 | 1 | -2/+14 |
| |\ | |||||
| | * | C++, fix parsing of floating point literals | Jakob Lykke Andersen | 2018-12-16 | 1 | -2/+14 |
| | | | | | | | | | Fixes sphinx-doc/sphinx#5636 | ||||
| * | | LaTeX: allow sphinxVerbatim usage without explicit "hllines" extra setup | jfbu | 2018-12-16 | 4 | -4/+3 |
| |/ | | | | Fixes: #5810 | ||||
| * | Fix #5659: linkcheck: crashes for a hyperlink containing multibyte character | Takeshi KOMIYA | 2018-11-25 | 1 | -2/+2 |
| | | |||||
| * | LaTeX: compatibility with caption package, 2nd part | jfbu | 2018-11-18 | 2 | -0/+2 |
| | | | | | | | | Ensure same vertical spaces above caption for tabular(y) and longtable rendered tables. Fixes: #5520 | ||||
| * | Merge branch '1.8' into 5520_latex_caption_package | Jean-François B | 2018-11-14 | 2 | -2/+20 |
| |\ | |||||
| | * | Fix "invalid escape sequence" warnings emitted during tests | Jon Dufresne | 2018-11-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | sphinx/tests/test_quickstart.py:221: DeprecationWarning: invalid escape sequence '\*' content = filename.bytes().decode('unicode-escape') sphinx/tests/test_quickstart.py:221: DeprecationWarning: invalid escape sequence '\`' content = filename.bytes().decode('unicode-escape') | ||||
| | * | Fix #5614: autodoc: incremental build is broken when builtin modules are ↵ | Takeshi KOMIYA | 2018-11-13 | 1 | -1/+19 |
| | | | | | | | | | imported | ||||
| * | | LaTeX: compatibility with caption package | jfbu | 2018-11-13 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This compatibility is mainly re-instored for convenience of user to style the fonts used for the caption, and also possibly influence the horizontal position via "width" or "margin" option of caption package (attention that caption package obeys the document class tacit "twoside" option, so if left and right margins are not set-up to be the same, positioning of caption will depend on parity of the page number). Regarding vertical skips, for captions placed on top (which is the table templates default and also the literalblockcappos default), this commit ensures that the vertical spacing separating the caption last baseline to the top of framing is governed by \sphinxbelowcaptionspace in all these three cases: tabular(y), longtable, literal blocks; the "skip" option of caption package is ignored for them. The "skip" is obeyed for the spacing between an image and its caption, which currently in Sphinx is always below the image (no customization of the figure caption vertical placement is currently available). If literalblockcappos is "b" (captions follow code-blocks), this commit removes the caption-package added \abovecaptionskip, so that "skip" is also ignored for code-blocks in this case. This looks better due to the extra space already added by the framing of the code-block and achieves same spacing as without caption package (presumably loaded mainly to style the fonts used for the caption). However in future maybe caption's package "skip" should be obeyed for "literalblock" caption type. Fixes: 5520 | ||||
| * | test: Filter warnings on testing | Takeshi KOMIYA | 2018-11-12 | 4 | -0/+6 |
| | | |||||
| * | Merge pull request #5600 from tk0miya/3080_invalid_texinfo | Takeshi KOMIYA | 2018-11-09 | 5 | -0/+51 |
| |\ | | | | | Fix #3080: multiline rubrics and citations are broken in texinfo builder | ||||
| | * | Fix #3080: texinfo: multiline citations are broken | Takeshi KOMIYA | 2018-11-08 | 3 | -0/+28 |
| | | | |||||
| | * | Fix #3080: texinfo: multiline rubric is broken | Takeshi KOMIYA | 2018-11-08 | 3 | -0/+23 |
| | | | |||||
| * | | LaTeX: add styling to general index, similar to domain indices | jfbu | 2018-10-31 | 1 | -10/+16 |
| |/ | | | | Closes: #5579. Also closes #5576. | ||||
| * | Fix #3002: i18n: multiple footnote_references referring same footnote causes ↵ | Takeshi KOMIYA | 2018-11-01 | 3 | -5/+12 |
| | | | | | duplicated node_ids | ||||
| * | Fix invalid escape sequence \d in test (refs #5513) | jfbu | 2018-10-30 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #5536 from tk0miya/5497_install_mathjax_only_if_needed | Takeshi KOMIYA | 2018-10-25 | 1 | -1/+20 |
| |\ | | | | | Fix #5497: Do not include MathJax.js and jsmath.js unless it is really needed | ||||
| | * | Fix #5497: Do not include MathJax.js and jsmath.js unless it is really needed | Takeshi KOMIYA | 2018-10-17 | 1 | -1/+20 |
| | | | |||||
| * | | Fix #5480: autodoc: unable to find type hints for unresolvable Forward ↵ | Takeshi KOMIYA | 2018-10-15 | 2 | -1/+9 |
| |/ | | | | references | ||||
| * | Fix #5498: autodoc: unable to find type hints for a ``functools.partial`` | Takeshi KOMIYA | 2018-10-14 | 1 | -0/+1 |
| | | |||||
| * | Fix #3704: wrong ``\label`` positioning for figures with a legend | jfbu | 2018-10-07 | 2 | -1/+4 |
| | | |||||
| * | Fix #5432: py domain: :type: field can't process :term: references | Takeshi KOMIYA | 2018-09-22 | 2 | -1/+11 |
| | | |||||
| * | Merge branch '1.8' into 5431_warnings_for_callable | Takeshi KOMIYA | 2018-09-18 | 3 | -28/+39 |
| |\ | |||||
| | * | Fix #5436: Autodoc does not work with enum subclasses with properties/methods | Takeshi KOMIYA | 2018-09-18 | 2 | -0/+10 |
| | | | |||||
