summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Schedule removal for 7.0Adam Turner2022-04-301-1/+1
| | | | | | |
| * | | | | | Deprecate `sphinx.util.jsdump`Adam Turner2022-04-271-0/+5
| | |/ / / / | |/| | | |
| * | | | | fix typoTakayuki SHIMIZUKAWA2022-04-191-1/+1
| |/ / / / | | | | | | | | | | from https://github.com/sphinx-doc/sphinx-doc-translations/pull/13
* | | | | Use `Node.findall`Adam Turner2022-04-221-2/+2
| | | | |
* | | | | `rawsource` is deprecated in `docutils.nodes.Text`Adam Turner2022-04-221-2/+2
|/ / / /
* | | | Merge branch '5.x' into sphinx-docs-buildTakeshi KOMIYA2022-04-171-9/+11
|\ \ \ \
| * | | | Update documentationAdam Turner2022-04-161-9/+11
| |/ / /
* | | | Don't use deprecated `setup.py build_sphinx`Adam Turner2022-04-161-2/+2
|/ / /
* | | Merge branch '5.x' into autodoc_force_undocumented_rtypeTakeshi KOMIYA2022-04-031-0/+8
|\ \ \
| * | | Close #8417: autodoc: :inherited-members: option now takes multiple classesTakeshi KOMIYA2022-04-031-0/+8
| | | | | | | | | | | | | | | | | | | | It allows to suppress inherited members of several classes on the module at once by specifying the option to `automodule` directive
* | | | autodoc_typehints_description_target: Rename ↵Takeshi KOMIYA2022-04-031-5/+5
| | | | | | | | | | | | | | | | returnvalue_and_documented_params to documented_params
* | | | Merge branch '5.x' into autodoc_force_undocumented_rtypeTakeshi KOMIYA2022-04-0337-145/+668
|\ \ \ \ | |/ / /
| * | | Merge branch '4.x'Takeshi KOMIYA2022-03-282-4/+28
| |\ \ \ | | |/ /
| | * | Merge pull request #10107 from Jean-Abou-Samra/intl-warningsTakeshi KOMIYA2022-03-272-4/+28
| | |\ \ | | | | | | | | | | Implement #noqa for i18n
| | | * | Update versionadded to 4.5Takeshi KOMIYA2022-03-061-1/+1
| | | | |
| | | * | Update versionadded to 4.5Takeshi KOMIYA2022-03-061-1/+1
| | | | |
| | | * | Close #3985: Implement #noqa for i18nJean Abou Samra2022-02-151-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When cross-references in the original paragraph and the translated paragraph do not match, a warning is emitted. It is useful, because it allows to catch mistakes, but it can also be an annoyance since sometimes it is expected that the cross-references will not match. For example, a reference that is repeated in the original text may need to be factored out for good style in the target language. Another example: if the translator needs to translate a universally understood term in the source language into a term that not everyone knows is the translation of this original term, adding a reference to the glossary can be warranted. This allows the translated message to start with '#noqa' in order to disable the warning.
| | | * | Categorize warnings for inconsistent references in i18nJean Abou Samra2022-02-151-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | This allows suppressing them using the suppress_warnings configuration variable.
| * | | | Merge branch '4.x'Takeshi KOMIYA2022-03-279-30/+26
| |\ \ \ \ | | |/ / /
| | * | | Merge pull request #10301 from tk0miya/refactor_parserapi_docTakeshi KOMIYA2022-03-271-0/+1
| | |\ \ \ | | | | | | | | | | | | doc: Update docs for sphinx.parsers.Parser
| | | * | | doc: Update docs for sphinx.parsers.ParserTakeshi KOMIYA2022-03-271-0/+1
| | | | | |
| | * | | | Merge pull request #10300 from tk0miya/doc_URL_changedTakeshi KOMIYA2022-03-271-1/+1
| | |\ \ \ \ | | | |/ / / | | | | | | doc: URL of requests has changed now
| | | * | | doc: URL of requests has changed nowTakeshi KOMIYA2022-03-271-1/+1
| | | | | |
| | * | | | extlinks: Disable hardcoded links detector by default (refs: #10126)Takeshi KOMIYA2022-03-271-0/+8
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | The hardcoded links detector added since 4.4.0 causes troubles in many projects. Therefore, this disables it by default, and adds a new configuration `extlinks_detect_hardcoded_links` to enable it explicitly.
| | * | | doc: Use :pep: role to refer PEP documentsTakeshi KOMIYA2022-03-276-28/+15
| | | | |
| | * | | Update PEP links in docsHugo van Kemenade2022-03-246-9/+9
| | | | |
| * | | | Merge branch '4.x'Takeshi KOMIYA2022-03-192-0/+58
| |\ \ \ \ | | |/ / /
| | * | | Merge pull request #10260 from hugovk/colour-env-varsTakeshi KOMIYA2022-03-171-0/+16
| | |\ \ \ | | | | | | | | | | | | Enable FORCE_COLOR and NO_COLOR for terminal colouring
| | | * | | Document NO_COLOR and FORCE_COLOR environment variablesHugo van Kemenade2022-03-131-0/+16
| | | | |/ | | | |/|
| | * | | Fix #10223: doc: Add descriptions of :module: option for python directivesTakeshi KOMIYA2022-03-061-0/+42
| | |/ /
| * | | Fixed typo.Carlton Gibson2022-02-231-1/+1
| | | | | | | | | | | | Should read `…an info field list…`, rather than ``…a info field list…`.
| * | | Merge branch '4.x'Takeshi KOMIYA2022-02-194-7/+16
| |\ \ \ | | |/ /
| | * | Fix #10181: napoleon_use_ivar adds unexpected prefix to varsTakeshi KOMIYA2022-02-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | setup -> set upDaniel Townsend2022-02-101-1/+1
| | | |
| | * | improve grammar in theming.rstDaniel Townsend2022-02-081-2/+2
| | | |
| | * | Merge pull request #10150 from ↵Takeshi KOMIYA2022-02-061-1/+5
| | |\ \ | | | | | | | | | | | | | | | | | | | | tk0miya/10146_autodoc_default_options_should_support_no-value Close #10146: autodoc: autodoc_default_options does not support `no-value` option
| | | * | Update doc/usage/extensions/autodoc.rstTakeshi KOMIYA2022-02-061-1/+1
| | | | |
| | | * | Close #10146: autodoc: autodoc_default_options does not support `no-value` ↵Takeshi KOMIYA2022-01-311-1/+5
| | | | | | | | | | | | | | | | | | | | option
| | * | | Remove commas when describing characters for section headingsNoah Sprent2022-02-021-4/+4
| | |/ /
| * | | Merge commit '799385f5558a888d1a143bf703d06b66d6717fe4'Takeshi KOMIYA2022-02-161-3/+12
| |\ \ \ | | |/ /
| | * | Merge pull request #9337 from marxin/new-shortcutsTakeshi KOMIYA2022-01-311-3/+12
| | |\ \ | | | | | | | | | | Implement new search shortcuts.
| | | * | Implement new shortcuts:Martin Liska2022-01-221-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - "/" for Focus search bar - "ESC" - clear highlighted text Fixes #691. Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com>
| * | | | Merge commit '07110b7557a552ecfe702bdd6a2d2f9685cb1af9'Takeshi KOMIYA2022-02-142-3/+5
| |\ \ \ \ | | |/ / /
| | * | | Update autosummary.rstTimo Cornelius Metzger2022-01-271-2/+2
| | |/ /
| | * | Mention nitpick_ignore(_regex) in docs of warn-missing-referenceHinrich Mahler2022-01-181-1/+3
| | |/
| * | Merge commit '2be06309518d9401a42880bb5b4321dfdd1e5e90'Takeshi KOMIYA2022-02-141-0/+7
| |\ \ | | |/
| | * Close #9456: html search: Add a config variable; html_show_search_summaryTakeshi KOMIYA2022-01-171-0/+7
| | | | | | | | | | | | refs: #9494
| * | Drop JavaScript Frameworks (#10028)Adam Turner2022-01-302-17/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-172-24/+58
| |\ \ | | |/
| | * intersphinx role, update docsJakob Lykke Andersen2022-01-161-6/+6
| | |