summaryrefslogtreecommitdiff
path: root/sphinx/ext/extlinks.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch '1.7-release'Takeshi KOMIYA2018-01-311-1/+1
|\
| * Use flake8-import-orderTakeshi KOMIYA2018-01-281-1/+1
| |
* | Convert in-code HTTP URL's to HTTPS, including examplesKurt McKee2018-01-201-3/+3
|/
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
|
* Year++Takeshi KOMIYA2017-03-261-1/+1
|
* 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-0/+2
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | [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
| |
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵Takayuki Shimizukawa2014-04-291-1/+2
|/ | | | refs #1350.
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-4/+4
|
* New year update.Georg Brandl2011-01-041-1/+1
|
* Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the ↵Georg Brandl2010-05-241-1/+1
| | | | | | | | external/internal distinction code) In HTML output, references now get the class ``internal`` if they are internal to the whole project, as opposed to internal to the current page. The ``menuselection`` and ``guilabel`` roles now support ampersand accelerators.
* Refactor util package.Georg Brandl2010-01-171-1/+1
|
* Make extlinks more flexible: use string substitution to build the full URL.Georg Brandl2010-01-021-7/+12
|
* merge with 0.6Georg Brandl2010-01-011-1/+1
|
* Added the ``extlinks`` extension.Georg Brandl2009-05-021-0/+54