summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | * | | | | | | | | 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 ↵Georg Brandl2014-01-121-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | :rst:role:`program` or :rst:role:`makevar`.
| | | | | | * | | | | | | | | | | merge stable into defaultGeorg Brandl2014-01-114-10/+32
| | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | Closes #668: Allow line numbering of ``code-block`` and ``literalinclude`` ↵Georg Brandl2014-01-111-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directives #to start at an arbitrary line number, with a new ``lineno-start`` option.
| | | | | | | * | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | like ``-D key=val1,val2``.
| | | | | | | | * | | | | | | | | | | 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
| | | | | | | | | | | |_|_|_|/ / / / / / | | | | | | | | | | |/| | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Fix long lines.Georg Brandl2014-03-022-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Update copyright year.Georg Brandl2014-03-013-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Fixed W3C Validator errors in index page.Robert Lehmann2014-02-052-2/+3
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | link to extdev doc from developGeorg Brandl2014-02-021-0/+2
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Update list of extensions in sphinx-contrib.Georg Brandl2014-01-261-5/+31
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | add linkGeorg Brandl2014-01-241-1/+1
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Closes #1357: Option names documented by :rst:dir:`option` are now again ↵Georg Brandl2014-01-221-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allowed to not start with a dash or slash, and referencing them will work correctly.
* | | | | | | | | | | | | | | | Closes #1356: link to page with valid Pygments lexer aliasGeorg Brandl2014-01-221-1/+2
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | 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
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merged in ViktorHaag/sphinx/stable (pull request #211)Georg Brandl2014-01-201-8/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for issue #1352
| * | | | | | | | | | | | | | | updates per Georg Brandl:Viktor Haag2014-01-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change alteration to docs to express path relative to "configuration directory" and not "conf.py" - Update block in HTML builder copying favicon to _static to mirror handling of html_logo
| * | | | | | | | | | | | | | | merge to tipViktor Haag2014-01-202-17/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | address issue #1352 -- make sure to check for the actual file stored in ↵Viktor Haag2014-01-201-8/+11
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config.html_logo.
* | | | | | | | | | | | | | | | Doc: move API docs in their own chapter and add more of it.Georg Brandl2014-01-2010-72/+302
| |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | mention loglevelGeorg Brandl2014-01-201-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | devguide: small updatesGeorg Brandl2014-01-201-15/+16
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Closes #1071: add mention of "orphan" to toctree docsGeorg Brandl2014-01-191-2/+6
| | | | | | | | | | | | |
* | | | | | | | | | | | | add back missing @Georg Brandl2014-01-191-1/+1
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
* | | | | | | | | | | | 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.
| * | | | | | | | | | | Add "make mode" to sphinx-build, invoked by the -M flag.Georg Brandl2014-01-111-151/+15
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is intended to do almost all of what the quickstart-generated Makefile and make.bat did, but within Sphinx. The advantages are: * no duplication between Unix and Windows files * updates and fixes are propagated (the generated makefiles never update) * more Python code, less shell code!
* | | | | | | | | | | 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 ↵Georg Brandl2014-01-122-2/+8
| |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | conf.py is executed.
* | | | | | | | | #1345: Fix two bugs with :confval:`nitpick_ignore`; now you don't have toGeorg Brandl2014-01-122-2/+4
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | remove the store environment for changes to have effect.
* | | | | | | | 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 ↵Georg Brandl2014-01-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | placeholders
* | | | | | | | Closes #983: clarify "docstitle" behavior with singlehtmlGeorg Brandl2014-01-111-1/+2
| | | | | | | |