summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Added WAI-ARIA roles to themes (document, banner, navigation, main, contentin...Wes Turner2014-01-147-39/+47
* When an extension fails to import, give the original traceback with -vGeorg Brandl2014-01-131-0/+2
* merge with stableGeorg Brandl2014-01-138-38/+121
|\
| * Closes #1292: In the linkchecker, retry HEAD requests when denied by HTTP 405.Georg Brandl2014-01-121-28/+62
| * Closes #1249: Fix duplicate LaTeX page numbering for manual documents.Georg Brandl2014-01-121-1/+2
| * Closes #1261: Python 3 cannot sort None and str types, make everything a str.Georg Brandl2014-01-121-1/+1
| * Closes #618: add documenter classes to registry in autosummary standalone gen...Georg Brandl2014-01-121-0/+15
| * Closes #1308: Strip HTML tags from the content of "raw" nodes before feeding ...Georg Brandl2014-01-121-3/+11
| * Closes #1299: Make behavior of the :rst:dir:`math` directive more consistent ...Georg Brandl2014-01-121-0/+4
| * Closes #1072: In the JS search, fix issues searching for upper-cased words by...Georg Brandl2014-01-121-1/+1
| * Closes #1001: render brackets around optional arguments correctly when the ar...Georg Brandl2014-01-121-3/+19
| * Closes #1289: add more well known C types as not referencable in C domainGeorg Brandl2014-01-121-1/+6
* | merge with stableGeorg Brandl2014-01-122-4/+7
|\ \ | |/
| * #1345: Fix two bugs with :confval:`nitpick_ignore`; now you don't have toGeorg Brandl2014-01-122-4/+7
* | merge with stableGeorg Brandl2014-01-1211-64/+185
|\ \ | |/
| * mergeGeorg Brandl2014-01-123-4/+14
| |\
| | * Closes #1017: Be helpful and tell the user when the argument to :rst:dir:`opt...Georg Brandl2014-01-121-4/+12
| | * Closes #1093: use max-width: 100% for images in basic/epub themeGeorg Brandl2014-01-122-0/+2
| * | Fix new grammar files to have correct starting symbol at the top.Georg Brandl2014-01-122-3/+8
| |/
| * Closes #1152: Fix pycode parsing errors of Python 3 code by including two gra...Georg Brandl2014-01-126-50/+166
| * Closes #1198: Allow "image" for the "figwidth" option of the :rst:dir:`figure...Georg Brandl2014-01-121-10/+0
| * Closes #1233: Allow finding both Python classes and exceptions with the "clas...Georg Brandl2014-01-121-2/+2
* | merge with stableGeorg Brandl2014-01-1216-29/+136
|\ \ | |/ |/|
| * Closes #1174: Fix smart quotes being applied inside roles like :rst:role:`pro...Georg Brandl2014-01-128-5/+47
| * Prompt for the document language in sphinx-quickstart.Georg Brandl2014-01-111-2/+18
| * merge stable into defaultGeorg Brandl2014-01-117-22/+71
| |\
| | * Closes #668: Allow line numbering of ``code-block`` and ``literalinclude`` di...Georg Brandl2014-01-111-5/+14
| | * merge stable into defaultGeorg Brandl2014-01-116-17/+57
| | |\
| | | * d98e70c13eff followup: only do type conversion of confoverrides if the values...Georg Brandl2014-01-101-18/+24
| | | * Closes #925: Allow list-typed config values to be provided on the command line,Georg Brandl2014-01-104-11/+28
| | | * merge stable into defaultGeorg Brandl2014-01-102-4/+21
| | | |\
| | | | * merge with stableGeorg Brandl2014-01-102-4/+21
| | | | |\
| | | | | * Merged in hsoft/sphinx (pull request #202)Georg Brandl2014-01-101-1/+18
| | | | | |\
| | | | | | * Allow "." and "~" prefixes in inline :param: typedefs.Virgil Dupras2014-01-041-1/+18
| | | | | * | merge with stableGeorg Brandl2014-01-101-3/+3
| | | | | |\ \ | | | | | | |/
| | | | | | * merge with stableGeorg Brandl2013-12-101-3/+3
| | | | | | |\
| | | | | | | * now it is 1.3 in developmentGeorg Brandl2013-12-101-2/+2
* | | | | | | | Closes #1155: Fix autodocumenting C-defined methods as attributes in Python 3.Georg Brandl2014-01-121-1/+2
* | | | | | | | Closes #1181: Report option errors in autodoc directives more gracefully.Georg Brandl2014-01-121-2/+9
* | | | | | | | fix oversight in last commitGeorg Brandl2014-01-111-5/+6
* | | | | | | | Closes #1085: Fix current classname not getting set if class description has ...Georg Brandl2014-01-111-1/+1
* | | | | | | | Closes #1095: Fix print-media stylesheet being included always in the "scroll...Georg Brandl2014-01-112-7/+7
* | | | | | | | Closes #1050: Add anonymous labels into ``objects.inv`` to be referenced via ...Georg Brandl2014-01-111-0/+5
* | | | | | | | Closes #949: Update the tabulary.sty packed with Sphinx.Georg Brandl2014-01-111-6/+3
* | | | | | | | html builder: add missing "done" outputGeorg Brandl2014-01-111-0/+1
|/ / / / / / /
* | | | | | | Add "search.html" to epub exclusion out of the box.Georg Brandl2014-01-111-1/+1
* | | | | | | quickstart: for y/n questions there is no need to highlight default value by ...Georg Brandl2014-01-111-13/+13
* | | | | | | Closes #929: Support parsed-literal blocks in LaTeX output correctly.Georg Brandl2014-01-113-38/+40
* | | | | | | Closes #845: In code blocks, when the selected lexer fails, display line numb...Georg Brandl2014-01-111-11/+11
* | | | | | | Closes #901: Emit a warning when using docutils' new "math" markup without a ...Georg Brandl2014-01-116-0/+43