.. |
test-add_enumerable_node
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-add_source_parser
|
Drop features and APIs deprecated in 1.8
|
2019-03-30 14:50:37 +09:00 |
test-add_source_parser-conflicts-with-users-setting
|
Remove coding magic comments from tests
|
2019-01-02 21:53:07 +09:00 |
test-api-set-translator
|
Sort imports with isort
|
2020-11-11 13:19:05 +01: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-subpackage-in-toc/parent
|
Closes #4520 - acidic: Subpackage not in toc. The rule of skipping folders with only an empty __init__.py has been removed. The reason for this is that it was never working consistently in the first place and made the code unnecessary hard to reason about. Tests for the TOC generation have been added, as well as tests for the exclude mechanism since they are coupled. One test (test_ext_apidoc.py::test_exclude) has also been modified to reflect the new behaviour.
|
2018-03-21 14:35:58 +09:00 |
test-apidoc-toc/mypackage
|
Sort imports with isort
|
2020-11-11 13:19:05 +01:00 |
test-apidoc-trailing-underscore/package_
|
Fix flake8 violations
|
2018-02-19 23:20:56 +09:00 |
test-autosummary
|
add tests
|
2021-04-29 14:48:56 +02:00 |
test-basic
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-build-html-translator
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-build-text
|
Removing unnecessary indent.
|
2018-10-28 08:42:36 +01:00 |
test-builder-dirhtml
|
Fix #7095: dirhtml: Cross references are broken via intersphinx and :doc:
|
2020-02-07 23:32:27 +09:00 |
test-builder-gettext-dont-rebuild-mo
|
refactor: Use CatalogRepository instead of find_catalog_source_file()
|
2019-02-27 22:47:08 +09:00 |
test-changes
|
A happy new year!
|
2021-01-01 13:40:48 +09:00 |
test-circular
|
Strip trailing whitespaces and normalize line endings
|
2020-10-03 13:47:01 +02:00 |
test-config
|
refactor testcase for config
|
2018-03-23 23:41:09 +09:00 |
test-correct-year
|
refactor: Remove u-prefix from strings
|
2018-12-16 21:28:51 +09:00 |
test-default_role
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-directive-code
|
Add :force: option to code directives
|
2019-06-01 13:42:57 +09:00 |
test-directive-csv-table
|
Close #8487: csv-table now considers abspath as relpath from srcdir
|
2021-03-09 01:07:19 +09:00 |
test-directive-only
|
The default setting for master_doc is changed to 'index'
|
2018-09-04 01:14:16 +09:00 |
test-directives-raw
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-docutilsconf
|
refactor: test-docutilsconf
|
2019-02-09 00:49:49 +09:00 |
test-domain-c
|
Field roles, add C test
|
2021-06-03 16:42:57 +02:00 |
test-domain-c-intersphinx
|
C, fix object types for xrefs
|
2021-01-11 20:51:36 +01:00 |
test-domain-cpp
|
Field roles, add C++ test
|
2021-06-03 16:52:38 +02:00 |
test-domain-cpp-intersphinx
|
C++, fix object types for xrefs
|
2021-01-11 20:51:36 +01:00 |
test-domain-js
|
refactor: test: Remove unused settings from conf.py
|
2019-02-14 02:21:07 +09:00 |
test-domain-py
|
Fix #9205: py domain: canonical option causes xref resolution error
|
2021-05-11 01:15:14 +09:00 |
test-domain-py-python_use_unqualified_type_names
|
Close #9268: python_use_unqualified_type_names supports type field
|
2021-06-03 00:09:16 +09:00 |
test-domain-py-xref-warning
|
Fix #6914: Emit a detailed warning when failed to resolve :ref:
|
2020-11-03 02:27:43 +09:00 |
test-double-inheriting-theme
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-epub-anchor-id
|
Fix #5070: epub: Wrong internal href fragment links
|
2019-10-20 14:32:08 +09:00 |
test-ext-autodoc
|
Fix #10027: autodoc_typehints_format does not work with :show-inheritance:
|
2022-01-01 18:06:57 +09:00 |
test-ext-autosectionlabel
|
refactor tests for autosectionlabel
|
2019-02-11 18:34:04 +09:00 |
test-ext-autosectionlabel-prefix-document
|
refactor tests for autosectionlabel
|
2019-02-11 18:34:04 +09:00 |
test-ext-autosummary
|
#2021: Allow autosummary to respect __all__
|
2021-11-15 13:16:33 +11:00 |
test-ext-autosummary-filename-map
|
Remove irrelevant test RST
|
2020-07-23 17:27:57 +10:00 |
test-ext-autosummary-imported_members
|
Sort imports with isort
|
2020-11-11 13:19:05 +01:00 |
test-ext-autosummary-mock_imports
|
Sort imports with isort
|
2020-11-11 13:19:05 +01:00 |
test-ext-autosummary-recursive
|
test: Remove meaningless testcases
|
2020-04-22 00:23:37 +09:00 |
test-ext-autosummary-skip-member
|
autosummary: Allows to document a member forcedly if skip-member handler returns False
|
2019-11-16 18:19:33 +09:00 |
test-ext-autosummary-template
|
Fix #7570: autosummary: template option is broken
|
2020-04-30 00:14:59 +09:00 |
test-ext-coverage
|
Support coverage_ignore_pyobjects in the coverage builder
|
2019-05-15 12:23:05 +02:00 |
test-ext-doctest
|
Close #8326: Rename master_doc to root_doc
|
2021-02-28 17:10:57 +09:00 |
test-ext-doctest-skipif
|
Close #8326: Rename master_doc to root_doc
|
2021-02-28 17:10:57 +09:00 |
test-ext-doctest-with-autodoc
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-ext-extlinks-hardcoded-urls
|
extlinks: replacement suggestions for hardcoded links
|
2021-11-12 09:38:59 +01:00 |
test-ext-extlinks-hardcoded-urls-multiple-replacements
|
extlinks: replacement suggestions for hardcoded links
|
2021-11-12 09:38:59 +01:00 |
test-ext-githubpages
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-ext-graphviz
|
Close #6966: graphviz: Support `:class: ` option
|
2019-12-27 22:38:10 +09:00 |
test-ext-ifconfig
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-ext-imgconverter
|
Fix #9103: LaTeX: imgconverter: conversion runs even if not needed
|
2021-04-17 16:51:19 +09:00 |
test-ext-inheritance_diagram
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-ext-intersphinx-cppdomain
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-ext-math
|
Close #6241: html: Allow to add JS/CSS files to the specific page
|
2021-01-07 02:12:07 +09:00 |
test-ext-math-compat
|
Drop features and APIs deprecated in 1.8
|
2019-03-30 14:50:37 +09:00 |
test-ext-math-simple
|
quickstart: Simplify generated conf.py (for latex)
|
2019-01-07 23:06:14 +09:00 |
test-ext-todo
|
quickstart: Simplify generated conf.py (for latex)
|
2019-01-07 23:06:14 +09:00 |
test-ext-viewcode
|
Fix typos discovered by codespell
|
2021-09-08 02:15:25 +02:00 |
test-ext-viewcode-find
|
Sort imports with isort
|
2020-11-11 13:19:05 +01:00 |
test-extensions
|
Add app.is_parallel_allowed()
|
2017-12-30 00:54:55 +09:00 |
test-footnotes
|
Extend latex footnotes unit test
|
2021-02-02 00:10:45 +01:00 |
test-gettext-template
|
Remove coding magic comments from tests
|
2019-01-02 21:53:07 +09:00 |
test-glossary
|
quickstart: Simplify generated conf.py (for latex)
|
2019-01-07 23:06:14 +09:00 |
test-highlight_options
|
Close #207: Now highlight_language supports multiple languages
|
2021-01-11 21:40:09 +09:00 |
test-html_assets
|
doc: Add explanation for the priority attribute of html_*_files
|
2021-01-03 00:16:10 +09:00 |
test-html_entity
|
Fix a test
|
2019-02-16 01:55:58 +09:00 |
test-html_scaled_image_link
|
Close #7032: html_scaled_image_link is disabled for individual image
|
2020-02-18 01:48:11 +09:00 |
test-html_signaturereturn_icon
|
Add tests for html_signaturereturn_icon.
|
2021-05-22 20:15:11 +02:00 |
test-html_style
|
Merge branch '1.8'
|
2019-02-03 19:53:12 +09:00 |
test-image-in-parsed-literal
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-image-in-section
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-images
|
Fix #6444: test: replace example.com by existing page
|
2019-06-05 23:42:24 +09:00 |
test-index_on_title
|
Fix #6149: LaTeX: :index: role titles causes build error of LaTeX
|
2019-03-10 02:07:02 +09:00 |
test-inheritance
|
pretty style fix
|
2020-02-12 01:39:13 +09:00 |
test-intl
|
doc: Upgrade docutils.sourceforge.io links to HTTPS
|
2021-05-16 15:53:49 +03:00 |
test-keep_warnings
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-latex-babel
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-latex-container
|
Update tests to match code changes.
|
2021-07-04 20:15:56 +01:00 |
test-latex-equations
|
Close #8326: Rename master_doc to root_doc
|
2021-02-28 17:10:57 +09:00 |
test-latex-figure-in-admonition
|
Fix latex figure in admonition
|
2019-05-24 16:07:13 +02:00 |
test-latex-includegraphics
|
Close #8326: Rename master_doc to root_doc
|
2021-02-28 17:10:57 +09:00 |
test-latex-index
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-latex-labels
|
fix typo
|
2020-07-19 00:43:11 +00:00 |
test-latex-numfig
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-latex-table
|
Let latex writer line trimming from depart_entry() work as before #8781
|
2021-01-30 10:26:42 +01:00 |
test-latex-theme
|
LaTeX: Allow to override papersize and pointsize from LaTeX themes
|
2020-04-12 15:30:45 +09:00 |
test-latex-title
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-latex-unicode
|
Do not replace unicode characters by LaTeX macros on unicode supported LaTeX engines
|
2019-10-20 22:54:21 +09:00 |
test-linkcheck
|
Fix #9435: linkcheck: Failed to check anchors in github.com
|
2021-07-18 13:03:57 +09:00 |
test-linkcheck-documents_exclude
|
linkcheck: Exclude links from matched documents
|
2021-12-08 10:01:45 +01:00 |
test-linkcheck-localserver
|
linkcheck: Test redirect following for HEAD and GET
|
2020-11-11 18:32:53 +01:00 |
test-linkcheck-localserver-anchor
|
Rename test-linkcheck-localserver{,-anchor}
|
2020-11-11 18:32:52 +01:00 |
test-linkcheck-localserver-https
|
linkcheck: test invalid SSL is reported as broken
|
2020-11-12 19:58:04 +01:00 |
test-linkcheck-localserver-warn-redirects
|
Add testcase for combination of allow_redirects and warn_redirects
|
2021-05-21 02:04:01 +09:00 |
test-local-logo
|
Fix handling of local paths in html_logo/html_favicon directorives in conf.py
|
2021-07-13 18:03:36 +02:00 |
test-locale
|
Add testcases
|
2018-02-25 23:44:37 +09:00 |
test-manpage_url
|
refactor: test: Remove unused settings from conf.py
|
2019-02-14 02:21:07 +09:00 |
test-markup-citation
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-markup-rubric
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-maxlistdepth
|
refactor: test: Remove unused settings from conf.py
|
2019-02-14 02:21:07 +09:00 |
test-metadata
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-need-escaped
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-nested-enumerated-list
|
quickstart: Simplify generated conf.py (for latex)
|
2019-01-07 23:06:14 +09:00 |
test-nested-tables
|
Close #6837: LaTeX: Support a nested table
|
2019-12-22 18:00:58 +09:00 |
test-nitpicky-warnings
|
add nitpicky-warnings test root
|
2021-05-02 14:53:01 +03:00 |
test-numbered-circular
|
Strip trailing whitespaces and normalize line endings
|
2020-10-03 13:47:01 +02:00 |
test-numfig
|
refactor: test: Remove unused settings from conf.py
|
2019-02-14 02:21:07 +09:00 |
test-productionlist
|
Fixes from review
|
2020-01-25 17:02:59 +01:00 |
test-prolog
|
Sort imports with isort
|
2020-11-11 13:19:05 +01:00 |
test-pycode
|
Added test case for non ASCII & non UTF8 encoding Windows-1251 in test_pycode section
|
2019-12-15 21:47:57 +03:00 |
test-pycode-egg
|
Sort imports with isort
|
2020-11-11 13:19:05 +01:00 |
test-refonly_bullet_list
|
quickstart: Simplify generated conf.py (for latex)
|
2019-01-07 23:06:14 +09:00 |
test-remote-logo
|
Add unit test for remote logo and fav icon
|
2021-06-28 13:28:29 +02:00 |
test-reST-code-block
|
Close #7849: html: Add html_codeblock_linenos_style
|
2020-07-11 20:59:38 +09:00 |
test-roles-download
|
Test that downloads with the same filename are still handled correctly
|
2019-06-03 20:00:14 +03:00 |
test-root
|
Add test for encoding local file links with special characters
|
2021-09-24 20:34:09 +03:00 |
test-search
|
Close #7025: html search: full text search can be disabled via metadata
|
2020-02-22 17:34:44 +09:00 |
test-setup
|
Remove coding magic comments from tests
|
2019-01-02 21:53:07 +09:00 |
test-smartquotes
|
Check complete ancestry of text nodes for smartquotes eligibility.
|
2021-08-21 00:20:04 -05:00 |
test-stylesheets
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-templating
|
Close #4030: autosummary: Add autosummary_context
|
2020-04-25 11:15:43 +09:00 |
test-theming
|
Sort imports with isort
|
2020-11-11 13:19:05 +01:00 |
test-tocdepth
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-toctree
|
Move "self" toctree testcase to test-toctree
|
2020-07-18 16:42:23 +09:00 |
test-toctree-duplicated
|
Fix #4611: epub: Show warning for duplicated ToC entries
|
2019-02-03 22:53:30 +09:00 |
test-toctree-empty
|
refactor: test: Remove unused settings from conf.py
|
2019-02-14 02:21:07 +09:00 |
test-toctree-glob
|
refactor: test: Remove unused settings from conf.py
|
2019-02-14 02:21:07 +09:00 |
test-toctree-maxdepth
|
refactor: test: Remove unused settings from conf.py
|
2019-02-14 02:21:07 +09:00 |
test-transforms-post_transforms-missing-reference
|
Fix #9240: Unknown node error for pending_xref_condition is raised
|
2021-05-18 01:55:36 +09:00 |
test-trim_doctest_flags
|
Close #6698: doctest: Add :no-trim-doctest-flags: options
|
2020-08-05 23:39:05 +09:00 |
test-versioning
|
test: Omit master_doc settings from testcases
|
2019-01-03 10:58:42 +09:00 |
test-warnings
|
Sort imports with isort
|
2020-11-11 13:19:05 +01:00 |