summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | Fix #10181: napoleon_use_ivar adds unexpected prefix to varsTakeshi KOMIYA2022-02-121-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 4.0, :ivar: items has not been rendered as hyperlinks. So any modules, classes and tilda are now harmful. This removes the prefixing filter for napoleon_use_ivar option. refs: #5129 and #5977
| | * | | | Merge pull request #10170 from tk0miya/https_pep_roleTakeshi KOMIYA2022-02-131-6/+7
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ / The latest docutils converts :pep: role to the "https" URL
| | | * | The latest docutils converts :pep: role to the "https" URLTakeshi KOMIYA2022-02-061-6/+7
| | | | | | | | | | | | | | | | | | | | docutils-0.19 (unreleased) generates "https" URL from :pep: role.
| | * | | Merge branch '4.x' into 9529_named_footnotes_in_latexTakeshi KOMIYA2022-02-112-2/+2
| | |\ \ \
| | | * \ \ Merge pull request #10168 from tk0miya/9529_testcase_for_named_footnoteTakeshi KOMIYA2022-02-112-37/+45
| | | |\ \ \ | | | | | | | | | | | | | | test: Add testcase for named footnotes
| | | * \ \ \ Merge pull request #10150 from ↵Takeshi KOMIYA2022-02-062-2/+2
| | | |\ \ \ \ | | | | |_|/ / | | | |/| | | | | | | | | | | | | | | | | tk0miya/10146_autodoc_default_options_should_support_no-value Close #10146: autodoc: autodoc_default_options does not support `no-value` option
| | | | * | | Close #10146: autodoc: autodoc_default_options does not support `no-value` ↵Takeshi KOMIYA2022-01-312-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | option
| | * | | | | Fix #9529: LaTeX: named footnotes are converted to "?"Takeshi KOMIYA2022-02-062-29/+51
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Named auto numbered footnote (ex. ``[#named]``) that is referred multiple times was rendered to a question mark. This calls `\sphinxstepexplicit` for every footnote node that is referred multiple times.
| | * | | | test: Add testcase for named footnotesTakeshi KOMIYA2022-02-062-37/+45
| | |/ / /
| | * | | Merge pull request #10094 from tk0miya/9777_new_html_structure_of_du18Takeshi KOMIYA2022-02-051-10/+55
| | |\ \ \ | | | |/ / | | |/| | test: Follow the new HTML structure of docutils-0.18
| | | * | test: Follow the new HTML structure of docutils-0.18Takeshi KOMIYA2022-01-131-10/+55
| | | | | | | | | | | | | | | | | | | | | | | | | Since docutils-0.18, the HTML structure for citations and footnotes has been changed. This modifies our testcase to follow the new HTML structure.
| * | | | Merge commit '07110b7557a552ecfe702bdd6a2d2f9685cb1af9'Takeshi KOMIYA2022-02-142-15/+18
| |\ \ \ \ | | |/ / /
| | * | | Merge pull request #10136 from tk0miya/10133_autodoc_mocked_moduleTakeshi KOMIYA2022-01-301-0/+2
| | |\ \ \ | | | | | | | | | | | | Fix #10133: autodoc: Crashed when mocked module is used for type annotation
| | | * | | Fix #10133: autodoc: Crashed when mocked module is used for type annotationTakeshi KOMIYA2022-01-301-0/+2
| | | | |/ | | | |/|
| | * | | Close #10125: extlinks: Improve suggestion message for a reference having titleTakeshi KOMIYA2022-01-231-15/+16
| | |/ /
| * | | Drop JavaScript Frameworks (#10028)Adam Turner2022-01-301-84/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Delete jQuery and underscore.js * Move underscores.js setup to searchtools.js * Update jQuery.url(en|de)code * Update jQuery.getQueryParameters * Firefox bug is no longer present xref https://bugzilla.mozilla.org/show_bug.cgi?id=645075#c49 * Update jQuery.fn.highlightText * Use enum instead of magic number * Update test descriptions to remove obsolete jQuery reference * Update Documentation.getCurrentURL * Revert accidental fix of Documentation.getCurrentURL * Update Documentation.initOnKeyListeners * Update Documentation.hideSearchWords * Update Documentation.highlightSearchWords * Update Documentation.initDomainIndexTable * Use arrow functions and const * Replace $(document).ready * Strict mode * Move Documentation.hideSearchWords next to Documentation.highlightSearchWords * Update translation functions in Documentation * Replace $(document).ready in searchtools.js * Update Scorer * Update Search.hasIndex, Search.deferQuery, Search.stopPulse * Prefer window.location * Update Search.init * Update Search.loadIndex * Update Search.setIndex * Update Search.startPulse * Add _escapeRegExp * Update Search.makeSearchSummary * Update Search.htmlToText * Update Search.performSearch * Factor out _displayNextItem * Update Search.query * Update Search.performObjectSearch * Update Search.performTermsSearch * Remove underscores.js setup * Use Sets * Update test configuration * Fix test failures * Drop unused make/get URL functions * Strict mode in searchtools.js * Remove outmoded check for jQuery and underscore.js * Ran prettier prettier --print-width 120 --no-semi --quote-props as-needed --no-bracket-spacing --arrow-parens avoid --write sphinx/themes/basic/static * Remove more references to jQuery and underscore.js * Remove jQuery and underscore.js licences * Update classic theme for no jQuery * Update all other themes for no jQuery * Restore jQuery & underscores.js to Sphinx themes Enables a more gradual deprecation * Added deprecation note to CHANGES * Run prettier with defaults * Update deprecation message to include extensions, note that sources must be copied * oops * Address Pradyun's feedback * Forgot this one * `let` doesn't work, as it is scoped to the block... * Remove missed jQuery in sphinx13 theme
| * | | Merge branch '4.x'Takeshi KOMIYA2022-01-178-9/+114
| |\ \ \ | | |/ /
| | * | intersphinx role: :external+inv:**: instead of :external:inv+**:Jakob Lykke Andersen2022-01-161-2/+2
| | | |
| | * | intersphinx role, hax role name to preserve caseJakob Lykke Andersen2022-01-161-1/+1
| | | |
| | * | intersphinx role: new inventory parsing from role nameJakob Lykke Andersen2022-01-162-1/+41
| | | |
| | * | intersphinx role, implement warning schemeJakob Lykke Andersen2022-01-162-36/+23
| | | | | | | | | | | | | | | | and temporarily remove explicit inventories
| | * | intersphinx role, update based on merged refactoringJakob Lykke Andersen2022-01-161-0/+2
| | | |
| | * | intersphinx: explicitly parse out inventory specificationJakob Lykke Andersen2022-01-162-0/+3
| | | |
| | * | intersphinx role: rename to 'external'Jakob Lykke Andersen2022-01-161-16/+16
| | | |
| | * | intersphinx: more role testingJakob Lykke Andersen2022-01-162-27/+29
| | | |
| | * | intersphinx: Add :intersphinx:***: roleTakeshi KOMIYA2022-01-163-0/+58
| | | |
| | * | Merge pull request #10078 from ↵Takeshi KOMIYA2022-01-163-5/+5
| | |\ \ | | | | | | | | | | | | | | | | | | | | danieleades/refactor/unused-loop-control-variables address some unused loop control variables
| | | * | Update tests/test_ext_napoleon.pydanieleades2022-01-141-1/+1
| | | | | | | | | | | | | | | Co-authored-by: Takeshi KOMIYA <i.tkomiya@gmail.com>
| | | * | address some unused loop control variables (B007)Daniel Eades2022-01-123-5/+5
| | | |/
| | * | Merge pull request #10097 from tk0miya/10029_strip_value_from_cmdoptionTakeshi KOMIYA2022-01-161-4/+5
| | |\ \ | | | | | | | | | | Fix #9981: std domain: Strip value part of the option directive from genindex
| | | * | Fix #9981: std domain: Strip value part of the option directive from genindexTakeshi KOMIYA2022-01-141-4/+5
| | | |/
| | * | Merge pull request #10101 from Gobot1234/4.xTakeshi KOMIYA2022-01-161-0/+12
| | |\ \ | | | | | | | | | | Fix empty returns section
| | | * | Update tests/test_ext_napoleon_docstring.pyJames Hilton-Balfe2022-01-151-1/+1
| | | | |
| | | * | Fix formattingJames Hilton-Balfe2022-01-151-2/+1
| | | | |
| | | * | Add a test for thisJames Hilton-Balfe2022-01-151-1/+14
| | | | |
| * | | | Merge branch '4.x'Takeshi KOMIYA2022-01-166-43/+189
| |\ \ \ \ | | |/ / /
| | * | | Fix a flake8 warningTakeshi KOMIYA2022-01-151-0/+1
| | | | |
| | * | | Merge branch '4.x' into HEADTakeshi KOMIYA2022-01-15123-427/+1547
| | |\ \ \ | | | | |/ | | | |/|
| | | * | In translated docs, sort glossaries by translated termsJean Abou Samra2022-01-123-42/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done by moving the sorting from the glossary directive to a transform operating after the i18n transform. Closes #9827
| | | * | use 'callable' to check if object is callable (B004)Daniel Eades2022-01-101-1/+1
| | | | |
| | * | | Add tests for :dedent: option of code-block directiveLatosha Maltba2021-09-212-0/+90
| | | | |
| * | | | Close #10062: Change the default language to 'en'Takeshi KOMIYA2022-01-122-19/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Change the default language to `'en'` if any language is not set in `conf.py`.
| * | | | Merge branch '4.x'Takeshi KOMIYA2022-01-096-23/+28
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge pull request #10051 from tk0miya/9777_quotes_in_manpageTakeshi KOMIYA2022-01-031-1/+6
| | |\ \ \ | | | | | | | | | | | | test: manpage: double quotes are escaped since docutils-0.18
| | | * | | test: manpage: double quotes are escaped since docutils-0.18Takeshi KOMIYA2022-01-031-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Double quotes are escaped to `\(dq` on manpage output since docutils-0.18.
| | * | | | test: Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-035-22/+22
| | |/ / /
| * | | | Merge pull request #10048 from pradyunsg/change-heading-anchor-tooltipTakeshi KOMIYA2022-01-031-1/+1
| |\ \ \ \ | | | | | | | | | | | | Change "headline" to "heading"
| | * | | | Change "Permalink to this {headline -> heading}"Pradyun Gedam2022-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "heading" is a better word to use in this tooltip, since it better matches the use case.
| * | | | | Merge branch '4.x'Takeshi KOMIYA2022-01-034-6/+6
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-034-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Node.traverse() was marked as deprecated since docutils-0.18. Instead of it, Node.findall() has been added as successor of traverse(). This applies a patch to docutils-0.17 or older to be available Node.findall() and use it.