summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leak during parallel writing with multiplied warnings.Georg Brandl2014-12-312-3/+9
|
* Fix copy-paste error.Georg Brandl2014-12-311-1/+1
|
* Fix: make-mode didn't work on Win32 platform if sphinx was installed by ↵shimizukawa2014-12-191-1/+10
| | | | wheel package.
* fix syntax :/shimizukawa2014-12-051-1/+1
|
* bump versionshimizukawa2014-12-051-3/+3
|
* Fix again. Sections which depth are lower than :tocdepth: should not be ↵shimizukawa2014-12-051-23/+25
| | | | shown on localtoc sidebar. Closes #1251
* Merged in lehmannro/sphinx-warnconfig (pull request #314)Takayuki Shimizukawa2014-12-042-2/+28
|\ | | | | | | Check configuration values for their types
| * Fix type checking for subclass scenarios.Robert Lehmann2014-11-051-3/+3
| |
| * Remove references to outdated warning category.Robert Lehmann2014-10-311-1/+1
| |
| * Remove superfluous warning category.Robert Lehmann2014-10-301-8/+2
| |
| * Checked configuration values for their types. Fixes #1150.Robert Lehmann2014-10-303-4/+36
| |
* | replace PIL with Pillow.shimizukawa2014-12-031-1/+1
| |
* | Fix again for fffbcba0b. We should keep original env.update() return value ↵shimizukawa2014-11-272-3/+3
| | | | | | | | type as list-of-docnames-that-ordered-in-order-to-read.
* | Merge headstk0miya2014-11-272-2/+1
|\ \
| * | Fix: rebuilding cause crash unexpectedly when source files were added. The ↵shimizukawa2014-11-252-2/+1
| | | | | | | | | | | | problem appeared at fffbcba0b.
* | | Fix #1607: Sphinx crashes on building latexpdf with "howto" classtk0miya2014-11-241-1/+5
|/ /
* | merge with stableGeorg Brandl2014-11-171-2/+2
|\ \
| * | Closes #1372: use https URL for PEPs and RFCsGeorg Brandl2014-11-171-2/+2
| | |
* | | Closes #1623: Return types specified with ``:rtype:`` are now turned into ↵Georg Brandl2014-11-122-21/+41
| | | | | | | | | | | | links if possible.
* | | Deprecate make_admonition.Georg Brandl2014-11-091-5/+5
| | |
* | | merge with stableGeorg Brandl2014-11-072-53/+38
|\ \ \ | |/ /
| * | Fix :confval:`autodoc_docstring_signature` not working with signaturesGeorg Brandl2014-11-072-53/+38
| | | | | | | | | | | | in class docstrings.
* | | merge with stableGeorg Brandl2014-11-061-1/+2
|\ \ \ | |/ /
| * | Closes #1619: missing in_production_list check for latex writerGeorg Brandl2014-11-061-1/+2
| | |
* | | Merge with stable.Georg Brandl2014-11-041-3/+2
|\ \ \ | |/ /
| * | Fix #1610: Sphinx cause AttributeError when MeCab search option is enabled ↵shimizukawa2014-10-291-3/+2
| | | | | | | | | | | | and python-mecab is not installed.
* | | Closes #1611: actually use "argv" argument again in cmdline.main.Georg Brandl2014-11-041-1/+1
| |/ |/|
* | Fix #1603 :numref: doesn't work correctly when label contain underscoretk0miya2014-10-271-4/+4
| | | | | | | | | | | | If label contains underscore, the underscores are replaced with hyphens on normalization. :numref: confuses the normalization with explicit notation. This fix uses `target` variable insted of labelid to check the role is explicit or not.
* | Closes #1597: Added possibility to return a new template name from ↵Georg Brandl2014-10-232-6/+11
| | | | | | | | `html-page-context`.
* | Closes #1593: fix quickstart -F.Georg Brandl2014-10-201-0/+1
| |
* | Closes #1602: allow overriding lambda values with stringsGeorg Brandl2014-10-201-2/+4
| |
* | Guard against sys.exit() called while exec()ing the conf.py file.Georg Brandl2014-10-191-0/+5
| |
* | improve css for figureshimizukawa2014-10-201-0/+9
| |
* | improve css for numfig captionshimizukawa2014-10-206-2/+175
| |
* | fix sphinx-quickstart does not work on python 3.4.WAKAYAMA Shirou2014-10-181-1/+1
| |
* | bump versionshimizukawa2014-10-091-3/+3
| |
* | release 1.3b11.3b1shimizukawa2014-10-091-3/+3
| |
* | rename `numfig_prefix` to `numfig_format`. later is better for the purpose.shimizukawa2014-10-103-3/+3
| |
* | fix trailing space and long lineshimizukawa2014-10-091-2/+4
| |
* | update localesshimizukawa2014-10-0975-5195/+6446
| |
* | fix i18n.shimizukawa2014-10-091-7/+6
| | | | | | | | * in some languages the form of "this" changes depending on the following noun
* | fix: remove alert() from bizstyle js.shimizukawa2014-10-091-4/+2
| | | | | | | | change: overkilled breadcrumb stripping.
* | merge with stableshimizukawa2014-10-09168-3282/+22753
|\ \ | |/ |/|
| * Merged in tk0miya/sphinx (pull request #307)Takayuki Shimizukawa2014-10-0918-6394/+7371
| |\ | | | | | | | | | Add frame to code-block in LaTeX
| | * Merged in tk0miya/sphinx (pull request #303)Takayuki Shimizukawa2014-10-0913-6385/+7309
| | |\ | | | | | | | | | | | | Add :numref: role to refer figures, tables and code-blocks by its fignum
| | | * Merged in shimizukawa/sphinx (pull request #305)Takayuki Shimizukawa2014-10-096-14/+38
| | | |\ | | | | | | | | | | | | | | | gettext speed-up. closes #1426
| | | | * If the ``python-levenshtein`` 3rd-party package is installed, it will ↵shimizukawa2014-10-051-1/+10
| | | | | | | | | | | | | | | | | | | | improve the calculation time. refs #1426.
| | | | * Incompatibility. Now :confval:`gettext_uuid` is set False by default. If ↵shimizukawa2014-10-056-13/+28
| | | | | | | | | | | | | | | | | | | | False, also levenshtein calculation is disabled. refs #1426
| | | * | Update jQuery from 1.8.3 to 1.11.1. This change includes two migrations for ↵shimizukawa2014-10-084-6344/+7207
| | | | | | | | | | | | | | | | | | | | jQuery. Closes #1438.
| | * | | Merge with defaulttk0miya2014-10-069-36/+126
| | |\ \ \