summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Expand)AuthorAgeFilesLines
* BUG: ext/linkcode: do not detect linkcode config changesPauli Virtanen2012-12-071-1/+1
* autodoc: Handle explicit instance attributes in :members: (re #904)Jon Waltman2012-11-081-14/+17
* Update Sphinx URL to new sphinx-doc.org domain.Georg Brandl2012-11-041-1/+1
* Fix whitespace / line length issues reported by "make test"Jon Waltman2012-11-031-1/+1
* Fix intersphinx dictionary ordering confusion differently, as proposed by Jon.Georg Brandl2012-11-011-5/+14
* merge with Takayuki's sphinx-fix-testing-forkGeorg Brandl2012-11-011-3/+4
|\
| * fix #1008: fix autodoc documenter resolve ordering.shimizukawa2012-10-311-1/+1
| * fix #1008 #1029 : intersphinx_mapping values are not stable if mapping have p...shimizukawa2012-10-301-3/+4
* | Fix test_autodoc with Python 3.3, patches by Jon and Takayuki.Georg Brandl2012-11-011-1/+1
|/
* Closes #1010: Make pngmath images transparent by default; IE7+ should handle it.Georg Brandl2012-10-281-1/+2
* Merged in jonovik/sphinx (pull request #25)Georg Brandl2012-10-288-21/+129
|\
| * Merged in pv/sphinx-work/ext-linkcode (pull request #47)Georg Brandl2012-10-281-0/+72
| |\
| | * ENH: add a linkcode extensionPauli Virtanen2012-03-111-0/+72
| * | merge with stableGeorg Brandl2012-10-283-7/+14
| |\ \
| | * \ Merged in xarthisius/sphinx (pull request #63)Georg Brandl2012-05-081-2/+2
| | |\ \
| | | * | Fixed encoding for Python 3Kacper Kowalik2012-05-061-2/+2
| | * | | Changed the ``special-members`` option to behave like the ``members`` option.ms4py2012-03-161-3/+7
| | |/ /
| | * | fixed encoding for hashing functions for Python 3Rob Reilink2012-03-132-3/+6
| | |/
| | * merge with stableGeorg Brandl2012-03-102-4/+7
| | |\
| | | * merge with stableGeorg Brandl2012-03-102-4/+7
| | | |\
| | | | * Merged in dairiki/sphinx (pull request #44)Georg Brandl2012-03-101-1/+1
| | | | |\
| | | | | * Trigger rebuild when todo visibility is toggled (mentioned in #884).Robert Lehmann2012-02-291-1/+1
| | | | * | Intersphinx: parse inventories correctly when object names contain embedded s...Jeff Dairiki2012-02-261-1/+7
| | | | |/
| | | | * merge with stableGeorg Brandl2012-02-192-3/+13
| | | | |\
| | | | * | Stop graphviz nodes from showing up twice in text builders.Robert Lehmann2012-02-151-3/+5
| | | | * | Fix: show [graph] in text builderTimo Schmid2011-12-231-0/+1
| * | | | | Closes #617: Fix docstring preparation without included signature: only ignor...Jon Waltman2012-09-161-1/+4
| * | | | | Fixed encoding for Python 3Kacper Kowalik2012-05-061-2/+2
| * | | | | fixed encoding for hashing functions for Python 3Rob Reilink2012-03-132-3/+6
| |/ / / /
| * | | | Fix code style nits.Georg Brandl2012-03-101-1/+2
| |/ / /
| * | | Fixes #836: catch AttributeError when retrieving __dict__ attribute.Georg Brandl2012-03-101-3/+7
| * | | Intersphinx: parse inventories correctly when object names contain embedded s...Jeff Dairiki2012-02-261-1/+7
| | |/ | |/|
| * | Closes #844: Fix crashes when dealing with Unicode output in doctest extension.Georg Brandl2012-01-291-0/+4
| * | Closes #854: Fix inheritance_diagram raising attribute errors on builtins.Georg Brandl2012-01-291-1/+2
| * | Closes #860: Do not crash when encountering invalid doctest examples, just em...Georg Brandl2012-01-291-2/+7
| |/
| * Fix overlong lines.Georg Brandl2011-11-011-1/+2
| * Closes #796: use package_dir everywhere instead of __file__.Georg Brandl2011-11-011-1/+2
| * Closes #801: Make intersphinx work properly without SSL support.Georg Brandl2011-11-011-1/+1
* | Avoid re-importing modules.Jon Olav Vik2011-09-271-16/+12
* | Inheritance diagram: Make tooltip from first line of docstringJon Olav Vik2011-09-261-0/+8
|/
* Merge with 1.0Georg Brandl2011-09-2314-279/+694
|\
| * Merge with 1.0Georg Brandl2011-09-2314-279/+694
| |\
| | * Merge with 1.0Georg Brandl2011-09-232-3/+6
| | |\
| | * \ Merge with 1.0Georg Brandl2011-09-2214-280/+695
| | |\ \
| | | * \ Merged in marklodato/sphinx (pull request #4)Georg Brandl2011-09-221-1/+1
| | | |\ \
| | | | * | PygmentsBridge: pass keyword arguments to PygmentsMark Lodato2011-07-061-1/+1
| | | * | | Merge with 1.0.Georg Brandl2011-09-211-1/+1
| | | |\ \ \
| | | * | | | Fix #650: add missing newline in coverage output.Georg Brandl2011-09-211-1/+1
| | | * | | | Correctly treat built-in method (method descriptors) as methodsJulian Andres Klode2011-05-041-1/+2
| | | * | | | Fix #718: "pass" is not a good way to exit a function.Georg Brandl2011-09-211-1/+1