summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Bump to 1.4.9 finalv1.4.91.4Takeshi KOMIYA2016-11-231-2/+2
* Fix style-check violationsTakeshi KOMIYA2016-11-231-4/+4
* Remove unused fileTakeshi KOMIYA2016-11-231-580/+0
* Fix #3164: Change search order of ``sphinx.ext.inheritance_diagram``Takeshi KOMIYA2016-11-231-38/+44
* inheritance_diagram: Move _import_class_or_module() method to functionTakeshi KOMIYA2016-11-231-46/+47
* Fix #3117: LaTeX writer crashes if admonition is placed before first section ...Takeshi KOMIYA2016-11-232-29/+609
* Fix imgmath: crashes on showing error messages if image generation failedTakeshi KOMIYA2016-11-212-4/+6
* refs #3093: revert non-related changed lineshimizukawa2016-11-201-1/+1
* * #3093: gettext build broken on image node under ``note`` directive.shimizukawa2016-11-201-0/+1
* refs #3093: gettext build broken on substituted images.shimizukawa2016-11-202-2/+4
* Merge pull request #3161 from jfbu/fixmissingspaceTakeshi KOMIYA2016-11-201-1/+1
|\
| * Add missing trailing space in French translationjfbu2016-11-191-1/+1
* | fix #3150Yoshiki Shibukawa2016-11-193-2/+122
|/
* insert blank line(s) to adapt latest flake8/pycodestyleshimizukawa2016-11-1617-1/+20
* Fix #3135: ``sphinx.ext.autodoc`` crashes with plain CallableTakeshi KOMIYA2016-11-131-1/+3
* Add missing trailing space in italian translationLele Gaifax2016-11-111-1/+1
* Fix py3.6b3 crashes with empty Callable annotationTakeshi KOMIYA2016-11-061-1/+1
* Fix #3111: autodoc crashes with python3.6b3Takeshi KOMIYA2016-11-021-1/+8
* fix calling convention for debu argumentsBryan Van de Ven2016-11-021-1/+1
* Allow the '=' character in the -D option of sphinx-build.pyDaniel2016-10-201-1/+1
* Fix #3058: Using the same 'caption' attribute in multiple 'toctree' directive...Takeshi KOMIYA2016-10-171-4/+1
* Bump versionTakeshi KOMIYA2016-10-021-3/+3
* Bump to 1.4.8 finalv1.4.8Takeshi KOMIYA2016-10-021-2/+2
* Bump versionTakeshi KOMIYA2016-10-011-3/+3
* Bump to 1.4.7 finalv1.4.7Takeshi KOMIYA2016-10-011-3/+3
* Fix autodoc misdetect typing with py3.6Takeshi KOMIYA2016-09-291-3/+3
* Fix #2968: autodoc: show-inheritance option breaks docstringsTakeshi KOMIYA2016-09-2914-7/+7
* Merge pull request #2962 from kakkojc/fix_longtable_label_bugTakeshi KOMIYA2016-09-171-0/+2
|\
| * Fix label missing bug in longtable environmentKazufumi Aoki2016-09-161-0/+2
* | Fix #2931: code-block directive with same :caption: causes warning of duplica...Takeshi KOMIYA2016-09-171-2/+0
|/
* Quickstart should return an error consistently on all error conditionsArcadiy Ivanov2016-09-141-3/+3
* Fix relative paths in intersphinx linksAndrey Golovizin2016-09-141-1/+1
* Fix #2873: code-block overflow in latex (due to commas)jfbu2016-09-021-0/+3
* mathbase: Generate \label only if label existsTakeshi KOMIYA2016-09-011-1/+2
* Fix could not reference equations if ``:nowrap:`` option specifiedTakeshi KOMIYA2016-09-011-1/+2
* Fix #1462: autosummary warns for namedtuple with attribute with trailing unde...Takeshi KOMIYA2016-08-302-1/+20
* Fix #2917: inline code is hyphenated on HTMLTakeshi KOMIYA2016-08-291-0/+7
* Fix epub result: skip creating links from image tags to original image files.Yoshiki Shibukawa2016-08-272-2/+5
* Fix hasdoc() function in Jinja2 template.Yoshiki Shibukawa2016-08-271-1/+11
* epub: add auto generated orphan documents to spine with linear=noYoshiki Shibukawa2016-08-271-0/+15
* #2902: jsdump.loads fails to load search index if keywords starts with unders...Takeshi KOMIYA2016-08-271-1/+1
* linkcheck: Fall back to a GET request on 403 statusTony Kelman2016-08-221-2/+2
* Merge pull request #2879 from shibukawa/fix/searchsplitterTakeshi KOMIYA2016-08-221-1/+1
|\
| * fix #2856: use same regex word splitter in Python and JSYoshiki Shibukawa2016-08-201-1/+1
* | flatten genindex columns' heightYoshiki Shibukawa2016-08-202-1/+23
|/
* Bump versionTakeshi KOMIYA2016-08-201-2/+2
* Bump to 1.4.6 finalv1.4.6Takeshi KOMIYA2016-08-201-3/+3
* Use a deep copy of the initial_data for a domain so that updates to its inter...Erik M. Bray2016-08-191-1/+3
* Fix #2846: ``singlehtml`` builder does not include figure numbersTakeshi KOMIYA2016-08-172-4/+33
* Fix parsing errors for caption of code-blocks are displayed in document (ref:...Takeshi KOMIYA2016-08-121-2/+15