summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close unneeded branch.add_stemmerGeorg Brandl2014-03-040-0/+0
* make stop word string unicodeYoshiki Shibukawa2014-01-2212-12/+12
* Add development memo about stemming JS code, acceleration tips about stemming...Yoshiki Shibukawa2014-01-223-1/+22
* update documentYoshiki Shibukawa2014-01-221-0/+16
* merge defaultYoshiki Shibukawa2014-01-2286-831/+4205
|\
| * merge with stableGeorg Brandl2014-01-2086-668/+3548
| |\
| | * Fix an exception introduced by b69b59480cba for __init__ with no docstring.Ben Darnell2014-01-202-2/+19
| | * merge with stableGeorg Brandl2014-01-201-15/+16
| | |\
| | * | changelog: make napoleon more visibleGeorg Brandl2014-01-201-3/+3
| | * | Merging changesRob Ruana2014-01-199-64/+41
| | |\ \
| | | * \ Merged birkenfeld/sphinx into defaultRob Ruana2014-01-1916-2/+3021
| | | |\ \
| | | * \ \ merge with stableGeorg Brandl2014-01-199-64/+41
| | | |\ \ \
| | * | | | | Makes suggested changes before adding napoleon to sphinxRob Ruana2014-01-196-134/+160
| | | |_|/ / | | |/| | |
| | * | | | Merged birkenfeld/sphinx into defaultRob Ruana2014-01-1938-290/+659
| | |\ \ \ \ | | | |/ / /
| | | * | | The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ``un...Georg Brandl2014-01-196-44/+4
| | | * | | merge with stableGeorg Brandl2014-01-1973-620/+506
| | | |\ \ \
| | | | * \ \ merge with stableGeorg Brandl2014-01-1973-620/+506
| | | | |\ \ \
| | | | | * \ \ Merged in saschpe/sphinx (pull request #193)Georg Brandl2014-01-19130-1148/+1715
| | | | | |\ \ \
| | | | | | * \ \ Merged in keimlink/sphinx/improve-tags-docs (pull request #167)Georg Brandl2014-01-191-1/+2
| | | | | | |\ \ \
| | | | | | | * | | Explain that only tags set via command-line or tags.add() are availableMarkus Zapke-Gr?ndemann2013-09-191-1/+2
| | | | | | * | | | Add :filename: also for literalinclude. Changelog entry.Georg Brandl2014-01-193-0/+29
| | | | | | * | | | Merge in pull request #172 from https://bitbucket.org/nsmgr8/sphinx/branch/de...Georg Brandl2014-01-1910-0/+59
| | | | | | |\ \ \ \
| | | | | | | * | | | Add filename option to code-blockM Nasimul Haque2013-09-2610-0/+96
| | | | | | * | | | | mock: little changes, changelog and versionaddedGeorg Brandl2014-01-193-10/+18
| | | | | | * | | | | mergeGeorg Brandl2014-01-194-44/+40
| | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ merge with stableGeorg Brandl2014-01-1962-607/+332
| | | | | | | |\ \ \ \ \
| | | | | | * | \ \ \ \ \ Merged in guibog/sphinx2 (pull request #184)Georg Brandl2014-01-195-0/+60
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * | | | | | | autodoc extension: add autodoc_mock_imports config valueguibog2013-10-235-0/+60
| | | | | | * | | | | | | | Merged in tomprince/sphinx (pull request #187)Georg Brandl2014-01-19122-1094/+1606
| | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | |_|/ / / / / | | | | | | | |/| | | | | |
| | | | | | | * | | | | | | changelog: bette note about literal_strongGeorg Brandl2014-01-191-5/+6
| | | | | | * | | | | | | | Make latex commands customizable.tom prince2013-10-291-12/+16
| | | | | | | |/ / / / / / | | | | | | |/| | | | | |
| | | | | * | | | | | | | BuildDoc shouldn't fail on Unicode paths.Sascha Peilicke2013-11-131-0/+14
| | * | | | | | | | | | | Merge conflictsRob Ruana2014-01-1841-555/+127
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / | | | |/| | | | | | | | |
| | | * | | | | | | | | | merge headsshimizukawa2014-01-1826-383/+55
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | Fix: The application now check extra Python versions (3.0, 3.1) to stop invok...shimizukawa2014-01-182-5/+5
| | | | * | | | | | | | | | merge headsshimizukawa2014-01-1591-503/+1228
| | | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | Drop python-3.1 and remove support codesshimizukawa2013-12-159-16/+10
| | | | * | | | | | | | | | | Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-1526-377/+55
| | * | | | | | | | | | | | | Merges napoleon extension into mainline sphinxRob Ruana2014-01-1816-2/+3022
| * | | | | | | | | | | | | | 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
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |