Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch '1.5-release' | Takeshi KOMIYA | 2016-11-23 | 1 | -5/+6 | |
|\ \ | |/ | ||||||
| * | Fix #3095: Add tls_verify and tls_cacerts to support self-signed servers | Takeshi KOMIYA | 2016-11-17 | 1 | -4/+4 | |
| | | ||||||
* | | Use env.get_domain() instead env.domains[] | Takeshi KOMIYA | 2016-11-17 | 1 | -1/+1 | |
| | | ||||||
* | | Add type-check annotations to sphinx.ext | Takeshi KOMIYA | 2016-11-16 | 1 | -18/+47 | |
|/ | ||||||
* | Merge pull request #2056 from erosennin/intersphinx-fix-relative-path | Takeshi KOMIYA | 2016-09-14 | 1 | -1/+1 | |
|\ | | | | | Fix relative paths in intersphinx links | |||||
| * | Fix relative paths in intersphinx links | Andrey Golovizin | 2015-09-28 | 1 | -1/+1 | |
| | | ||||||
* | | Fix #2474: Add ``intersphinx_timeout`` option to ``sphinx.ext.intersphinx`` | Takeshi KOMIYA | 2016-09-01 | 1 | -3/+4 | |
| | | ||||||
* | | Send User-Agent on obtain remote inventories | Takeshi KOMIYA | 2016-08-22 | 1 | -2/+2 | |
| | | ||||||
* | | intersphinx: _strip_basic_auth() only removes credentials from URL | Takeshi KOMIYA | 2016-08-22 | 1 | -20/+7 | |
| | | ||||||
* | | intersphinx: Use requests package | Takeshi KOMIYA | 2016-08-22 | 1 | -23/+7 | |
| | | ||||||
* | | intersphinx: Refactor _get_safe_url() | Takeshi KOMIYA | 2016-08-22 | 1 | -12/+11 | |
| | | ||||||
* | | Update comment | Takeshi KOMIYA | 2016-08-22 | 1 | -7/+2 | |
| | | ||||||
* | | intersphinx: Add read_inventory() | Takeshi KOMIYA | 2016-08-22 | 1 | -13/+14 | |
| | | ||||||
* | | Fix #2789: `sphinx.ext.intersphinx` generates wrong hyperlinks if the ↵ | Takeshi KOMIYA | 2016-08-11 | 1 | -6/+6 | |
| | | | | | | | | inventory is given | |||||
* | | Fix #2579: Could not refer a label including both spaces and colons via ↵ | Takeshi KOMIYA | 2016-06-24 | 1 | -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.1 | Takeshi KOMIYA | 2016-06-18 | 1 | -5/+6 | |
| | | ||||||
* | | Fix misdetect redirection if original URL includes "/" on tail | Takeshi KOMIYA | 2016-06-01 | 1 | -1/+1 | |
| | | ||||||
* | | Fix intersphinx fails on using local file | Takeshi KOMIYA | 2016-06-01 | 1 | -6/+7 | |
| | | ||||||
* | | Fix #2602: URL redirection breaks the hyperlinks generated by ↵ | Takeshi KOMIYA | 2016-05-31 | 1 | -0/+6 | |
| | | | | | | | | `sphinx.ext.intersphinx` | |||||
* | | Fix #2518: `intersphinx_mapping` disallows non alphanumeric keys | Takeshi KOMIYA | 2016-05-23 | 1 | -2/+0 | |
| | | ||||||
* | | Fix ``sphinx.ext.intersphinx`` crashes if non-string value is used for key ↵ | Takeshi KOMIYA | 2016-05-23 | 1 | -2/+5 | |
| | | | | | | | | of `intersphinx_mapping` | |||||
* | | fix HTTP BasicAuth for intersphinx mappings | Mathias Ertl | 2016-04-25 | 1 | -1/+1 | |
| | | ||||||
* | | Fix intersphinx fails if mapping URL contains any port | Takeshi KOMIYA | 2016-04-25 | 1 | -1/+4 | |
| | | ||||||
* | | Merge branch 'stable' | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | merge with stable | shimizukawa | 2015-11-21 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Fixed #1974: UnboundLocalError: local variable 'domain' referenced before ↵ | shimizukawa | 2015-11-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | assignment when using `any` role and `sphinx.ext.intersphinx` in same time. | |||||
* | | | intersphinx: style nits | Georg Brandl | 2015-10-22 | 1 | -12/+11 | |
| | | | ||||||
* | | | Intersphinx: inventory support for URLs w/ basic auth | Michael Wilson | 2015-10-16 | 1 | -3/+100 | |
| |/ |/| | ||||||
* | | Intersphinx: add a small helper to print out inventories when called from ↵ | Georg Brandl | 2015-07-25 | 1 | -0/+22 | |
| | | | | | | | | the command line with -m. | |||||
* | | Fixes #1909: Add "doc" references to Intersphinx inventories. | Georg Brandl | 2015-07-25 | 1 | -0/+3 | |
|/ | ||||||
* | Support PEP-440 version spec for developers. | shimizukawa | 2015-03-14 | 1 | -1/+1 | |
| | ||||||
* | ext: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -5/+5 | |
| | ||||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | [WIP] parallel read | Georg Brandl | 2014-09-22 | 1 | -1/+1 | |
| | | ||||||
* | | Change extension setup() return value to a dictionary of metadata. | Georg Brandl | 2014-09-22 | 1 | -1/+1 | |
| | | | | | | | | This makes it possible to introduce more metadata values later. | |||||
* | | make :any: role work with intersphinx! | Georg Brandl | 2014-09-19 | 1 | -9/+15 | |
| | | ||||||
* | | Return version from setup() for all sphinx.ext extensions. | Georg Brandl | 2014-09-03 | 1 | -0/+2 | |
| | | ||||||
* | | Addressing comment and adding docs | Brigitta Sipocz | 2014-08-21 | 1 | -0/+1 | |
| | | ||||||
* | | fix indent | Brigitta Sipocz | 2014-08-19 | 1 | -1/+1 | |
| | | ||||||
* | | #1537: Adding the option of multiple inv for the same name & uri | Brigitta Sipocz | 2014-08-19 | 1 | -13/+18 | |
| | | ||||||
* | | use b prefix for bytes instead of sphinx.pycompat.b function. | Takayuki Shimizukawa | 2014-05-01 | 1 | -5/+4 | |
| | | ||||||
* | | use six privided functions/classes to support py2/py3 in one source. refs #1350 | Takayuki Shimizukawa | 2014-04-30 | 1 | -6/+6 | |
| | | ||||||
* | | provide __next__() and use native next() to support py2/py3 in one source. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -2/+2 | |
| | | | | | | | | refs #1350. | |||||
* | | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -3/+4 | |
| | | | | | | | | refs #1350. | |||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -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 Brandl | 2013-09-16 | 1 | -0/+4 | |
| | | | | targets. |