summaryrefslogtreecommitdiff
path: root/tests/roots/test-root
Commit message (Expand)AuthorAgeFilesLines
* test: Remove search link from test-rootTakeshi KOMIYA2020-07-181-1/+0
* Move "self" toctree testcase to test-toctreeTakeshi KOMIYA2020-07-181-2/+0
* Let option directive support args in the form of foo[=bar]Luke Lau2020-06-031-1/+3
* C, initial rewriteJakob Lykke Andersen2020-03-151-3/+3
* test: Reduce warnings on building test-rootTakeshi KOMIYA2019-02-145-20/+1
* Merge pull request #5983 from tk0miya/separate_applehelpTakeshi KOMIYA2019-02-062-5/+0
|\
| * Separate applehelp to sphinxcontrib packageTakeshi KOMIYA2019-02-062-5/+0
* | Merge pull request #6012 from tk0miya/update_svgimgTakeshi KOMIYA2019-02-041-1/+1
|\ \ | |/ |/|
| * Fix test: imgconverter expects size of images fixedTakeshi KOMIYA2019-02-031-1/+1
* | Fix #4611: epub: Show warning for duplicated ToC entriesTakeshi KOMIYA2019-02-031-1/+0
|/
* Merge branch '1.8'Takeshi KOMIYA2019-02-031-1/+0
|\
| * Merge pull request #6009 from tk0miya/4611_add_testcase_for_html_styleTakeshi KOMIYA2019-02-031-1/+0
| |\
| | * Separate testcase for html_style to single case from rootTakeshi KOMIYA2019-02-031-1/+0
* | | Merge branch '1.8'Takeshi KOMIYA2019-02-031-156/+2
|\ \ \ | |/ /
| * | test: Replace SVG image by simple oneTakeshi KOMIYA2019-02-031-156/+2
| |/
* | Separate jsmath to sphinxcontrib packageTakeshi KOMIYA2019-01-131-2/+4
* | quickstart: Simplify generated conf.py (for latex)Takeshi KOMIYA2019-01-071-5/+0
* | Remove coding magic comments from testsTakeshi KOMIYA2019-01-023-5/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-1/+1
* | refactor: Replace six.StringIO by io.StringIOTakeshi KOMIYA2018-12-151-2/+1
* | refactor: Replace six.add_metaclass by __metaclass_ attributeTakeshi KOMIYA2018-12-151-2/+2
* | Merge pull request #5699 from tk0miya/smart_manpage_conf_pyTakeshi KOMIYA2018-12-021-5/+0
|\ \
| * | quickstart: Simplify generated conf.py (for manpage)Takeshi KOMIYA2018-12-021-5/+0
* | | quickstart: Simplify generated conf.py (for htmlhelp)Takeshi KOMIYA2018-12-021-2/+0
|/ /
* | Merge pull request #5607 from tk0miya/smart_texinfo_conf_pyTakeshi KOMIYA2018-12-021-5/+0
|\ \
| * | quickstart: Simplify generated conf.py (for texinfo)Takeshi KOMIYA2018-11-111-5/+0
* | | Refactor metadata handlingTakeshi KOMIYA2018-11-302-58/+0
|/ /
* | test: Move autodoc_missing_imports to test-ext-autodocTakeshi KOMIYA2018-10-173-36/+0
* | Merge branch 'master' into change_master_doc_to_indexTakeshi KOMIYA2018-09-291-2/+0
|\ \
| * | Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-031-2/+0
| |/
* | The default setting for master_doc is changed to 'index'Takeshi KOMIYA2018-09-042-6/+4
|/
* Rename app.add_javascript() to add_js_file()Takeshi KOMIYA2018-05-241-1/+1
* Raise ExtensionError from Config class instead application classTakeshi KOMIYA2018-03-242-9/+1
* Change interface of add_source_parser() and add add_source_suffix()Takeshi KOMIYA2018-02-211-1/+2
* Merge branch '1.7'Takeshi KOMIYA2018-02-205-18/+27
|\
| * Fix flake8 violationsTakeshi KOMIYA2018-02-195-18/+27
* | test: Remove function based directivesTakeshi KOMIYA2018-02-082-9/+0
* | source_parsers should fill Parser.supported attribute to let Sphinx know supp...Takeshi KOMIYA2018-01-252-1/+5
|/
* Merge branch 'stable' into 1.7-releaseTakeshi KOMIYA2018-01-211-0/+2
|\
| * Fix #4434: pure numbers as link targets produce warningTakeshi KOMIYA2018-01-201-0/+2
* | autodoc: only mock specified modules with their descendantsRobin Jarry2018-01-132-3/+8
* | test_autodoc: Separate testdata (python objects) and testcasesTakeshi KOMIYA2017-12-212-2/+227
* | Merge branch 'stable'Takeshi KOMIYA2017-12-1613-47/+0
|\ \ | |/
| * diet test-root: Move .mo files to new testroot (for test_html_rebuild_mo)Takeshi KOMIYA2017-12-152-21/+0
| * diet test-root: Remove html_static_path and html_extra_path (duplicated with ...Takeshi KOMIYA2017-12-156-9/+0
| * diet test-root: Move testtheme to test-themingTakeshi KOMIYA2017-12-155-17/+0
| * diet test-root: Move ziptheme to test-themingTakeshi KOMIYA2017-12-151-0/+0
* | Reduce warnings on testingTakeshi KOMIYA2017-10-311-1/+2
|/
* Fix Emit wrong warnings if citation label includes hyphens (refs: #3558)Takeshi KOMIYA2017-06-041-0/+3
* refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-1457-0/+1687