summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix #6803: Disable parallel build on macOS and py38+Takeshi KOMIYA2019-12-011-0/+4
* Add latexpdf support for Greek as main language (via xelatex use)jfbu2019-10-011-0/+11
* Merge pull request #6419 from larsoner/configTakeshi KOMIYA2019-08-181-1/+15
|\
| * ENH: Explain rebuildsEric Larson2019-08-061-1/+15
* | Switch uses of __import__ to importlib.get_module()Jon Dufresne2019-08-171-5/+6
|/
* Merge branch '2.0' into 6574_annotation_for_varidic_paramsTakeshi KOMIYA2019-08-033-4/+8
|\
| * Merge pull request #6592 from tk0miya/6589_autodoc_typehints_noneTakeshi KOMIYA2019-08-022-3/+7
| |\
| | * Fix #6589: autodoc: Formatting issues with autodoc_typehints='none'Takeshi KOMIYA2019-08-022-3/+7
| * | Fix #6606: Update jQuery to 3.4.1Takeshi KOMIYA2019-08-021-1/+1
| |/
* | Merge branch '2.0' into 6574_annotation_for_varidic_paramsTakeshi KOMIYA2019-08-025-1/+80
|\ \ | |/
| * Fix autodoc: autodoc_member_order_does not refer order of imports (refs: #6574)Takeshi KOMIYA2019-07-131-0/+16
| * Merge pull request #6563 from tk0miya/6561_glossary_hyperrer_for_alphanumeric...Takeshi KOMIYA2019-07-132-1/+12
| |\
| | * Merge branch '2.0' into 6561_glossary_hyperrer_for_alphanumeric_termTakeshi KOMIYA2019-07-132-0/+7
| | |\
| | * | Fix #6561: glossary: Wrong hyperlinks are generated for non alphanumeric termsTakeshi KOMIYA2019-07-092-1/+12
| * | | Fix #6567: autodoc: autodoc_inherit_docstrings does not effect to __init__()Takeshi KOMIYA2019-07-112-0/+52
| | |/ | |/|
* | | Fix autodoc: missing type annotation for variadic and keyword parameters (ref...Takeshi KOMIYA2019-07-132-1/+10
|/ /
* | Fix #6545. Strip doctests for doctest_node blocks.Nathan Goldbaum2019-07-072-0/+7
|/
* Merge branch '2.0' into 5592_cmdoption_registers_multiple_indicesTakeshi KOMIYA2019-07-0718-59/+123
|\
| * Fix #736: Invalid sort in pair indexTakeshi KOMIYA2019-07-061-8/+19
| * Fix flake8 violationsTakeshi KOMIYA2019-07-0110-16/+15
| * Fix #6531: Failed to load last environment object when extension addedTakeshi KOMIYA2019-06-301-0/+23
| * LaTeX: refactor visit_enumerated_list() to use \sphinxsetlistlabelsjfbu2019-06-291-15/+5
| * Merge branch '2.0' into refactor_autosummary3Takeshi KOMIYA2019-06-229-22/+28
| |\
| | * Merge pull request #6506 from tk0miya/6498_crashed_with_wrong_autosummary_gen...Takeshi KOMIYA2019-06-221-0/+6
| | |\
| | | * Fix #6498: autosummary: crashed with wrong autosummary_generate settingTakeshi KOMIYA2019-06-191-0/+6
| | * | Merge pull request #6449 from tk0miya/6444_non_existing_urlsTakeshi KOMIYA2019-06-198-22/+22
| | |\ \ | | | |/ | | |/|
| | | * Fix #6444: test: replace example.com by existing pageTakeshi KOMIYA2019-06-058-22/+22
| * | | Fix #6507: autosummary: crashes without no autosummary_generate settingTakeshi KOMIYA2019-06-191-0/+8
| |/ /
| * | Close #1464: html: warn html_static_path is inside outdirTakeshi KOMIYA2019-06-181-0/+27
* | | Close #5592: option directive registers an index entry for each comma separat...Takeshi KOMIYA2019-06-161-12/+14
|/ /
* | Add testcase for option directiveTakeshi KOMIYA2019-06-161-1/+42
* | Add testcase for math directiveTakeshi KOMIYA2019-06-151-0/+32
* | Merge branch '2.1.1' into 2.0Takeshi KOMIYA2019-06-104-30/+17
|\ \
| * | Revert "Fix #1063: autodoc: automodule directive handles undocumented module ...Takeshi KOMIYA2019-06-102-28/+0
| * | Merge branch '2.1.1' into 6451_autodoc_optonal_imported_modulesTakeshi KOMIYA2019-06-102-6/+15
| |\ \
| | * \ Merge branch '2.1.1' into 6436_napoleon_unknown_target_nameTakeshi KOMIYA2019-06-101-4/+13
| | |\ \
| | * | | Fix #6436: napoleon: "Unknown target name" errorTakeshi KOMIYA2019-06-091-2/+2
| * | | | Fix #6451: autodoc: generates docs for "optional import"ed modules as variablesTakeshi KOMIYA2019-06-081-0/+15
| |/ / /
* | | | Merge branch '2.1.1' into 2.0Takeshi KOMIYA2019-06-092-5/+30
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | apidoc: Insert newlines between submodulesStephen Finucane2019-06-071-4/+13
| |/
| * Fix #6452: autosummary: crashed when generating document of propertiesTakeshi KOMIYA2019-06-071-1/+17
* | Merge pull request #6439 from mitya57/reproducible-downloadsTakeshi KOMIYA2019-06-053-1/+10
|\ \
| * | Test that downloads with the same filename are still handled correctlyDmitry Shachnev2019-06-033-0/+9
| * | Make generated download links reproducibleDmitry Shachnev2019-06-031-1/+1
* | | test: Update testcase for autoclass_content and autodoc_docstring_signatureTakeshi KOMIYA2019-06-033-33/+110
* | | test: Update testcase for autoclass_contentTakeshi KOMIYA2019-06-033-88/+185
* | | test: Update testcase for autodoc_inherit_docstringsTakeshi KOMIYA2019-06-032-9/+24
* | | test: Move class inheritance samples into target.inheritance moduleTakeshi KOMIYA2019-06-033-41/+40
|/ /
* | test: Move testcases for autodoc events to test_ext_autodoc_eventsTakeshi KOMIYA2019-06-032-68/+82
* | test: Move testcases for autodoc configurations to test_ext_autodoc_configsTakeshi KOMIYA2019-06-032-375/+387