summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix #6196: py domain: unexpected prefix is generatedTakeshi KOMIYA2019-03-231-0/+17
* Add testcase for sphinx.domains.pythonTakeshi KOMIYA2019-03-231-0/+70
* Merge branch '2.0' into 6178_hidden_tocsTakeshi KOMIYA2019-03-1912-43/+41
|\
| * Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-1912-43/+41
* | Fix #6178: i18n: Captions missing in translations for hidden TOCsTakeshi KOMIYA2019-03-173-0/+12
|/
* C++, fix parsing of initializersJakob Lykke Andersen2019-03-161-0/+36
* Fix test: filename has been smallcased since 2.0Takeshi KOMIYA2019-03-101-1/+1
* Merge branch '1.8' into 2.0Takeshi KOMIYA2019-03-104-0/+36
|\
| * Fix #3859: manpage: code-block captions are not displayed correctlyTakeshi KOMIYA2019-03-101-0/+21
| * Fix #6149: LaTeX: :index: role titles causes build error of LaTeXTakeshi KOMIYA2019-03-103-1/+15
* | Merge branch '2.0' into 2155_code_directiveTakeshi KOMIYA2019-03-1021-28/+163
|\ \
| * \ Merge branch '1.8' into 2.0Takeshi KOMIYA2019-03-097-2/+133
| |\ \ | | |/
| | * Fix test: imgconverter expects size of images fixedTakeshi KOMIYA2019-03-095-5/+5
| | * Fix UnboundLocalError when building changesMartin Packman2019-03-087-2/+133
| * | Fix AssertionError is raised for custom citation_reference node (refs: #6147)Takeshi KOMIYA2019-03-091-2/+2
| * | Fix #6140: Use unittest.mock instead of mockTakeshi KOMIYA2019-03-0914-23/+25
| * | test: replace emph_literal_role() by EmphasizedLiteralTakeshi KOMIYA2019-03-031-1/+3
* | | Close #2155: Support ``code`` directiveTakeshi KOMIYA2019-03-031-0/+54
* | | Add sphinx.testing.restructuredtext.parse()Takeshi KOMIYA2019-03-031-22/+9
|/ /
* | Merge branch '1.8' into 2.0Takeshi KOMIYA2019-03-022-1/+20
|\ \ | |/
| * Fix #6067: LaTeX: images having a target are not aligned even if specifiedTakeshi KOMIYA2019-02-282-0/+8
| * Fix #6067: LaTeX: images having a target are concatenated to next lineTakeshi KOMIYA2019-02-282-1/+12
* | Revert "C++, conditionally disable test on sys.maxunicode"Takeshi KOMIYA2019-02-271-4/+2
* | Merge pull request #5508 from jdknight/bugfix/allow-applying-linenos-with-pos...Takeshi KOMIYA2019-02-243-0/+75
|\ \
| * | test: verify linenothreshold usageJames Knight2019-02-163-0/+75
* | | Fix #6096: html: Anchor links are not added to figuresTakeshi KOMIYA2019-02-241-0/+9
* | | Merge pull request #6086 from tk0miya/separate_serializinghtmlTakeshi KOMIYA2019-02-171-5/+1
|\ \ \
| * | | Separate json and pickle to sphinxcontrib packageTakeshi KOMIYA2019-02-171-5/+1
* | | | Merge branch '1.8'Takeshi KOMIYA2019-02-172-0/+18
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fix #6047: autodoc: ``autofunction`` emits a warning for method objectsTakeshi KOMIYA2019-02-172-0/+18
* | | test: Use get_doctree() to load doctree filesTakeshi KOMIYA2019-02-174-25/+18
| |/ |/|
* | Merge pull request #6082 from tk0miya/refactor_XRefRoleTakeshi KOMIYA2019-02-161-4/+83
|\ \
| * | Add testcase for XRefRole classTakeshi KOMIYA2019-02-161-4/+63
| * | Add testcase for download roleTakeshi KOMIYA2019-02-161-0/+20
* | | Merge pull request #6074 from tk0miya/1148_autodecoratorTakeshi KOMIYA2019-02-162-0/+39
|\ \ \
| * | | Closes #1148: autodoc: Add autodecorator directive for decoratorsTakeshi KOMIYA2019-02-152-0/+39
* | | | Merge branch 'master' into simplify_conf.pyTakeshi KOMIYA2019-02-1654-834/+559
|\ \ \ \ | | |/ / | |/| |
| * | | Replace :file: and :samp: roles by class based implementationTakeshi KOMIYA2019-02-161-18/+30
| * | | Replace :guilabel: and :menuselection: roles by class based implementationTakeshi KOMIYA2019-02-161-0/+7
| * | | Fix a testTakeshi KOMIYA2019-02-161-1/+1
| * | | Fix :pep: and :rfc: roles are brokenTakeshi KOMIYA2019-02-161-0/+44
| * | | Separate htmlhelp to sphinxcontrib packageTakeshi KOMIYA2019-02-159-178/+1
| |/ /
| * | Merge pull request #6061 from tk0miya/reduce_warnings_of_rootcaseTakeshi KOMIYA2019-02-148-45/+14
| |\ \
| | * | test: Reduce warnings on building test-rootTakeshi KOMIYA2019-02-148-45/+14
| * | | refactor: test: Remove unused settings from conf.pyTakeshi KOMIYA2019-02-1411-74/+0
| |/ /
| * | Fix test_ext_autosectionlabel conflicts with HTML5 writerTakeshi KOMIYA2019-02-141-11/+13
| * | Merge pull request #6064 from tk0miya/5636_add_autosummary_mock_importsTakeshi KOMIYA2019-02-144-0/+33
| |\ \
| | * | Closes #5636: autosummary: Add autosummary_mock_imports to mock external libr...Takeshi KOMIYA2019-02-114-0/+33
| * | | Merge pull request #6063 from tk0miya/4261_autosectionlabel_max_depthTakeshi KOMIYA2019-02-143-3/+56
| |\ \ \
| | * | | refactor tests for autosectionlabelTakeshi KOMIYA2019-02-113-23/+40