summaryrefslogtreecommitdiff
path: root/doc/usage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge branch '4.x' into new-tutorial-part-iiJuan Luis Cano Rodríguez2021-07-052-3/+11
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #9399 from tk0miya/napoleon_preprocess_typesTakeshi KOMIYA2021-07-041-1/+1
| | |\ \ | | | | | | | | | | doc: Fix the default value of napoleon_preprocess_types is True
| | | * | doc: Fix the default value of napoleon_preprocess_types is TrueTakeshi KOMIYA2021-07-031-1/+1
| | | | |
| | * | | Merge pull request #9392 from LouisJustinTALLOT/patch-1Takeshi KOMIYA2021-07-031-2/+2
| | |\ \ \ | | | |/ / | | |/| | Fix quotes in docstring in ext.napoleon
| | | * | Fix quotes in docstring in ext.napoleonLouis-Justin TALLOT2021-06-301-2/+2
| | | |/
| | * | Merge branch '4.0.x' into 4.xTakeshi KOMIYA2021-06-301-0/+8
| | |\ \ | | | |/ | | |/|
| | | * C, keyword changesJakob Lykke Andersen2021-06-171-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add new keywords from C23. - Add c_extra_keywords as confval. - Move macro names from keywords to c_extra_keywords. Fixes sphinx-doc/sphinx#9354
| | | * manpage: Stop creating a section directory on build manpage by defaultTakeshi KOMIYA2021-05-161-0/+4
| | | |
| * | | Use "builtin" for extensions label as it is done for themesJuan Luis Cano Rodríguez2021-07-051-1/+1
| | | |
| * | | Consistent use of "rst" for syntax highlightJuan Luis Cano Rodríguez2021-07-051-4/+4
| | | |
| * | | Remove unnecessary labelJuan Luis Cano Rodríguez2021-07-051-2/+0
| | | |
| * | | Rename to root documentJuan Luis Cano Rodríguez2021-06-223-4/+4
| | | |
| * | | Move reference to list of Pygments lexersJuan Luis Cano Rodríguez2021-06-211-4/+6
| | | |
| * | | Add section about the toctreeJuan Luis Cano Rodríguez2021-06-171-0/+2
| | | |
| * | | Add tutorial section about extensions and themesJuan Luis Cano Rodríguez2021-06-171-0/+4
| |/ /
| * | Merge branch '4.x' into new-tutorialJuan Luis Cano Rodríguez2021-06-065-24/+31
| |\ \
| | * | doc: Fix docslint misunderstanding scope of code-blocksTakeshi KOMIYA2021-06-064-22/+29
| | | |
| * | | Change Pygments lexer to account for promptJuan Luis Cano Rodríguez2021-05-311-3/+2
| | | |
| * | | Style fixesJuan Luis Cano Rodríguez2021-05-311-4/+7
| | | | | | | | | | | | Co-authored-by: Steve Piercy <web@stevepiercy.com>
| * | | Move virtual environment explanation to installationJuan Luis Cano Rodríguez2021-05-291-0/+24
| | | |
* | | | linkcheck: Emit a warning for disallowed redirectsTakeshi KOMIYA2021-05-311-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Now linkcheck builder integrates `linkcheck_warn_redirects` into `linkcheck_allowed_redirects`. As a result, linkcheck builder will emit a warning when "disallowed" redirection detected via `linkcheck_allowed_redirects`.
* | | | doc: Fix indentationTakeshi KOMIYA2021-05-311-1/+1
| | | |
* | | | doc: Fix indentationTakeshi KOMIYA2021-05-311-2/+2
| | | |
* | | | Merge branch '4.x' into 6525_linkcheck_warn_redirectsTakeshi KOMIYA2021-05-3113-32/+52
|\ \ \ \ | | |/ / | |/| |
| * | | Fix typo in doc/intl.rstGrey Li2021-05-271-2/+2
| |/ / | | | | | | The pot files are in the gettext folder instead of locale folder.
| * | Fix #9252: doc: Update explanation of highlight_languageTakeshi KOMIYA2021-05-201-6/+7
| | |
| * | Merge pull request #9239 from igo95862/https-linksTakeshi KOMIYA2021-05-1912-24/+24
| |\ \ | | | | | | | | Upgrade URLs to use HTTPS
| | * | doc: Fixed opensearch.org link and upgraded to HTTPSigo958622021-05-171-1/+1
| | | |
| | * | doc: Upgraded dublincore.org link to HTTPSigo958622021-05-171-1/+1
| | | |
| | * | doc: Upgrade example.com links to HTTPSigo958622021-05-171-2/+2
| | | |
| | * | doc: Upgraded plantuml.org link to HTTPSigo958622021-05-171-1/+1
| | | |
| | * | doc: Upgraded mathjax documentation link to HTTPSigo958622021-05-171-1/+1
| | | |
| | * | doc: Moved flask links to new home and HTTPSigo958622021-05-171-2/+2
| | | | | | | | | | | | | | | | | | | | Seems like Flask is no longer pocoo project but palletsprojects.com
| | * | doc: Moved Jinja links to new home page and HTTPSigo958622021-05-173-3/+3
| | | | | | | | | | | | | | | | | | | | Seems like Jinja is no longer pocoo project but palletsprojects.com
| | * | doc: Upgraded some of sphinx-doc.org links to HTTPSigo958622021-05-162-2/+2
| | | | | | | | | | | | | | | | | | | | Seems like that link is used in some tests and code so upgrading it outside documentation might break something
| | * | doc: Upgrade pygments.org links to HTTPSigo958622021-05-161-2/+2
| | | |
| | * | doc: Upgrade docutils.sourceforge.io links to HTTPSigo958622021-05-164-8/+8
| | | | | | | | | | | | | | | | | | | | Also change any docutils.sourceforge.net link to io top level domain.
| | * | doc: Upgrade writethedocs.org domain link to HTTPSigo958622021-05-161-1/+1
| | | |
| * | | Merge branch '4.x' into 3014_autodoc-process-basesTakeshi KOMIYA2021-05-172-0/+18
| |\ \ \ | | |/ /
| | * | Merge pull request #9232 from tk0miya/9217_dont_make_section_directoryTakeshi KOMIYA2021-05-161-0/+4
| | |\ \ | | | | | | | | | | manpage: Stop creating a section directory on build manpage by default
| | | * | manpage: Stop creating a section directory on build manpage by defaultTakeshi KOMIYA2021-05-151-0/+4
| | | |/
| | | * Add documentation for mathjax2_config and mathjax3_configMatthias Geier2021-04-241-7/+42
| | | |
| * | | Close #3014: autodoc: Add autodoc-process-basesTakeshi KOMIYA2021-05-161-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | Add `autodoc-process-bases` to modify the base classes of the class definitions. This allows the extensions to insert or modify the list of the base classes via event-handlers.
* | | | Fix typo in doc/usage/configuration.rstTakeshi KOMIYA2021-05-311-1/+1
| | | | | | | | | | | | Co-authored-by: François Freitag <mail@franek.fr>
* | | | Update docsTakeshi KOMIYA2021-05-201-7/+10
| | | |
* | | | Rename linkcheck_ignore_redirects to linkcheck_allowed_redirectsTakeshi KOMIYA2021-05-201-4/+4
| | | |
* | | | Close #6525: linkcheck: Add linkcheck_ignore_redirectsTakeshi KOMIYA2021-05-161-0/+19
| | | | | | | | | | | | | | | | | | | | Add a new confval; linkcheck_ignore_redirects to ignore hyperlinks that are redirected as expected.
* | | | Close #6525: linkcheck: Add linkcheck_warn_redirectsTakeshi KOMIYA2021-05-161-0/+8
| |/ / |/| | | | | | | | | | | | | | Add a new confval; `linkcheck_warn_redirects` to emit a warning when the hyperlink is redirected. It's useful to detect unexpected redirects under the warn-is-error mode.
* | | Close #4257: autodoc: Add autodoc_class_signatureTakeshi KOMIYA2021-05-161-0/+14
|/ / | | | | | | | | Add `autodoc_class_signature` to separate the class entry and the definition of `__init__()` method.
* | Merge pull request #9185 from AWhetter/autodoc_typehints_bothTakeshi KOMIYA2021-05-121-2/+14
|\ \ | | | | | | autodoc.typehints can accurately represent overloads