summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more projects to examples.Georg Brandl2014-03-051-1/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Ceph.Georg Brandl2014-03-051-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add warnings that autodoc imports the modules.Georg Brandl2014-03-054-11/+51
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Post-release bump.Georg Brandl2014-03-022-1/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added tag 1.2.2 for changeset 14b315a7d010Georg Brandl2014-03-020-0/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump to 1.2.2.1.2.2Georg Brandl2014-03-022-5/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix long lines.Georg Brandl2014-03-026-13/+22
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a change of pull request #96 that break sphinx.util.docfields.Field.make_...shimizukawa2014-03-022-3/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 'make gettext' fails when the '.. todolist::' directive is present. Close...shimizukawa2014-03-022-0/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1370: Ignore "toctree" nodes in text writer, instead of raising.Georg Brandl2014-03-012-0/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1386: Fix bug preventing more than one theme being added by the entry...Georg Brandl2014-03-012-1/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1391: Actually prevent using "pngmath" and "mathjax" extensions at th...Georg Brandl2014-03-012-0/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1383: Fix Python 2.5 compatibility of sphinx-apidoc.Georg Brandl2014-03-012-1/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1375: fix ResourceWarnings with unclosed PIL images.Georg Brandl2014-03-011-1/+4
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix windows newlinesGeorg Brandl2014-03-013-32/+32
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1374: Autosummary generates overly-long summaries if first line doesn...Paul Molodowitch2014-02-036-0/+108
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update copyright year.Georg Brandl2014-03-01182-182/+182
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mergeGeorg Brandl2014-03-012-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed W3C Validator errors in index page.Robert Lehmann2014-02-052-2/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix inspect using the "__builtins__" CPython specific module.Georg Brandl2014-03-012-3/+8
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | link to extdev doc from developGeorg Brandl2014-02-021-0/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Ubuntu packaging guide URLDmitry Shachnev2014-01-301-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Update list of extensions in sphinx-contrib.Georg Brandl2014-01-261-5/+31
* | | | | | | | | | | | | | | | | | | | | | | | | | | | add linkGeorg Brandl2014-01-241-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1358: Fix handling of image paths outside of the source directory whe...Georg Brandl2014-01-234-3/+7
|/ / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | remove mention of development egg.Georg Brandl2014-01-221-3/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1357: Option names documented by :rst:dir:`option` are now again allo...Georg Brandl2014-01-223-20/+34
* | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1356: link to page with valid Pygments lexer aliasGeorg Brandl2014-01-221-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1355: compatibility fix for Django docs.Georg Brandl2014-01-221-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | extdev changelog entryGeorg Brandl2014-01-211-0/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | changelog for PR#213.Georg Brandl2014-01-211-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | setup_command.py: Add missing DistutilsOptionError importDmitry Shachnev2014-01-211-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | dont suggest reporting issues to user list anymoreGeorg Brandl2014-01-211-4/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | markup fixGeorg Brandl2014-01-211-3/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | some directive creation docsGeorg Brandl2014-01-212-5/+133
* | | | | | | | | | | | | | | | | | | | | | | | | | | remove duplicate wordingGeorg Brandl2014-01-211-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | actually use exception markupGeorg Brandl2014-01-211-5/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | doc: add exceptions from sphinx.errorsGeorg Brandl2014-01-211-0/+50
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | changelog entry for PR#212.Georg Brandl2014-01-201-0/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | Fix an exception introduced by b69b59480cba for __init__ with no docstring.Ben Darnell2014-01-202-2/+19
* | | | | | | | | | | | | | | | | | | | | | | | | | changelog entry for PR#211Georg Brandl2014-01-201-0/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | Merged in ViktorHaag/sphinx/stable (pull request #211)Georg Brandl2014-01-202-11/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | updates per Georg Brandl:Viktor Haag2014-01-202-6/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | merge to tipViktor Haag2014-01-204-18/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | address issue #1352 -- make sure to check for the actual file stored in confi...Viktor Haag2014-01-202-10/+13
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Doc: move API docs in their own chapter and add more of it.Georg Brandl2014-01-2012-75/+363
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | mention loglevelGeorg Brandl2014-01-201-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | devguide: small updatesGeorg Brandl2014-01-201-15/+16
* | | | | | | | | | | | | | | | | | | | | | | | | | Post-release update.Georg Brandl2014-01-192-1/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Added tag 1.2.1 for changeset 3238dc3d4528Georg Brandl2014-01-190-0/+0
|/ / / / / / / / / / / / / / / / / / / / / / / /