| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | | | | | | * | | | | | | | | | | | | | | | | | | | Closes #925: Allow list-typed config values to be provided on the command line, | Georg Brandl | 2014-01-10 | 4 | -11/+28 | |
| | | | | | | | | * | | | | | | | | | | | | | | | | | | | merge stable into default | Georg Brandl | 2014-01-10 | 2 | -4/+21 | |
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge with stable | Georg Brandl | 2014-01-10 | 2 | -4/+21 | |
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merged in hsoft/sphinx (pull request #202) | Georg Brandl | 2014-01-10 | 1 | -1/+18 | |
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | Allow "." and "~" prefixes in inline :param: typedefs. | Virgil Dupras | 2014-01-04 | 1 | -1/+18 | |
| | | | | | | | | | | | | |_|_|_|_|/ / / / / / / / / / / / / | | | | | | | | | | | |/| | | | | | | | | | | | | | | | | | ||||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | merge with stable | Georg Brandl | 2014-01-10 | 1 | -3/+3 | |
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | |/ / / / / / / / / / / / / / / / / / | ||||||
| | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | merge with stable | Georg Brandl | 2013-12-10 | 1 | -3/+3 | |
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | now it is 1.3 in development | Georg Brandl | 2013-12-10 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #636: Keep straight single quotes in literal blocks in the LaTeX build. | Georg Brandl | 2014-03-25 | 2 | -1/+9 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #1431: add some missing styles to the epub CSS | Georg Brandl | 2014-03-25 | 1 | -0/+70 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix i18n: missing python domain's cross-references with currentmodule directi... | shimizukawa | 2014-03-23 | 1 | -3/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix: Generated i18n sphinx.js files are missing message catalog entries from... | shimizukawa | 2014-03-21 | 35 | -35/+35 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Post-release bump. | Georg Brandl | 2014-03-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump to 1.2.2.1.2.2 | Georg Brandl | 2014-03-02 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix long lines. | Georg Brandl | 2014-03-02 | 3 | -9/+18 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a change of pull request #96 that break sphinx.util.docfields.Field.make_... | shimizukawa | 2014-03-02 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 'make gettext' fails when the '.. todolist::' directive is present. Close... | shimizukawa | 2014-03-02 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1370: Ignore "toctree" nodes in text writer, instead of raising. | Georg Brandl | 2014-03-01 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1386: Fix bug preventing more than one theme being added by the entry... | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1391: Actually prevent using "pngmath" and "mathjax" extensions at th... | Georg Brandl | 2014-03-01 | 1 | -0/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1383: Fix Python 2.5 compatibility of sphinx-apidoc. | Georg Brandl | 2014-03-01 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1375: fix ResourceWarnings with unclosed PIL images. | Georg Brandl | 2014-03-01 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1374: Autosummary generates overly-long summaries if first line doesn... | Paul Molodowitch | 2014-02-03 | 1 | -0/+10 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Update copyright year. | Georg Brandl | 2014-03-01 | 137 | -137/+137 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix inspect using the "__builtins__" CPython specific module. | Georg Brandl | 2014-03-01 | 2 | -3/+8 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Closes #1358: Fix handling of image paths outside of the source directory whe... | Georg Brandl | 2014-01-23 | 3 | -3/+5 | |
| |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Closes #1357: Option names documented by :rst:dir:`option` are now again allo... | Georg Brandl | 2014-01-22 | 1 | -15/+23 | |
| * | | | | | | | | | | | | | | | | | | | | | | Closes #1355: compatibility fix for Django docs. | Georg Brandl | 2014-01-22 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | setup_command.py: Add missing DistutilsOptionError import | Dmitry Shachnev | 2014-01-21 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | dont suggest reporting issues to user list anymore | Georg Brandl | 2014-01-21 | 1 | -4/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | markup fix | Georg Brandl | 2014-01-21 | 1 | -3/+5 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Fix an exception introduced by b69b59480cba for __init__ with no docstring. | Ben Darnell | 2014-01-20 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | Merged in ViktorHaag/sphinx/stable (pull request #211) | Georg Brandl | 2014-01-20 | 1 | -3/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | updates per Georg Brandl: | Viktor Haag | 2014-01-20 | 1 | -2/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | merge to tip | Viktor Haag | 2014-01-20 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | address issue #1352 -- make sure to check for the actual file stored in confi... | Viktor Haag | 2014-01-20 | 1 | -2/+2 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Doc: move API docs in their own chapter and add more of it. | Georg Brandl | 2014-01-20 | 2 | -3/+61 | |
| | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Post-release update. | Georg Brandl | 2014-01-19 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | Bump to 1.2.1.1.2.1 | Georg Brandl | 2014-01-19 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | Closes #811: dont eat up UnicodeErrors during reading anymore | Georg Brandl | 2014-01-19 | 2 | -5/+9 | |
| * | | | | | | | | | | | | | | | | | | | | Closes #1147: Don't emit a sidebar search box in the "singlehtml" builder. | Georg Brandl | 2014-01-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | Closes #1323: Fix emitting empty ``<ul>`` tags in the HTML writer, which is n... | Georg Brandl | 2014-01-19 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | | | | | | | Closes #1330: Fix :confval:`exclude_patterns` behavior with subdirectories in... | Georg Brandl | 2014-01-19 | 1 | -12/+11 | |
| * | | | | | | | | | | | | | | | | | | | | docnames can also be None... | Georg Brandl | 2014-01-19 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Closes #1283: Fix a bug in the detection of changed files that would try to a... | Georg Brandl | 2014-01-19 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | | | | | | | Make mode: refactor using a class and add source dir to the makefile | Georg Brandl | 2014-01-19 | 2 | -184/+200 | |
| * | | | | | | | | | | | | | | | | | | | make mode: add missing build methods. | Georg Brandl | 2014-01-19 | 1 | -5/+43 | |
| * | | | | | | | | | | | | | | | | | | | merge | Georg Brandl | 2014-01-19 | 4 | -14/+296 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merged in birkenfeld/sphinx-new-make-mode/stable (pull request #203) | Georg Brandl | 2014-01-19 | 4 | -14/+296 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | Add "make mode" to sphinx-build, invoked by the -M flag. | Georg Brandl | 2014-01-11 | 4 | -14/+296 | |
| | | | |/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | ||||||
