summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Bump to 1.3.2 finalv1.3.2Takayuki Shimizukawa2015-11-291-3/+3
* MecabBinder should support both of Python 2 and 3.Tomoko Uchida2015-11-291-3/+6
* Update CHANGES for #2140Takeshi KOMIYA2015-11-291-1/+4
* Fix #2140: footnotes in caption of table has broken in LaTeXTakeshi KOMIYA2015-11-291-9/+24
* Fix #2140: footnotes in table has broken in LaTeXTakeshi KOMIYA2015-11-291-2/+15
* Fix #1818: `sphinx.ext.todo` directive generates broken html class attribute ...shimizukawa2015-11-291-1/+8
* Fixes #1884: plug-in html themes cannot inherit another plug-in themeshimizukawa2015-11-221-3/+2
* refactoring for #2121shimizukawa2015-11-211-35/+22
* Fix alignments...Tomoko Uchida2015-11-211-20/+20
* Replace tab characters with spaces.Tomoko Uchida2015-11-211-58/+58
* Remove old (current) codes.Tomoko Uchida2015-11-211-59/+0
* Fix performTermsSearch function for multiple words search.Tomoko Uchida2015-11-211-2/+102
* Fixed #1974: UnboundLocalError: local variable 'domain' referenced before ass...shimizukawa2015-11-171-0/+1
* Fixed #2102: On Windows + Py3, using ``|today|`` and non-ASCII date format wi...shimizukawa2015-10-271-2/+9
* On Py2 environment, conf.py that is generated by sphinx-quickstart should hav...shimizukawa2015-10-261-2/+2
* Fix "make blahblah" on Windows indicate help messages for sphinx-build every ...shimizukawa2015-09-131-2/+2
* Fix #1994: More supporting non-standard parser (like recommonmark parser) for...shimizukawa2015-09-134-10/+32
* Closes #1987: Fix ampersand is ignored in ``:menuselection:`` and ``:guilabel...Takeshi KOMIYA2015-09-011-0/+3
* Remove unused method: LaTeXTranslator.generate_contentsname()Takeshi KOMIYA2015-08-211-6/+0
* Remove debug printTakeshi KOMIYA2015-08-211-3/+0
* Fix flake8 violationTakeshi KOMIYA2015-08-211-1/+3
* Close #1990: Use caption of toctree to title of \tableofcontents in LaTeXTakeshi KOMIYA2015-08-212-10/+34
* Fix: "building [mo]" status indicates absolute path instead of relative from ...shimizukawa2015-08-091-1/+5
* Fixes #1983: i18n translation feature breaks references which uses section name.shimizukawa2015-08-091-2/+4
* Fix #1540: Fix RuntimeError with circular referenced toctreeTakeshi KOMIYA2015-08-095-22/+24
* Fixes #1725: On py2 environment, doctest with using non-ASCII characters caus...shimizukawa2015-08-021-14/+46
* Fix.Georg Brandl2015-07-251-1/+1
* Fixed #1798: Fix building LaTeX with references in titles.Georg Brandl2015-07-251-2/+6
* Fixed #1855: make gettext generates broken po file for definition lists with ...shimizukawa2015-07-251-0/+14
* Fix: ``make text`` will crush if a definition list item has more than 1 class...shimizukawa2015-07-251-4/+5
* remove old patch for docutils. it's fixed at docutils-0.10shimizukawa2015-07-251-11/+0
* Closes #1903: Fix strange id generation for glossary terms.Georg Brandl2015-07-251-1/+1
* Closes #1942: Fix a KeyError in websupport.Georg Brandl2015-07-251-0/+2
* Fixes #1923: Use babel features only if the babel latex element is nonempty.Georg Brandl2015-07-251-2/+6
* Fixed #1796: On py3, automated .mo building cause UnicodeDecodeError.shimizukawa2015-07-255-9/+16
* Fixes #1915: Do not generate smart quotes in doc field type annotations.Georg Brandl2015-07-251-3/+4
* Closes #1949: Use ``safe_getattr`` in the coverage builder to avoid aborting ...Georg Brandl2015-07-251-1/+5
* fix message when calling sphinx-build without argumentsGeorg Brandl2015-07-251-6/+1
* Closes #1840: [Napoleon] Fixes Google style parsing to only match section hea...Rob Ruana2015-07-241-3/+5
* Closes #1871: fix for latex writer with multirow and 1-column tables.Georg Brandl2015-07-241-0/+1
* One way to work around the lack of html.parser.HTMLParserError in Python 3.5Barry Warsaw2015-07-241-1/+11
* Merge pull request #1866 from pjxiao/feature-1780Takayuki SHIMIZUKAWA2015-07-111-2/+0
|\
| * Fix #1780: Remove duplicated "class" and "exception" keywords from text builderTakayuki Hirai2015-04-281-2/+0
* | Merge pull request #1819 from pjxiao/feature-1793Takayuki SHIMIZUKAWA2015-07-111-0/+3
|\ \
| * | Fix #1793: Add new line before first item of listTakayuki Hirai2015-03-301-0/+3
* | | FIX: Only check if members is TrueEric Larson2015-07-051-1/+1
* | | the release is canceled.shimizukawa2015-07-051-3/+3
* | | Merge pull request #1935 from bgeron/allow-override-latex-numfig_formatTakeshi KOMIYA2015-06-261-1/+1
|\ \ \
| * | | Allow overriding 'numfig_format' for LaTeX output in latex_elementsBram Geron2015-06-221-1/+1
* | | | Add warning when setup() return value is unsupportedGeorg Brandl2015-06-111-0/+3