| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | BUG: ext/linkcode: do not detect linkcode config changes | Pauli Virtanen | 2012-12-07 | 1 | -1/+1 |
| | | | | | | | Since the linkcode_resolve is a function, it triggers configuration change on each rebuild, resulting to full rebuild always. It's better to make it not do that. | ||||
| * | autodoc: Handle explicit instance attributes in :members: (re #904) | Jon Waltman | 2012-11-08 | 1 | -14/+17 |
| | | |||||
| * | Update Sphinx URL to new sphinx-doc.org domain. | Georg Brandl | 2012-11-04 | 1 | -1/+1 |
| | | |||||
| * | Fix whitespace / line length issues reported by "make test" | Jon Waltman | 2012-11-03 | 1 | -1/+1 |
| | | |||||
| * | Fix intersphinx dictionary ordering confusion differently, as proposed by Jon. | Georg Brandl | 2012-11-01 | 1 | -5/+14 |
| | | |||||
| * | merge with Takayuki's sphinx-fix-testing-fork | Georg Brandl | 2012-11-01 | 1 | -3/+4 |
| |\ | |||||
| | * | fix #1008: fix autodoc documenter resolve ordering. | shimizukawa | 2012-10-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | note: MethodDocumenter and FunctionDocumenter is same priority then Documenter.format_signature() choice documenter is not stable (depend on memory condition?). | ||||
| | * | fix #1008 #1029 : intersphinx_mapping values are not stable if mapping have ↵ | shimizukawa | 2012-10-30 | 1 | -3/+4 |
| | | | | | | | | | plural key/value set | ||||
| * | | Fix test_autodoc with Python 3.3, patches by Jon and Takayuki. | Georg Brandl | 2012-11-01 | 1 | -1/+1 |
| |/ | |||||
| * | Closes #1010: Make pngmath images transparent by default; IE7+ should handle it. | Georg Brandl | 2012-10-28 | 1 | -1/+2 |
| | | |||||
| * | Merged in jonovik/sphinx (pull request #25) | Georg Brandl | 2012-10-28 | 8 | -21/+129 |
| |\ | |||||
| | * | Merged in pv/sphinx-work/ext-linkcode (pull request #47) | Georg Brandl | 2012-10-28 | 1 | -0/+72 |
| | |\ | |||||
| | | * | ENH: add a linkcode extension | Pauli Virtanen | 2012-03-11 | 1 | -0/+72 |
| | | | | |||||
| | * | | merge with stable | Georg Brandl | 2012-10-28 | 3 | -7/+14 |
| | |\ \ | |||||
| | | * \ | Merged in xarthisius/sphinx (pull request #63) | Georg Brandl | 2012-05-08 | 1 | -2/+2 |
| | | |\ \ | |||||
| | | | * | | Fixed encoding for Python 3 | Kacper Kowalik | 2012-05-06 | 1 | -2/+2 |
| | | | | | | |||||
| | | * | | | Changed the ``special-members`` option to behave like the ``members`` option. | ms4py | 2012-03-16 | 1 | -3/+7 |
| | | |/ / | |||||
| | | * | | fixed encoding for hashing functions for Python 3 | Rob Reilink | 2012-03-13 | 2 | -3/+6 |
| | | |/ | |||||
| | | * | merge with stable | Georg Brandl | 2012-03-10 | 2 | -4/+7 |
| | | |\ | |||||
| | | | * | merge with stable | Georg Brandl | 2012-03-10 | 2 | -4/+7 |
| | | | |\ | |||||
| | | | | * | Merged in dairiki/sphinx (pull request #44) | Georg Brandl | 2012-03-10 | 1 | -1/+1 |
| | | | | |\ | |||||
| | | | | | * | Trigger rebuild when todo visibility is toggled (mentioned in #884). | Robert Lehmann | 2012-02-29 | 1 | -1/+1 |
| | | | | | | | |||||
| | | | | * | | Intersphinx: parse inventories correctly when object names contain embedded ↵ | Jeff Dairiki | 2012-02-26 | 1 | -1/+7 |
| | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | spaces. This is an issue, e.g., for (multi-word) glossary terms. | ||||
| | | | | * | merge with stable | Georg Brandl | 2012-02-19 | 2 | -3/+13 |
| | | | | |\ | |||||
| | | | | * | | Stop graphviz nodes from showing up twice in text builders. | Robert Lehmann | 2012-02-15 | 1 | -3/+5 |
| | | | | | | | |||||
| | | | | * | | Fix: show [graph] in text builder | Timo Schmid | 2011-12-23 | 1 | -0/+1 |
| | | | | | | | |||||
| | * | | | | | Closes #617: Fix docstring preparation without included signature: only ↵ | Jon Waltman | 2012-09-16 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | ignore indentation of one line, not two. | ||||
| | * | | | | | Fixed encoding for Python 3 | Kacper Kowalik | 2012-05-06 | 1 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | fixed encoding for hashing functions for Python 3 | Rob Reilink | 2012-03-13 | 2 | -3/+6 |
| | |/ / / / | |||||
| | * | | | | Fix code style nits. | Georg Brandl | 2012-03-10 | 1 | -1/+2 |
| | |/ / / | |||||
| | * | | | Fixes #836: catch AttributeError when retrieving __dict__ attribute. | Georg Brandl | 2012-03-10 | 1 | -3/+7 |
| | | | | | |||||
| | * | | | Intersphinx: parse inventories correctly when object names contain embedded ↵ | Jeff Dairiki | 2012-02-26 | 1 | -1/+7 |
| | | |/ | |/| | | | | | | | | | | | | | spaces. This is an issue, e.g., for (multi-word) glossary terms. | ||||
| | * | | Closes #844: Fix crashes when dealing with Unicode output in doctest extension. | Georg Brandl | 2012-01-29 | 1 | -0/+4 |
| | | | | |||||
| | * | | Closes #854: Fix inheritance_diagram raising attribute errors on builtins. | Georg Brandl | 2012-01-29 | 1 | -1/+2 |
| | | | | |||||
| | * | | Closes #860: Do not crash when encountering invalid doctest examples, just ↵ | Georg Brandl | 2012-01-29 | 1 | -2/+7 |
| | |/ | | | | | | | emit a warning. | ||||
| | * | Fix overlong lines. | Georg Brandl | 2011-11-01 | 1 | -1/+2 |
| | | | |||||
| | * | Closes #796: use package_dir everywhere instead of __file__. | Georg Brandl | 2011-11-01 | 1 | -1/+2 |
| | | | |||||
| | * | Closes #801: Make intersphinx work properly without SSL support. | Georg Brandl | 2011-11-01 | 1 | -1/+1 |
| | | | |||||
| * | | Avoid re-importing modules. | Jon Olav Vik | 2011-09-27 | 1 | -16/+12 |
| | | | |||||
| * | | Inheritance diagram: Make tooltip from first line of docstring | Jon Olav Vik | 2011-09-26 | 1 | -0/+8 |
| |/ | |||||
| * | Merge with 1.0 | Georg Brandl | 2011-09-23 | 14 | -279/+694 |
| |\ | |||||
| | * | Merge with 1.0 | Georg Brandl | 2011-09-23 | 14 | -279/+694 |
| | |\ | |||||
| | | * | Merge with 1.0 | Georg Brandl | 2011-09-23 | 2 | -3/+6 |
| | | |\ | |||||
| | | * \ | Merge with 1.0 | Georg Brandl | 2011-09-22 | 14 | -280/+695 |
| | | |\ \ | |||||
| | | | * \ | Merged in marklodato/sphinx (pull request #4) | Georg Brandl | 2011-09-22 | 1 | -1/+1 |
| | | | |\ \ | |||||
| | | | | * | | PygmentsBridge: pass keyword arguments to Pygments | Mark Lodato | 2011-07-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Pygments.highlight_block, pass all extra keyword arguments, including linenos, directly to the Pygments formatter. This allows custom directives to use other Pygments features. | ||||
| | | | * | | | Merge with 1.0. | Georg Brandl | 2011-09-21 | 1 | -1/+1 |
| | | | |\ \ \ | |||||
| | | | * | | | | Fix #650: add missing newline in coverage output. | Georg Brandl | 2011-09-21 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | | * | | | | Correctly treat built-in method (method descriptors) as methods | Julian Andres Klode | 2011-05-04 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug where method descriptors were treated as data descriptors. As the builtin_method_descriptor type is not exported anywhere in Python, we check for the name here. As we know that it is a descriptor, this should not be a problem. | ||||
| | | | * | | | | Fix #718: "pass" is not a good way to exit a function. | Georg Brandl | 2011-09-21 | 1 | -1/+1 |
| | | | | | | | | |||||
