summaryrefslogtreecommitdiff
path: root/tests/test_ext_intersphinx.py
Commit message (Expand)AuthorAgeFilesLines
* rename intersphinx_disabled_{refs -> reftypes}Jakob Lykke Andersen2021-10-311-5/+5
* intersphinx_disabled_refs, rename 'all' to '*'Jakob Lykke Andersen2021-10-311-1/+1
* Generalize to disable specific refs as well.Jakob Lykke Andersen2021-10-311-13/+25
* Add intersphinx_disabled_domainsJakob Lykke Andersen2021-10-311-22/+71
* Intersphinx, refactoringJakob Lykke Andersen2021-10-311-2/+2
* intersphinx: Add testcase for case insensitive term match (refs: #9299)Takeshi KOMIYA2021-07-111-0/+10
* refactor: reduce calls of find_pending_xref_conditions (refs: #9240)Takeshi KOMIYA2021-05-221-8/+0
* Decl styling, fix cpp testsJakob Lykke Andersen2021-04-121-2/+2
* Decl styling, more nodes and C++ conversionJakob Lykke Andersen2021-04-121-2/+2
* intersphinx: Support pending_xref_conditionTakeshi KOMIYA2021-03-061-0/+8
* Merge branch '3.x' into 8446_escape_spaces_inside_desc_signaturesTakeshi KOMIYA2021-02-011-2/+2
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
| * refactor with pyupgradeTakeshi KOMIYA2020-11-251-1/+1
* | Fix #8446: html: consecutive spaces are displayed as single spaceTakeshi KOMIYA2020-11-221-2/+2
|/
* Make tests/ a Python packageFrançois Freitag2020-11-201-2/+3
* refactor: Fix flake8 violations under tests/ directoryTakeshi KOMIYA2020-11-151-1/+0
* Sort imports with isortFrançois Freitag2020-11-111-5/+3
* Rewrite test_inspect_main_url to avoid mockingFrançois Freitag2020-11-081-15/+15
* Merge branch '2.4.x' into 3.xTakeshi KOMIYA2020-02-221-0/+6
|\
| * Fix #7183: intersphinx: ``:attr:`` reference to property is brokenTakeshi KOMIYA2020-02-221-0/+6
* | test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-1/+1
|/
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Fix #6140: Use unittest.mock instead of mockTakeshi KOMIYA2019-03-081-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | intersphinx: Normalize mapping on config-initedTakeshi KOMIYA2018-12-171-1/+10
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne2018-12-151-1/+1
|/
* Fix #4664: Reading objects.inv fails againTakeshi KOMIYA2018-02-231-10/+10
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-5/+5
* Merge branch 'stable' into 1.7-releaseTakeshi KOMIYA2018-02-031-0/+32
|\
| * intersphinx: Add testcase for inventory fallbacksTakeshi KOMIYA2018-01-311-0/+32
* | Fix #4209: intersphinx: In link title, "v" should be optional if target has n...Takeshi KOMIYA2018-01-301-1/+20
* | Fix #4079: Add notranslate class to let Google Translate know they are not tr...Takeshi KOMIYA2018-01-131-1/+2
* | Merge commit '4277eb13315d5649401190df86874b3832ddfa3e'Takeshi KOMIYA2018-01-071-1/+7
|\ \ | |/
| * Fix links to external option docs with intersphinx (refs: #3769)Takeshi KOMIYA2018-01-021-1/+7
* | Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Fix flake8 violationsTakeshi KOMIYA2017-12-231-1/+0
* | Some cleanup to avoid using the std:: namespaceAndy Neebel2017-09-281-0/+7
* | C++, adapt sphinx-doc/sphinx#3894 after merge to masterJakob Lykke Andersen2017-09-281-6/+0
* | Comment out broken test cases temporarilyTakeshi KOMIYA2017-09-241-6/+6
|/
* Improve cpp intersphinx supportAndy Neebel2017-06-261-0/+6
* Mark tests as xfail/skip to allow successful runAndy Neebel2017-06-141-0/+2
* Implement get_full_qualified_name() to CPPDomain (refs: #3630)Takeshi KOMIYA2017-04-231-0/+20
* Implement get_full_qualified_name() to JavascriptDomain (refs: #3630)Takeshi KOMIYA2017-04-231-0/+24
* Implement get_full_qualified_name() to StandardDomain (refs: #3630)Takeshi KOMIYA2017-04-231-37/+74
* Fix #3351: intersphinx does not refers contextTakeshi KOMIYA2017-04-161-0/+12
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1