sphinx/tests/roots
2018-03-18 01:21:01 +09:00
..
test-add_enumerable_node Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-add_source_parser Change interface of add_source_parser() and add add_source_suffix() 2018-02-21 10:54:49 +09:00
test-add_source_parser-conflicts-with-users-setting Change interface of add_source_parser() and add add_source_suffix() 2018-02-21 10:54:49 +09:00
test-api-set-translator Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-apidoc-pep420/a/b fix ext.apidoc to include "empty" packages that contain modules 2018-01-23 14:21:03 -05:00
test-apidoc-toc/mypackage Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-apidoc-trailing-underscore/package_ Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-autosummary Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-basic HTML themes can set up default sidebars through `theme.conf` 2017-10-22 15:14:02 +09:00
test-build-html-translator clean up commented lines 2017-03-04 20:58:43 -06:00
test-build-text #3998: Add optional section numbering in plain text output 2017-11-05 22:51:38 +00:00
test-builder-gettext-dont-rebuild-mo diet test-root: Move .mo files to new testroot (for test_html_rebuild_mo) 2017-12-15 21:15:02 +09:00
test-circular fix testing for text builder that generate _build/text/_build/text/_build/... recursive directories because *.txt in _build/text previously generated was detected as source file. 2016-01-09 15:35:56 +09:00
test-config Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-correct-year Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-default_role Add tests for default-role 2017-07-31 00:46:26 +09:00
test-directive-code Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-directive-only fix testing for text builder that generate _build/text/_build/text/_build/... recursive directories because *.txt in _build/text previously generated was detected as source file. 2016-01-09 15:35:56 +09:00
test-directives-raw Fix #3594: LaTeX: single raw directive has been considereed as block level element 2017-04-08 11:54:01 +09:00
test-docutilsconf fix testing for text builder that generate _build/text/_build/text/_build/... recursive directories because *.txt in _build/text previously generated was detected as source file. 2016-01-09 15:35:56 +09:00
test-domain-cpp C++, fix handling of (templated) operators 2017-12-28 16:50:32 +01:00
test-domain-js Remove JS domain module feature for null module names 2017-03-20 13:38:23 -07:00
test-domain-py Merge branch 'stable' 2017-10-23 12:23:58 +09:00
test-double-inheriting-theme Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-ext-autodoc Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-ext-autosectionlabel Use rawsource in autosectionlabel 2018-02-11 13:52:27 +09:00
test-ext-autosectionlabel-prefix-document Use rawsource in autosectionlabel 2018-02-11 13:52:27 +09:00
test-ext-autosummary Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-ext-doctest Rename tests directory; roots/test-doctest -> roots/test-ext-doctest 2017-11-02 00:03:29 +09:00
test-ext-doctest-with-autodoc Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-ext-githubpages Add sphinx.ext.githubpages to publish the docs on GitHub Pages 2016-01-06 22:14:57 +09:00
test-ext-graphviz Add test for ext.graphviz alignment. 2017-09-24 17:04:25 +09:00
test-ext-ifconfig Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-ext-imgconverter Add sphinx.ext.imgconverter 2017-04-22 13:29:16 +09:00
test-ext-inheritance_diagram fixes #3959 alias/rename support for classes inside inheritence diagrams 2017-07-31 18:21:05 +01:00
test-ext-intersphinx-cppdomain Some cleanup to avoid using the std:: namespace 2017-09-28 13:43:46 -05:00
test-ext-math add tests for math_numfig 2017-10-18 16:52:28 -04:00
test-ext-math-simple Optimize tests: test_imgmath_png, test_imgmath_svg 2016-07-14 01:36:40 +09:00
test-ext-todo update todo extension test to test multiple todolists 2017-11-26 20:54:32 -08:00
test-ext-viewcode Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-extensions Add app.is_parallel_allowed() 2017-12-30 00:54:55 +09:00
test-footnotes Improve LaTeX footnotes (#3022) 2016-10-15 12:09:58 +02:00
test-gettext-template Fix the dirname for testing files 2018-02-19 09:51:30 +09:00
test-html_assets Run *.png through zopflipng -m 2016-07-07 18:34:18 +03:00
test-html_entity Fix &nbsp is appeared in EPUB docs #3450 again 2017-02-26 00:29:25 +09:00
test-image-in-parsed-literal Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-image-in-section Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-images Emit warning when fetching remote images failed 2017-04-19 01:40:17 +09:00
test-inheritance Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-intl Re-arrange WARNING messages about reference inconsistencies 2017-10-07 10:47:59 +09:00
test-keep_warnings Refactor sphinx.environment: Reimplement filter_messages() as a transform 2016-09-15 02:29:50 +09:00
test-latex-babel Fix broken LaTeX code is generated if unknown language is given 2016-01-16 23:59:13 +09:00
test-latex-equations Fix vertical space before equation in latex (closes: #4574) 2018-03-11 11:36:16 +01:00
test-latex-index Add test for #4066 latex \index indent fix 2017-09-20 10:30:45 +02:00
test-latex-numfig Let LaTeX obey :confval:math_numfig for equation numbering 2017-12-21 12:23:20 +01:00
test-latex-table Fix failed latex test after merge 2018-01-20 10:48:27 +01:00
test-latex-title Fix #3117: LaTeX writer crashes if admonition is placed before first section title 2016-11-23 00:42:34 +09:00
test-linkcheck Use sphinx-doc.org for testing 2016-11-06 17:52:15 +09:00
test-locale Add testcases 2018-02-25 23:44:37 +09:00
test-manpage_url add link to manpages in HTML builder 2018-01-11 13:20:34 -05:00
test-maxlistdepth Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-nested-enumerated-list Fix #4577: Enumerated sublists with explicit start with wrong number 2018-02-18 17:29:17 +09:00
test-numbered-circular fix testing for text builder that generate _build/text/_build/text/_build/... recursive directories because *.txt in _build/text previously generated was detected as source file. 2016-01-09 15:35:56 +09:00
test-numfig Revert "Add `config-inited` event" 2016-11-20 12:46:30 +09:00
test-prolog Change interface of add_source_parser() and add add_source_suffix() 2018-02-21 10:54:49 +09:00
test-refonly_bullet_list Refactor sphinx.environment: Reimplemnt process_refonly_bullet_lists() as a transform 2016-09-15 02:29:50 +09:00
test-root Change interface of add_source_parser() and add add_source_suffix() 2018-02-21 10:54:49 +09:00
test-search Year++ 2017-03-26 11:49:34 +09:00
test-setup Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-smartquotes Add tests for smartquotes 2018-01-09 23:37:37 +09:00
test-stylesheets Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-templating Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-theming Fix flake8 violations 2018-02-19 23:20:56 +09:00
test-tocdepth fix testing for text builder that generate _build/text/_build/text/_build/... recursive directories because *.txt in _build/text previously generated was detected as source file. 2016-01-09 15:35:56 +09:00
test-toctree Add testcase for toctree 2016-09-30 10:42:18 +09:00
test-toctree-empty Add another test for empty toctree 2017-03-29 00:52:35 -07:00
test-toctree-glob Fix #4641: A external link in TOC cannot contain "?" with `:glob:` option 2018-02-19 23:27:57 +09:00
test-toctree-maxdepth `:maxdepth: option of toctree affects secnumdepth` (ref: #2547) 2016-05-26 23:23:07 +09:00
test-versioning fix testing for text builder that generate _build/text/_build/text/_build/... recursive directories because *.txt in _build/text previously generated was detected as source file. 2016-01-09 15:35:56 +09:00
test-warnings Drop warning for nonlocal image URI 2017-04-19 01:40:17 +09:00