summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\ \ \
| | * | | | In search word highlighting, dont insist on having div.body.Georg Brandl2014-01-191-0/+3
| | * | | | Closes #979: Fix exclude handling in ``sphinx-apidoc``.Georg Brandl2014-01-192-33/+21
| | * | | | Closes #848: Always take the newest code in incremental rebuilds with the :mo...Georg Brandl2014-01-192-11/+14
| | * | | | grammar fixshimizukawa2014-01-191-1/+1
| | * | | | add missing 'feature added' for non-ASCII filename handling.shimizukawa2014-01-181-0/+2
| * | | | | 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
| | * | | | | 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
| | * | | | | | | merge with stableGeorg Brandl2014-01-1740-224/+276
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | | * | | | | | Remove sphinx.ext.oldcmarkup compatibility extension.Georg Brandl2014-01-178-119/+6
| | | * | | | | | Merged in westurner/sphinx/aria (pull request #204)Georg Brandl2014-01-177-39/+47
| | | |\ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | | | * | | | | Added WAI-ARIA roles to themes (document, banner, navigation, main, contentin...Wes Turner2014-01-147-39/+47
| | | * | | | | | merge with stableshimizukawa2014-01-151-1/+2
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | More tweaks to the py domain docs.Georg Brandl2014-01-131-16/+17
| | | * | | | | | merge with stableGeorg Brandl2014-01-1327-50/+206
| | | |\ \ \ \ \ \
| | | | * | | | | | When an extension fails to import, give the original traceback with -vGeorg Brandl2014-01-131-0/+2
| | | | * | | | | | merge with stableGeorg Brandl2014-01-1321-96/+200
| | | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ \ merge with stableGeorg Brandl2014-01-125-6/+14
| | | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ merge with stableGeorg Brandl2014-01-1213-65/+200
| | | | |\ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ merge with stableGeorg Brandl2014-01-1227-50/+204
| | | | |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | Closes #1174: Fix smart quotes being applied inside roles like :rst:role:`pro...Georg Brandl2014-01-1210-9/+57
| | | | | * | | | | | | | | Prompt for the document language in sphinx-quickstart.Georg Brandl2014-01-113-2/+21
| | | | | * | | | | | | | | merge stable into defaultGeorg Brandl2014-01-1116-39/+126
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | changelog: tiny fixGeorg Brandl2014-01-111-1/+1
| | | | | | * | | | | | | | | Closes #668: Allow line numbering of ``code-block`` and ``literalinclude`` di...Georg Brandl2014-01-114-9/+34
| | | | | | * | | | | | | | | merge stable into defaultGeorg Brandl2014-01-1113-30/+92
| | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | d98e70c13eff followup: only do type conversion of confoverrides if the values...Georg Brandl2014-01-103-23/+31
| | | | | | | * | | | | | | | | Closes #925: Allow list-typed config values to be provided on the command line,Georg Brandl2014-01-106-14/+43
| | | | | | | * | | | | | | | | merge stable into defaultGeorg Brandl2014-01-106-9/+34
| | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | add changelog for PR#202Georg Brandl2014-01-101-0/+6
| | | | | | | | * | | | | | | | | merge with stableGeorg Brandl2014-01-106-9/+28
| | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ Merged in hsoft/sphinx (pull request #202)Georg Brandl2014-01-102-1/+19
| | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | | Allow "." and "~" prefixes in inline :param: typedefs.Virgil Dupras2014-01-042-1/+19
| | | | | | | | | * | | | | | | | | | Merged in plaindocs/sphinx (pull request #185)Georg Brandl2014-01-1031-54/+381
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ merge with stableGeorg Brandl2014-01-100-0/+0
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \