summaryrefslogtreecommitdiff
path: root/tests/roots
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.x' into 9607_incorrect_orig_basesTakeshi KOMIYA2021-09-272-0/+1
|\
| * Merge pull request #9670 from jonppe/fix-download-file-with-special-charactersTakeshi KOMIYA2021-09-252-0/+1
| |\
| | * Add test for encoding local file links with special charactersJohannes Aalto2021-09-242-0/+1
* | | Fix #9607: autodoc: Incorrect base class detectionTakeshi KOMIYA2021-09-201-0/+4
|/ /
* | Close #9639: autodoc: Support asynchronous generator functionsTakeshi KOMIYA2021-09-172-0/+8
|/
* Fix typos discovered by codespellChristian Clauss2021-09-084-5/+5
* Check complete ancestry of text nodes for smartquotes eligibility.Justin Turner Arthur2021-08-212-0/+16
* Fix autodoc_docstring_signature support for __init__ and __new__Jeremy Maitin-Shepard2021-07-311-0/+14
* Merge branch '4.1.x' into 4.xTakeshi KOMIYA2021-07-231-2/+1
|\
| * Fix #9435: linkcheck: Failed to check anchors in github.comTakeshi KOMIYA2021-07-181-2/+1
* | Close #9445: autodoc: Support class propertiesTakeshi KOMIYA2021-07-171-1/+6
|/
* Fix handling of local paths in html_logo/html_favicon directorives in conf.pySimon Hausmann2021-07-133-0/+36
* Merge pull request #9225 from doerwalter/typehint-htmlTakeshi KOMIYA2021-07-112-0/+5
|\
| * Add tests for html_signaturereturn_icon.Walter Doerwald2021-05-222-0/+5
* | Fix typoEisuke Kawashima2021-07-081-1/+1
* | Merge branch '4.x' into 6525_linkcheck_warn_redirectsTakeshi KOMIYA2021-07-0711-0/+74
|\ \
| * \ Merge branch 'sphinx-doc:4.x' into container-latexDavid A. Ham2021-07-0413-1/+80
| |\ \
| | * \ Merge pull request #9386 from tk0miya/9384_autodoc_typehints_supports_attributesTakeshi KOMIYA2021-07-041-0/+10
| | |\ \
| | | * | Fix #9384: autodoc_typehints='none' supports typehints for attributesTakeshi KOMIYA2021-06-291-0/+10
| | * | | Add unit test for remote logo and fav iconSimon Hausmann2021-06-282-0/+37
| | |/ /
| | * | Fix :samp:`{var}` in manual pages.Martin Liska2021-06-161-0/+7
| | * | Merge pull request #9155 from jakobandersen/field_rolesJakob Lykke Andersen2021-06-032-0/+9
| | |\ \
| | | * | Field roles, add C++ testJakob Lykke Andersen2021-06-031-0/+5
| | | * | Field roles, add C testJakob Lykke Andersen2021-06-031-0/+4
| | * | | Merge pull request #9260 from tk0miya/9016_linkcheck_github_anchorsTakeshi KOMIYA2021-06-041-0/+2
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Close #9016: linkcheck builder failed to check the anchors of github.comTakeshi KOMIYA2021-06-011-0/+2
| | * | | Merge pull request #9285 from tk0miya/9283_autodoc_attribute_not_having_commentTakeshi KOMIYA2021-06-031-0/+1
| | |\ \ \
| | | * | | Fix #9283: autodoc: failed to build doc for attribute not commentedTakeshi KOMIYA2021-05-301-0/+1
| | | |/ /
| | * | | Close #9268: python_use_unqualified_type_names supports type fieldTakeshi KOMIYA2021-06-031-0/+4
| | |/ /
| * | | Update tests to match code changes.David Ham2021-07-041-1/+1
| * | | Test for LaTeX container output.David Ham2021-05-152-0/+4
| | |/ | |/|
* | | Merge branch '4.x' into 6525_linkcheck_warn_redirectsTakeshi KOMIYA2021-05-314-1/+10
|\ \ \ | | |/ | |/|
| * | Merge pull request #9239 from igo95862/https-linksTakeshi KOMIYA2021-05-191-1/+1
| |\ \
| | * | doc: Upgrade docutils.sourceforge.io links to HTTPSigo958622021-05-161-1/+1
| * | | Merge branch '4.0.x' into 4.xTakeshi KOMIYA2021-05-192-0/+6
| |\ \ \ | | |/ / | |/| |
| | * | Fix #9240: Unknown node error for pending_xref_condition is raisedTakeshi KOMIYA2021-05-182-0/+6
| * | | Close #8061, #9218: autodoc: Support variable comment for alias classesTakeshi KOMIYA2021-05-151-0/+3
| | |/ | |/|
* | | Add testcase for combination of allow_redirects and warn_redirectsTakeshi KOMIYA2021-05-212-0/+3
|/ /
* | Merge pull request #9185 from AWhetter/autodoc_typehints_bothTakeshi KOMIYA2021-05-121-0/+2
|\ \
| * | autodoc.typehints can accurately represent overloadsAshley Whetter2021-05-081-0/+2
* | | Merge branch '4.0.x' into 4.xTakeshi KOMIYA2021-05-112-0/+12
|\ \ \ | | |/ | |/|
| * | Fix #9205: py domain: canonical option causes xref resolution errorTakeshi KOMIYA2021-05-112-0/+12
* | | Fix #9175: autodoc: Special member is not documented in the moduleTakeshi KOMIYA2021-05-081-0/+14
| |/ |/|
* | Merge pull request #9131 from RuRo/feature/glob-nitpick-ignoreTakeshi KOMIYA2021-05-052-0/+8
|\ \
| * | add nitpicky-warnings test rootruro2021-05-022-0/+8
* | | Merge pull request #9146 from pbudzyns/autosummary-iattr-includeTakeshi KOMIYA2021-05-051-0/+7
|\ \ \
| * | | add testsPawel Budzynski2021-04-291-0/+7
| |/ /
* | | Merge branch '4.0.x' into 4.xTakeshi KOMIYA2021-05-031-1/+1
|\ \ \ | | |/ | |/|
| * | Fix test: deprecation warning for extlinksTakeshi KOMIYA2021-05-031-1/+1
| |/
* | Merge pull request #9159 from tk0miya/8588_nested_autodoc_type_aliasesTakeshi KOMIYA2021-05-031-0/+5
|\ \