summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* merge with stableGeorg Brandl2014-01-1911-71/+95
|\
| * 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-191-0/+19
| * | mock: little changes, changelog and versionaddedGeorg Brandl2014-01-191-0/+4
| * | Merged in guibog/sphinx2 (pull request #184)Georg Brandl2014-01-191-0/+10
| |\ \
| | * | autodoc extension: add autodoc_mock_imports config valueguibog2013-10-231-0/+10
| * | | merge headsshimizukawa2014-01-182-4/+4
| |\ \ \
| | * \ \ merge headsshimizukawa2014-01-1520-148/+247
| | |\ \ \
| | * | | | Drop python-3.1 and remove support codesshimizukawa2013-12-152-2/+2
| | * | | | Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-152-4/+4
| * | | | | Remove sphinx.ext.oldcmarkup compatibility extension.Georg Brandl2014-01-172-36/+0
| | |/ / / | |/| | |
| * | | | More tweaks to the py domain docs.Georg Brandl2014-01-131-16/+17
| * | | | merge with stableGeorg Brandl2014-01-135-14/+39
| |\ \ \ \
| | * \ \ \ merge with stableGeorg Brandl2014-01-1311-54/+60
| | |\ \ \ \
| | * \ \ \ \ merge with stableGeorg Brandl2014-01-122-2/+4
| | |\ \ \ \ \
| | * \ \ \ \ \ merge with stableGeorg Brandl2014-01-125-14/+39
| | |\ \ \ \ \ \
| | | * | | | | | Closes #1174: Fix smart quotes being applied inside roles like :rst:role:`pro...Georg Brandl2014-01-121-4/+7
| | | * | | | | | merge stable into defaultGeorg Brandl2014-01-114-10/+32
| | | |\ \ \ \ \ \
| | | | * | | | | | Closes #668: Allow line numbering of ``code-block`` and ``literalinclude`` di...Georg Brandl2014-01-111-4/+16
| | | | * | | | | | merge stable into defaultGeorg Brandl2014-01-113-6/+16
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Closes #925: Allow list-typed config values to be provided on the command line,Georg Brandl2014-01-101-3/+12
| | | | | * | | | | | merge stable into defaultGeorg Brandl2014-01-102-3/+4
| | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ merge with stableGeorg Brandl2014-01-102-3/+4
| | | | | | |\ \ \ \ \ \
| | | | | | | * \ \ \ \ \ Merged in plaindocs/sphinx (pull request #185)Georg Brandl2014-01-103-13/+16
| | | | | | | |\ \ \ \ \ \
| | | | | | | | * | | | | | corrected descriptions of tabularcolumns specifiersEric Knibbe2013-12-171-2/+2
| | | | | | | | * | | | | | recommend exclude_patterns instead of unused_docs or exclude_treesEric Knibbe2013-12-171-3/+2
| | | | | | | | | |_|/ / / | | | | | | | | |/| | | |
| | | | | | | * | | | | | Removed duplicate comma.Samuel Wright2013-12-101-1/+1
| | | | | | | * | | | | | Fixed wording.Samuel Wright2013-10-251-1/+1
| | | | | | | * | | | | | Fix for Issue #1071Samuel Wright2013-10-252-3/+3
| | | | | | | | |_|_|/ / | | | | | | | |/| | | |
* | | | | | | | | | | | Make mode: refactor using a class and add source dir to the makefileGeorg Brandl2014-01-191-12/+6
* | | | | | | | | | | | Merged in birkenfeld/sphinx-new-make-mode/stable (pull request #203)Georg Brandl2014-01-191-151/+15
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Add "make mode" to sphinx-build, invoked by the -M flag.Georg Brandl2014-01-111-151/+15
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Overhaul py directive documentation, remove old practices.Georg Brandl2014-01-131-24/+24
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | docs: fix some broken linksGeorg Brandl2014-01-139-52/+52
* | | | | | | | | | Closes #1328: clarify that builder-specific tags are not available when conf....Georg Brandl2014-01-122-2/+8
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | #1345: Fix two bugs with :confval:`nitpick_ignore`; now you don't have toGeorg Brandl2014-01-122-2/+4
| |/ / / / / / / |/| | | | | | |
* | | | | | | | doc: note that "image" paths should not have spaces.Georg Brandl2014-01-121-0/+2
* | | | | | | | Closes #1156: bring manpage up to scratch with current options and builders.Georg Brandl2014-01-121-1/+18
* | | | | | | | add link to "write the docs", move hosting chapter to home pageGeorg Brandl2014-01-122-12/+16
* | | | | | | | Closes #1082: clarify that html_title default value does not really have plac...Georg Brandl2014-01-111-2/+2
* | | | | | | | Closes #983: clarify "docstitle" behavior with singlehtmlGeorg Brandl2014-01-111-1/+2
* | | | | | | | doc: make it more prominent that sub-toctrees shouldnt get :numbered:Georg Brandl2014-01-111-2/+2
|/ / / / / / /
* | | | | | | minor doc fixesGeorg Brandl2014-01-111-11/+11
* | | | | | | Closes #845: In code blocks, when the selected lexer fails, display line numb...Georg Brandl2014-01-111-2/+2
|/ / / / / /
* | | | | | fix target confusionGeorg Brandl2014-01-101-3/+3
|/ / / / /
* | | | | small fixes in intl documentGeorg Brandl2014-01-101-19/+23
* | | | | doc intro: add a pointer to readthedocs.orgGeorg Brandl2014-01-101-0/+9
|/ / / /
* | | | merge with intersphinx tutorial sectionGeorg Brandl2014-01-101-1/+30
|\ \ \ \
| * | | | update a Intersphinx tutorial section. refs #1325shimizukawa2013-12-181-1/+3