summaryrefslogtreecommitdiff
path: root/sphinx/ext/viewcode.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add type-check annotations to sphinx.extTakeshi KOMIYA2016-11-161-13/+26
|/
* Turn off viewcode extension by defaultYoshiki Shibukawa2016-07-281-0/+5
|
* Fix #2479: `sphinx.ext.viewcode` uses python2 highlighter by defaultTakeshi KOMIYA2016-06-241-2/+2
|
* viewcode: default to python3 highlighting if highlight_language is python3Georg Brandl2016-02-141-1/+5
|
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* Support PEP-440 version spec for developers.shimizukawa2015-03-141-1/+1
|
* ext: pep8 fixesGeorg Brandl2015-03-081-2/+2
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | Make remaining builtin extensions parallel-read-proof.Georg Brandl2014-09-221-12/+25
| |
* | [WIP] parallel readGeorg Brandl2014-09-221-1/+1
| |
* | Change extension setup() return value to a dictionary of metadata.Georg Brandl2014-09-221-1/+1
| | | | | | | | This makes it possible to introduce more metadata values later.
* | Return version from setup() for all sphinx.ext extensions.Georg Brandl2014-09-031-0/+2
| |
* | :mod:`~sphinx.ext.viewcode` support imported function/class aliases. Closes #623Takayuki Shimizukawa2014-08-221-6/+33
| |
* | use six privided text_type() to replace with unicode() to support py2/py3 in ↵Takayuki Shimizukawa2014-04-291-2/+2
| | | | | | | | one source. refs #1350.
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵Takayuki Shimizukawa2014-04-291-2/+3
|/ | | | refs #1350.
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* Closes #848: Always take the newest code in incremental rebuilds with the ↵Georg Brandl2014-01-191-11/+11
| | | | :mod:`sphinx.ext.viewcode` extension.
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* PygmentsBridge: pass keyword arguments to PygmentsMark Lodato2011-07-061-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.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ | |/
| * #515: Fix tracebacks in the viewcode extension for Python objects that do ↵Georg Brandl2011-01-031-2/+2
| | | | | | | | not have a valid signature.
* | merge with trunkRobert Lehmann2010-08-171-1/+5
|\ \
| * | only decode code if necessaryDaniel Neuhäuser2010-06-071-1/+5
| |/
* | Preliminary fix for broken translations in autodoc/viewcode.Robert Lehmann2010-06-291-1/+1
|/
* Really fix IndexError from #424.Georg Brandl2010-06-131-1/+1
|
* #424: Fix IndexError in viewcode extension.Georg Brandl2010-05-261-1/+2
|
* Test the viewcode extension; decode the source files before highlighting them.Georg Brandl2010-05-261-3/+6
|
* Only output one status for all module code pages.Georg Brandl2010-01-181-1/+3
|
* Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-171-0/+1
|
* merge with trunkGeorg Brandl2010-01-171-1/+1
|
* Use <h1>, otherwise themes will break.Georg Brandl2010-01-141-2/+2
|
* Fix duplication of source links.Georg Brandl2010-01-141-1/+3
|
* Cleanup make check.Georg Brandl2010-01-131-3/+5
|
* Add the "viewcode" extension.Georg Brandl2010-01-131-0/+162