summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Mention nitpick_ignore(_regex) in docs of warn-missing-referenceHinrich Mahler2022-01-181-1/+3
* Close #9456: html search: Add a config variable; html_show_search_summaryTakeshi KOMIYA2022-01-171-0/+7
* intersphinx role, update docsJakob Lykke Andersen2022-01-161-6/+6
* intersphinx role, documentationJakob Lykke Andersen2022-01-161-23/+57
* Merge pull request #10078 from danieleades/refactor/unused-loop-control-varia...Takeshi KOMIYA2022-01-161-1/+1
|\
| * Update recipe.pydanieleades2022-01-141-1/+1
| * address some unused loop control variables (B007)Daniel Eades2022-01-121-1/+1
* | Merge branch '4.x' into HEADTakeshi KOMIYA2022-01-1535-56/+1016
|\ \ | |/
| * In translated docs, sort glossaries by translated termsJean Abou Samra2022-01-121-0/+3
| * Merge branch '4.3.x' into 4.xTakeshi KOMIYA2022-01-011-1/+1
| |\
| | * A happy new year!Takeshi KOMIYA2022-01-011-1/+1
| * | autodoc: Rename autodoc_unqualified_typehints to autodoc_typehints_format (re...Takeshi KOMIYA2021-12-241-3/+8
| |/
| * doc: Update explanation of autodoc_unqualified_typehints (ref: #9931)Takeshi KOMIYA2021-12-181-2/+2
| * Merge pull request #9963 from tk0miya/refactor_docTakeshi KOMIYA2021-12-166-16/+16
| |\
| | * doc: Use "console" for the highlight language of console outputTakeshi KOMIYA2021-12-136-16/+16
| * | Merge pull request #9287 from ssbarnea/fix/ircTakeshi KOMIYA2021-12-162-2/+2
| |\ \ | | |/ | |/|
| | * Document new irc channel locationSorin Sbarnea2021-06-012-2/+2
| * | Fix #9108: docs: Use default pygments_theme to get accessiblityTakeshi KOMIYA2021-12-111-1/+1
| * | Merge pull request #9931 from tk0miya/9075_autodoc_unqualified_typehintsTakeshi KOMIYA2021-12-111-0/+7
| |\ \
| | * | Close #9075: autodoc: Add a config variable autodoc_unqualified_typehintsTakeshi KOMIYA2021-12-031-0/+7
| * | | Merge branch '4.x' into texinfo-add-texinfo_emit_document_referencesTakeshi KOMIYA2021-12-1110-15/+381
| |\ \ \
| | * | | linkcheck: Exclude links from matched documentsChristian Roth2021-12-081-0/+13
| | * | | doc: Improve autodoc extension exampleJouke Witteveen2021-12-061-5/+4
| | * | | Merge pull request #9852 from astrojuanlu/new-tutorial-deployingTakeshi KOMIYA2021-12-043-0/+281
| | |\ \ \
| | | * | | Remove note to simplify messageJuan Luis Cano Rodríguez2021-11-281-9/+0
| | | * | | Add note about `.nojekyll` fileJuan Luis Cano Rodríguez2021-11-231-0/+9
| | | * | | Document GitLab PagesJuan Luis Cano Rodríguez2021-11-181-0/+47
| | | * | | Add missing content on dependenciesJuan Luis Cano Rodríguez2021-11-181-7/+12
| | | * | | Describe deployment on Read the Docs and GitHub PagesJuan Luis Cano Rodríguez2021-11-182-0/+74
| | | * | | Write how to publish documentation sourcesJuan Luis Cano Rodríguez2021-11-181-0/+76
| | | * | | Change focus to be broader and more descriptiveJuan Luis Cano Rodríguez2021-11-181-5/+2
| | | * | | Finish background section on deploymentJuan Luis Cano Rodríguez2021-11-171-0/+24
| | | * | | Add descriptive section to deployment section of tutorialJuan Luis Cano Rodríguez2021-11-172-0/+58
| | * | | | doc: Fix autodoc extension exampleJouke Witteveen2021-12-021-2/+5
| | | |/ / | | |/| |
| | * | | Merge pull request #9800 from hoefling/extlinks/replacements-checkTakeshi KOMIYA2021-11-291-3/+1
| | |\ \ \
| | | * | | replace hardcoded refs in docs with extlinksoleg.hoefling2021-11-121-3/+1
| | * | | | Merge pull request #9831 from Yoshanuikabundi/autosummary___all__Takeshi KOMIYA2021-11-262-0/+23
| | |\ \ \ \
| | | * | | | Corrections from review by tk0miyaJosh Mitchell2021-11-152-7/+11
| | | * | | | #2021: Allow autosummary to respect __all__Josh Mitchell2021-11-151-0/+19
| | | |/ / /
| | * | | | Merge branch '4.3.x' into 4.xTakeshi KOMIYA2021-11-231-0/+5
| | |\ \ \ \
| | | * | | | Fix #9864: mathjax: Failed to render equations via MathJax v2Takeshi KOMIYA2021-11-211-0/+5
| | | |/ / /
| | * | | | Merge pull request #9850 from astrojuanlu/new-tutorial-describing-code-otherTakeshi KOMIYA2021-11-221-3/+47
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Apply suggestions from code reviewJuan Luis Cano Rodríguez2021-11-181-4/+6
| | | * | | Remove reference to unmaintained extensionJuan Luis Cano Rodríguez2021-11-151-2/+1
| | | * | | TypoJuan Luis Cano Rodríguez2021-11-151-1/+1
| | | * | | Add clarification on other languagesJuan Luis Cano Rodríguez2021-11-151-3/+46
| | | |/ /
| | * | | Update RFC base urlMatt Ficke2021-11-161-2/+2
| | |/ /
| * | | texinfo: simplify reference emission.Martin Liska2021-11-123-0/+15
| |/ /
| * | Merge pull request #9628 from tk0miya/9623_suppress_warnings_for_excluded_doc...Takeshi KOMIYA2021-11-101-0/+6
| |\ \
| | * \ Merge branch '4.x' into 9623_suppress_warnings_for_excluded_document_in_toctreeTakeshi KOMIYA2021-11-1023-24/+576
| | |\ \