| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump to 1.4.9 finalv1.4.91.4 | Takeshi KOMIYA | 2016-11-23 | 1 | -2/+2 |
| | | |||||
| * | Fix style-check violations | Takeshi KOMIYA | 2016-11-23 | 1 | -4/+4 |
| | | |||||
| * | Remove unused file | Takeshi KOMIYA | 2016-11-23 | 1 | -580/+0 |
| | | |||||
| * | Fix #3164: Change search order of ``sphinx.ext.inheritance_diagram`` | Takeshi KOMIYA | 2016-11-23 | 1 | -38/+44 |
| | | |||||
| * | inheritance_diagram: Move _import_class_or_module() method to function | Takeshi KOMIYA | 2016-11-23 | 1 | -46/+47 |
| | | |||||
| * | Fix #3117: LaTeX writer crashes if admonition is placed before first section ↵ | Takeshi KOMIYA | 2016-11-23 | 2 | -29/+609 |
| | | | | | title | ||||
| * | Fix imgmath: crashes on showing error messages if image generation failed | Takeshi KOMIYA | 2016-11-21 | 2 | -4/+6 |
| | | |||||
| * | refs #3093: revert non-related changed line | shimizukawa | 2016-11-20 | 1 | -1/+1 |
| | | |||||
| * | * #3093: gettext build broken on image node under ``note`` directive. | shimizukawa | 2016-11-20 | 1 | -0/+1 |
| | | |||||
| * | refs #3093: gettext build broken on substituted images. | shimizukawa | 2016-11-20 | 2 | -2/+4 |
| | | |||||
| * | Merge pull request #3161 from jfbu/fixmissingspace | Takeshi KOMIYA | 2016-11-20 | 1 | -1/+1 |
| |\ | | | | | Add missing trailing space in French translation | ||||
| | * | Add missing trailing space in French translation | jfbu | 2016-11-19 | 1 | -1/+1 |
| | | | |||||
| * | | fix #3150 | Yoshiki Shibukawa | 2016-11-19 | 3 | -2/+122 |
| |/ | |||||
| * | insert blank line(s) to adapt latest flake8/pycodestyle | shimizukawa | 2016-11-16 | 17 | -1/+20 |
| | | |||||
| * | Fix #3135: ``sphinx.ext.autodoc`` crashes with plain Callable | Takeshi KOMIYA | 2016-11-13 | 1 | -1/+3 |
| | | |||||
| * | Add missing trailing space in italian translation | Lele Gaifax | 2016-11-11 | 1 | -1/+1 |
| | | |||||
| * | Fix py3.6b3 crashes with empty Callable annotation | Takeshi KOMIYA | 2016-11-06 | 1 | -1/+1 |
| | | |||||
| * | Fix #3111: autodoc crashes with python3.6b3 | Takeshi KOMIYA | 2016-11-02 | 1 | -1/+8 |
| | | | | | Since 3.6b3, structure of typing.Callable has been changed. | ||||
| * | fix calling convention for debu arguments | Bryan Van de Ven | 2016-11-02 | 1 | -1/+1 |
| | | | | | | The message string has two placeholders, the debug args need to be unpacked so that all the placeholders are filled. | ||||
| * | Allow the '=' character in the -D option of sphinx-build.py | Daniel | 2016-10-20 | 1 | -1/+1 |
| | | |||||
| * | Fix #3058: Using the same 'caption' attribute in multiple 'toctree' ↵ | Takeshi KOMIYA | 2016-10-17 | 1 | -4/+1 |
| | | | | | directives results in warning / error | ||||
| * | Bump version | Takeshi KOMIYA | 2016-10-02 | 1 | -3/+3 |
| | | |||||
| * | Bump to 1.4.8 finalv1.4.8 | Takeshi KOMIYA | 2016-10-02 | 1 | -2/+2 |
| | | |||||
| * | Bump version | Takeshi KOMIYA | 2016-10-01 | 1 | -3/+3 |
| | | |||||
| * | Bump to 1.4.7 finalv1.4.7 | Takeshi KOMIYA | 2016-10-01 | 1 | -3/+3 |
| | | |||||
| * | Fix autodoc misdetect typing with py3.6 | Takeshi KOMIYA | 2016-09-29 | 1 | -3/+3 |
| | | |||||
| * | Fix #2968: autodoc: show-inheritance option breaks docstrings | Takeshi KOMIYA | 2016-09-29 | 14 | -7/+7 |
| | | |||||
| * | Merge pull request #2962 from kakkojc/fix_longtable_label_bug | Takeshi KOMIYA | 2016-09-17 | 1 | -0/+2 |
| |\ | | | | | Fix label missing bug in longtable environment | ||||
| | * | Fix label missing bug in longtable environment | Kazufumi Aoki | 2016-09-16 | 1 | -0/+2 |
| | | | |||||
| * | | Fix #2931: code-block directive with same :caption: causes warning of ↵ | Takeshi KOMIYA | 2016-09-17 | 1 | -2/+0 |
| |/ | | | | duplicate target | ||||
| * | Quickstart should return an error consistently on all error conditions | Arcadiy Ivanov | 2016-09-14 | 1 | -3/+3 |
| | | | | | fixes #2955, connected to #2955 | ||||
| * | Fix relative paths in intersphinx links | Andrey Golovizin | 2016-09-14 | 1 | -1/+1 |
| | | |||||
| * | Fix #2873: code-block overflow in latex (due to commas) | jfbu | 2016-09-02 | 1 | -0/+3 |
| | | | | | | | | | | The potential linebreaks at commas in code lines were not inserted due to latex kernel macro ``\@noligs`` which is issued by fancyvrb.sty during its line processing. From the default `` `<>,'- ``, only the backtick is left to be handled by ``\@noligs`` because the others are either already replaced by a macro by Pygments, or (only the comma) made active by sphinx.sty to insert potential linebreaks. | ||||
| * | mathbase: Generate \label only if label exists | Takeshi KOMIYA | 2016-09-01 | 1 | -1/+2 |
| | | |||||
| * | Fix could not reference equations if ``:nowrap:`` option specified | Takeshi KOMIYA | 2016-09-01 | 1 | -1/+2 |
| | | |||||
| * | Fix #1462: autosummary warns for namedtuple with attribute with trailing ↵ | Takeshi KOMIYA | 2016-08-30 | 2 | -1/+20 |
| | | | | | underscore | ||||
| * | Fix #2917: inline code is hyphenated on HTML | Takeshi KOMIYA | 2016-08-29 | 1 | -0/+7 |
| | | |||||
| * | Fix epub result: skip creating links from image tags to original image files. | Yoshiki Shibukawa | 2016-08-27 | 2 | -2/+5 |
| | | |||||
| * | Fix hasdoc() function in Jinja2 template. | Yoshiki Shibukawa | 2016-08-27 | 1 | -1/+11 |
| | | |||||
| * | epub: add auto generated orphan documents to spine with linear=no | Yoshiki Shibukawa | 2016-08-27 | 1 | -0/+15 |
| | | |||||
| * | #2902: jsdump.loads fails to load search index if keywords starts with ↵ | Takeshi KOMIYA | 2016-08-27 | 1 | -1/+1 |
| | | | | | underscore | ||||
| * | linkcheck: Fall back to a GET request on 403 status | Tony Kelman | 2016-08-22 | 1 | -2/+2 |
| | | | | | | | stable branch version of 2f46c7899ca03597bd5b563b085f2bd8c685899a Add changelog entry | ||||
| * | Merge pull request #2879 from shibukawa/fix/searchsplitter | Takeshi KOMIYA | 2016-08-22 | 1 | -1/+1 |
| |\ | | | | | fix #2856: use same regex word splitter in Python and JS | ||||
| | * | fix #2856: use same regex word splitter in Python and JS | Yoshiki Shibukawa | 2016-08-20 | 1 | -1/+1 |
| | | | |||||
| * | | flatten genindex columns' height | Yoshiki Shibukawa | 2016-08-20 | 2 | -1/+23 |
| |/ | |||||
| * | Bump version | Takeshi KOMIYA | 2016-08-20 | 1 | -2/+2 |
| | | |||||
| * | Bump to 1.4.6 finalv1.4.6 | Takeshi KOMIYA | 2016-08-20 | 1 | -3/+3 |
| | | |||||
| * | Use a deep copy of the initial_data for a domain so that updates to its ↵ | Erik M. Bray | 2016-08-19 | 1 | -1/+3 |
| | | | | | internal data structures aren't reflected in initial_data | ||||
| * | Fix #2846: ``singlehtml`` builder does not include figure numbers | Takeshi KOMIYA | 2016-08-17 | 2 | -4/+33 |
| | | |||||
| * | Fix parsing errors for caption of code-blocks are displayed in document ↵ | Takeshi KOMIYA | 2016-08-12 | 1 | -2/+15 |
| | | | | | (ref: #2845) | ||||
