summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to 1.3.6 finalv1.3.61.3shimizukawa2016-02-292-5/+5
* fix for `make style-check`shimizukawa2016-02-291-121/+121
* Fix #2019: the domain objects in search result are not escapedTakeshi KOMIYA2016-02-293-1/+16
* Merge pull request #2359 from atzeinicola/stableGeorg Brandl2016-02-281-1/+1
|\
| * issue #2357atzeinicola2016-02-281-1/+1
|/
* Merge pull request #2333 from EricFromCanada/stableTakeshi KOMIYA2016-02-231-2/+2
|\
| * make conf.py's html_favicon description match docsEricFromCanada2016-02-171-2/+2
* | Don't show option-role warnings in 1.3.x tooTakeshi KOMIYA2016-02-205-6/+2
* | Fix #2329: Refresh environment forcely if source directory has changedTakeshi KOMIYA2016-02-203-2/+5
* | fix testsGeorg Brandl2016-02-192-2/+0
* | Dont show highlighting warning in 1.3.x. This is a "feature-like" change.Georg Brandl2016-02-192-3/+2
|/
* Closes #2324: Print a hint how to increase the recursion limit when it is hit.Georg Brandl2016-02-162-0/+9
* Fix #2290: ``sphinx.ext.mathbase`` use of amsfonts may break user choice of m...Takeshi KOMIYA2016-02-153-1/+9
* Fix some testcase get error with pygments-2.1.1Takeshi KOMIYA2016-02-151-2/+13
* enable travis cachingAlex Gaynor2016-02-141-0/+4
* Fix UnicodeDecodeError if autodoc crashed on importing codes including multib...Takeshi KOMIYA2016-02-111-1/+3
* Fix equations are not centering in traditional theme (ref: #2294)Takeshi KOMIYA2016-02-111-0/+10
* Fix equations are not centering in scrolls theme (ref: #2294)Takeshi KOMIYA2016-02-111-0/+10
* Fix equations are not centering in agogo theme (ref: #2294)Takeshi KOMIYA2016-02-111-0/+10
* Fix equations are not centering in haiku theme (ref: #2294)Takeshi KOMIYA2016-02-111-0/+5
* Make sure to iterate obj_dict's keys using list, not viewGunWoo Choi2016-02-091-3/+4
* Update CHANGES for #1873, #1876, #2278shimizukawa2016-02-091-0/+7
* Add suffix to HTML context. Fixes #1873Eric Holscher2016-02-092-0/+9
* Fix #2287: `sphinx.transforms.Locale` always uses rst parser. Sphinx i18n fea...shimizukawa2016-02-096-110/+160
* Fix #2292: Some footnotes disappear from LaTeX outputTakeshi KOMIYA2016-02-086-13/+42
* Fix #2291: pdflatex "Counter too large" error from footnotes inside tables of...Takeshi KOMIYA2016-02-075-8/+38
* Closes #2295: Avoid mutating dictionary errors while enumerating members in a...Georg Brandl2016-02-042-1/+3
* Merge pull request #2289 from Xarthisius/race_fixGeorg Brandl2016-02-021-4/+2
|\
| * Use ensuredir() for creating directories within BuildEnvironment.read_docKacper Kowalik (Xarthisius)2016-02-021-4/+2
|/
* Fix documentation for 'mo auto build".shimizukawa2016-01-301-2/+1
* Fix documentation for 'mo auto build".shimizukawa2016-01-301-2/+8
* Fix #2265: babel is used in spite of disabling it on ``latex_elements``Takeshi KOMIYA2016-01-273-5/+26
* Update CHANGES (ref: #2264)Takeshi KOMIYA2016-01-261-1/+2
* fix typosshimizukawa2016-01-241-2/+2
* Bump versionshimizukawa2016-01-242-3/+10
* Bump to 1.3.5 finalv1.3.5shimizukawa2016-01-242-5/+5
* Remove Babel._ISO639_TO_BABEL; deprecated at docutils-0.8Takeshi KOMIYA2016-01-241-5/+0
* Fix warning message for ``:numref:`` if target is in orphaned doc (ref: #2244)Takeshi KOMIYA2016-01-232-1/+10
* Merge pull request #2261 from mitya57/stableGeorg Brandl2016-01-221-2/+2
|\
| * transforms: Don't try to call has_child on parent nodes that are NoneDmitry Shachnev2016-01-221-2/+2
|/
* Fix typo in quickstartJakub Wilk2016-01-221-1/+1
* Fix TOC is not shown when no ``:maxdepth:`` for toctrees (ref: #771)Takeshi KOMIYA2016-01-213-2/+25
* Fix #2253: ``:pyobject:`` option of ``literalinclude`` directive can't detect...shimizukawa2016-01-205-1/+62
* Update CHANGES for PR #2211Takeshi KOMIYA2016-01-201-0/+1
* Merge pull request #2211 from tk0miya/1574_fix_errors_by_merged_cellTakeshi KOMIYA2016-01-201-0/+19
|\
| * Fix paragraphs in table cell doesn't work in Latex output (ref #1574)Takeshi KOMIYA2016-01-031-0/+19
* | Merge pull request #2097 from mitya57/stableTakayuki SHIMIZUKAWA2016-01-191-3/+2
|\ \
| * | Make alabaster and sphinx_rtd_theme dependencies optionalDmitry Shachnev2016-01-191-3/+2
|/ /
* | Fix #1565: Show warning if Pygments throws an ErrorTokenTakeshi KOMIYA2016-01-185-2/+15
* | Fix tests are broken with pygments-2.1Takeshi KOMIYA2016-01-182-5/+7