summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* MergeDmitry Shachnev2014-01-224-8/+69
|\
| * merge with stableGeorg Brandl2014-01-2049-499/+1665
| |\
| | * Fix an exception introduced by b69b59480cba for __init__ with no docstring.Ben Darnell2014-01-201-2/+3
| * | Fix an exception introduced by b69b59480cba for __init__ with no docstring.Ben Darnell2014-01-201-2/+3
| * | Merged in ViktorHaag/sphinx/stable (pull request #211)Georg Brandl2014-01-201-3/+5
| |\ \
| | * | updates per Georg Brandl:Viktor Haag2014-01-201-2/+4
| | * | merge to tipViktor Haag2014-01-201-1/+1
| | |\ \
| | * | | address issue #1352 -- make sure to check for the actual file stored in confi...Viktor Haag2014-01-201-2/+2
| * | | | Doc: move API docs in their own chapter and add more of it.Georg Brandl2014-01-202-3/+61
| | |/ / | |/| |
| * | | Post-release update.Georg Brandl2014-01-191-1/+1
| |/ /
* | | Modernize newly written code as wellDmitry Shachnev2014-01-202-61/+62
* | | MergeDmitry Shachnev2014-01-2049-226/+277
|\ \ \ | |_|/ |/| |
| * | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-1949-236/+250
* | | Merging changesRob Ruana2014-01-196-19/+28
|\ \ \
| * \ \ Merged birkenfeld/sphinx into defaultRob Ruana2014-01-193-0/+1329
| |\ \ \
| * \ \ \ merge with stableGeorg Brandl2014-01-196-19/+28
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Bump to 1.2.1.1.2.1Georg Brandl2014-01-191-3/+3
| | * | | Closes #811: dont eat up UnicodeErrors during reading anymoreGeorg Brandl2014-01-192-5/+9
| | * | | Closes #1147: Don't emit a sidebar search box in the "singlehtml" builder.Georg Brandl2014-01-191-1/+1
| | * | | Closes #1323: Fix emitting empty ``<ul>`` tags in the HTML writer, which is n...Georg Brandl2014-01-191-0/+6
| | * | | Closes #1330: Fix :confval:`exclude_patterns` behavior with subdirectories in...Georg Brandl2014-01-191-12/+11
| | * | | docnames can also be None...Georg Brandl2014-01-191-1/+1
* | | | | Makes suggested changes before adding napoleon to sphinxRob Ruana2014-01-191-108/+112
| |_|/ / |/| | |
* | | | Merged birkenfeld/sphinx into defaultRob Ruana2014-01-1929-98/+557
|\ \ \ \ | |/ / /
| * | | The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ``un...Georg Brandl2014-01-193-11/+1
| * | | merge with stableGeorg Brandl2014-01-1945-488/+331
| |\ \ \ | | |/ / | |/| |
| | * | merge with stableGeorg Brandl2014-01-1945-488/+331
| | |\ \
| | | * \ Merged in saschpe/sphinx (pull request #193)Georg Brandl2014-01-1977-870/+1030
| | | |\ \
| | | | * | Add :filename: also for literalinclude. Changelog entry.Georg Brandl2014-01-191-0/+6
| | | | * | 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-191-10/+11
| | | | * | | mergeGeorg Brandl2014-01-193-44/+33
| | | | |\ \ \
| | | | | * \ \ merge with stableGeorg Brandl2014-01-1937-476/+217
| | | | | |\ \ \ | | | | | | | |/ | | | | | | |/|
| | | | * | | | Merged in guibog/sphinx2 (pull request #184)Georg Brandl2014-01-191-0/+32
| | | | |\ \ \ \
| | | | | * | | | autodoc extension: add autodoc_mock_imports config valueguibog2013-10-231-0/+32
| | | | * | | | | Merged in tomprince/sphinx (pull request #187)Georg Brandl2014-01-1968-816/+897
| | | | |\ \ \ \ \ | | | | | | |_|/ / | | | | | |/| | |
| | | | * | | | | Make latex commands customizable.tom prince2013-10-291-12/+16
| | | | | |/ / / | | | | |/| | |
| | | * | | | | BuildDoc shouldn't fail on Unicode paths.Sascha Peilicke2013-11-131-0/+14
| * | | | | | | Closes #1283: Fix a bug in the detection of changed files that would try to a...Georg Brandl2014-01-191-0/+7
| * | | | | | | Make mode: refactor using a class and add source dir to the makefileGeorg Brandl2014-01-192-184/+200
| * | | | | | | make mode: add missing build methods.Georg Brandl2014-01-191-5/+43
| * | | | | | | mergeGeorg Brandl2014-01-194-14/+296
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merged in birkenfeld/sphinx-new-make-mode/stable (pull request #203)Georg Brandl2014-01-194-14/+296
| | |\ \ \ \ \ \ \
| | | * | | | | | | Add "make mode" to sphinx-build, invoked by the -M flag.Georg Brandl2014-01-114-14/+296
| * | | | | | | | | Closes #1300: Fix references not working in translated documents in some inst...Georg Brandl2014-01-191-2/+1
| |/ / / / / / / /
| * | | | | | | | Closes #1329: Fix traceback with empty translation msgstr in .po files.Georg Brandl2014-01-191-2/+8
| * | | | | | | | Closes #1316: Remove hard-coded ``font-face`` resources from epub theme.Georg Brandl2014-01-191-3/+4
| * | | | | | | | Closes #1302: Fix regression in :mod:`sphinx.ext.inheritance_diagram` when do...Georg Brandl2014-01-192-10/+19
| | |/ / / / / / | |/| | | | | |
| * | | | | | | BuildDoc shouldn't fail on Unicode paths.Sascha Peilicke2013-11-131-0/+14