sphinx/sphinx
2014-12-19 01:14:57 +09:00
..
builders Fix again for fffbcba0b. We should keep original env.update() return value type as list-of-docnames-that-ordered-in-order-to-read. 2014-11-27 21:50:30 +09:00
directives fix line separator issue 2014-10-06 13:47:58 +02:00
domains Closes #1623: Return types specified with `:rtype:` are now turned into links if possible. 2014-11-12 11:32:21 +01:00
ext merge with stable 2014-11-07 15:03:06 +01:00
locale update locales 2014-10-09 22:57:43 +09:00
pycode Fix: pgen2 tokenizer doesn't recognize ... literal (Ellipsis for py3). Closes #1547 2014-08-28 22:41:52 +09:00
search Merge with stable. 2014-11-04 08:52:17 +01:00
texinputs Fix #1607: Sphinx crashes on building latexpdf with "howto" class 2014-11-24 12:13:17 +09:00
themes improve css for figure 2014-10-20 00:36:00 +09:00
util Closes #1623: Return types specified with `:rtype:` are now turned into links if possible. 2014-11-12 11:32:21 +01:00
websupport Merged in shimizukawa/sphinx-use-six (pull request #238) 2014-05-25 01:29:49 +09:00
writers merge with stable 2014-11-06 21:26:10 +01:00
__init__.py fix syntax :/ 2014-12-05 20:05:21 +09:00
__main__.py merge with stable 2014-03-02 08:50:10 +01:00
addnodes.py Support :numref: in LaTeX writer 2014-10-01 11:38:41 +09:00
apidoc.py Closes #1593: fix quickstart -F. 2014-10-20 08:24:01 +02:00
application.py Checked configuration values for their types. Fixes #1150. 2014-10-30 15:46:02 +01:00
cmdline.py Closes #1611: actually use "argv" argument again in cmdline.main. 2014-11-04 08:51:40 +01:00
config.py Fix type checking for subclass scenarios. 2014-11-05 10:52:04 +01:00
environment.py Fix again. Sections which depth are lower than :tocdepth: should not be shown on localtoc sidebar. Closes #1251 2014-12-05 16:42:30 +09:00
errors.py Remove superfluous warning category. 2014-10-30 15:59:14 +01:00
highlighting.py Add frame to code-block in LaTeX 2014-10-08 21:52:33 +09:00
jinja2glue.py wrap py3 iterators with list() for each places that expect a list object. refs #1350. 2014-04-30 23:25:44 +09:00
make_mode.py Fix: make-mode didn't work on Win32 platform if sphinx was installed by wheel package. 2014-12-19 01:14:57 +09:00
pygments_styles.py Update copyright year. 2014-03-01 08:18:16 +01:00
quickstart.py replace PIL with Pillow. 2014-12-03 23:13:21 +09:00
roles.py Minor PEP8 cleanup. 2014-09-21 20:21:43 +02:00
setup_command.py Merge with stable 2014-08-30 20:20:19 +09:00
theming.py Minor PEP8 cleanup. 2014-09-21 20:21:43 +02:00
transforms.py add :confval:gettext_enables to enable extracting 'index' to gettext catalog output / applying translation catalog to generated documentation. Closes #1344 2014-09-28 21:19:54 +09:00
versioning.py If the `python-levenshtein` 3rd-party package is installed, it will improve the calculation time. refs #1426. 2014-10-05 22:25:50 +09:00