summaryrefslogtreecommitdiff
path: root/sphinx/ext/intersphinx.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch '1.5-release'Takeshi KOMIYA2016-11-231-5/+6
|\ \ | |/
| * Fix #3095: Add tls_verify and tls_cacerts to support self-signed serversTakeshi KOMIYA2016-11-171-4/+4
| |
* | Use env.get_domain() instead env.domains[]Takeshi KOMIYA2016-11-171-1/+1
| |
* | Add type-check annotations to sphinx.extTakeshi KOMIYA2016-11-161-18/+47
|/
* Merge pull request #2056 from erosennin/intersphinx-fix-relative-pathTakeshi KOMIYA2016-09-141-1/+1
|\ | | | | Fix relative paths in intersphinx links
| * Fix relative paths in intersphinx linksAndrey Golovizin2015-09-281-1/+1
| |
* | Fix #2474: Add ``intersphinx_timeout`` option to ``sphinx.ext.intersphinx``Takeshi KOMIYA2016-09-011-3/+4
| |
* | Send User-Agent on obtain remote inventoriesTakeshi KOMIYA2016-08-221-2/+2
| |
* | intersphinx: _strip_basic_auth() only removes credentials from URLTakeshi KOMIYA2016-08-221-20/+7
| |
* | intersphinx: Use requests packageTakeshi KOMIYA2016-08-221-23/+7
| |
* | intersphinx: Refactor _get_safe_url()Takeshi KOMIYA2016-08-221-12/+11
| |
* | Update commentTakeshi KOMIYA2016-08-221-7/+2
| |
* | intersphinx: Add read_inventory()Takeshi KOMIYA2016-08-221-13/+14
| |
* | Fix #2789: `sphinx.ext.intersphinx` generates wrong hyperlinks if the ↵Takeshi KOMIYA2016-08-111-6/+6
| | | | | | | | inventory is given
* | Fix #2579: Could not refer a label including both spaces and colons via ↵Takeshi KOMIYA2016-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | `sphinx.ext.intersphinx` This fixes only the case the label including both spaces and colons as ad-hoc. There is still a bug if a label having spaces, colons and numbers like "foo bar:baz 1234". Note: To support the case, we have to improve the inventory format.
* | Fix #2684: `sphinx.ext.intersphinx` crashes with six-1.4.1Takeshi KOMIYA2016-06-181-5/+6
| |
* | Fix misdetect redirection if original URL includes "/" on tailTakeshi KOMIYA2016-06-011-1/+1
| |
* | Fix intersphinx fails on using local fileTakeshi KOMIYA2016-06-011-6/+7
| |
* | Fix #2602: URL redirection breaks the hyperlinks generated by ↵Takeshi KOMIYA2016-05-311-0/+6
| | | | | | | | `sphinx.ext.intersphinx`
* | Fix #2518: `intersphinx_mapping` disallows non alphanumeric keysTakeshi KOMIYA2016-05-231-2/+0
| |
* | Fix ``sphinx.ext.intersphinx`` crashes if non-string value is used for key ↵Takeshi KOMIYA2016-05-231-2/+5
| | | | | | | | of `intersphinx_mapping`
* | fix HTTP BasicAuth for intersphinx mappingsMathias Ertl2016-04-251-1/+1
| |
* | Fix intersphinx fails if mapping URL contains any portTakeshi KOMIYA2016-04-251-1/+4
| |
* | Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\ \
| * | Obligatory copyright update.Georg Brandl2016-01-141-1/+1
| | |
* | | merge with stableshimizukawa2015-11-211-0/+1
|\ \ \ | |/ /
| * | Fixed #1974: UnboundLocalError: local variable 'domain' referenced before ↵shimizukawa2015-11-171-0/+1
| | | | | | | | | | | | assignment when using `any` role and `sphinx.ext.intersphinx` in same time.
* | | intersphinx: style nitsGeorg Brandl2015-10-221-12/+11
| | |
* | | Intersphinx: inventory support for URLs w/ basic authMichael Wilson2015-10-161-3/+100
| |/ |/|
* | Intersphinx: add a small helper to print out inventories when called from ↵Georg Brandl2015-07-251-0/+22
| | | | | | | | the command line with -m.
* | Fixes #1909: Add "doc" references to Intersphinx inventories.Georg Brandl2015-07-251-0/+3
|/
* Support PEP-440 version spec for developers.shimizukawa2015-03-141-1/+1
|
* ext: pep8 fixesGeorg Brandl2015-03-081-5/+5
|
* 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.
* | make :any: role work with intersphinx!Georg Brandl2014-09-191-9/+15
| |
* | Return version from setup() for all sphinx.ext extensions.Georg Brandl2014-09-031-0/+2
| |
* | Addressing comment and adding docsBrigitta Sipocz2014-08-211-0/+1
| |
* | fix indentBrigitta Sipocz2014-08-191-1/+1
| |
* | #1537: Adding the option of multiple inv for the same name & uriBrigitta Sipocz2014-08-191-13/+18
| |
* | use b prefix for bytes instead of sphinx.pycompat.b function.Takayuki Shimizukawa2014-05-011-5/+4
| |
* | use six privided functions/classes to support py2/py3 in one source. refs #1350Takayuki Shimizukawa2014-04-301-6/+6
| |
* | provide __next__() and use native next() to support py2/py3 in one source. ↵Takayuki Shimizukawa2014-04-291-2/+2
| | | | | | | | refs #1350.
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵Takayuki Shimizukawa2014-04-291-3/+4
| | | | | | | | refs #1350.
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-2/+2
|/ | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
* Fixes #1204: use the correct relative path referring to local intersphinx ↵Georg Brandl2013-09-161-0/+4
| | | | targets.