| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix #9864: mathjax: Failed to render equations via MathJax v2 | Takeshi KOMIYA | 2021-11-21 | 1 | -0/+5 |
| | | | | | | | | | | MathJax library has been loaded via "defer" method since v4.3.0. But it prevents to work MathJax v2. This rollbacks the change and use "async" method as default again. To support changing the loading method, this allows to specify it via mathjax_options. | ||||
| * | Merge pull request #9628 from ↵ | Takeshi KOMIYA | 2021-11-10 | 1 | -0/+6 |
| |\ | | | | | | | | | tk0miya/9623_suppress_warnings_for_excluded_document_in_toctree Close #9623: Allow to suppress warnings on excluded document found in toctree | ||||
| | * | Merge branch '4.x' into 9623_suppress_warnings_for_excluded_document_in_toctree | Takeshi KOMIYA | 2021-11-10 | 8 | -17/+126 |
| | |\ | |||||
| | * | | Fix #9623: Separate warning type 'toc.not_readable' to 'toc.excluded' | Takeshi KOMIYA | 2021-11-10 | 1 | -0/+5 |
| | | | | |||||
| | * | | Close #9623: Allow to suppress warnings on excluded document found in toctree | Takeshi KOMIYA | 2021-09-12 | 1 | -0/+1 |
| | | | | |||||
| * | | | Close #9618: i18n: Add gettext_allow_fuzzy_translations | Takeshi KOMIYA | 2021-11-10 | 1 | -0/+7 |
| | |/ |/| | |||||
| * | | Document responsiveness of themes | Martin Fischer | 2021-11-03 | 1 | -0/+4 |
| | | | |||||
| * | | rename intersphinx_disabled_{refs -> reftypes} | Jakob Lykke Andersen | 2021-10-31 | 1 | -6/+7 |
| | | | | | | | | | And change format for domains to {name}:* | ||||
| * | | intersphinx_disabled_refs, doc default value | Jakob Lykke Andersen | 2021-10-31 | 1 | -0/+2 |
| | | | |||||
| * | | intersphinx_disabled_refs, rename 'all' to '*' | Jakob Lykke Andersen | 2021-10-31 | 1 | -2/+2 |
| | | | |||||
| * | | Generalize to disable specific refs as well. | Jakob Lykke Andersen | 2021-10-31 | 1 | -12/+19 |
| | | | |||||
| * | | Fix typo | Jakob Lykke Andersen | 2021-10-31 | 1 | -1/+1 |
| | | | |||||
| * | | Add intersphinx_disabled_domains | Jakob Lykke Andersen | 2021-10-31 | 1 | -0/+19 |
| | | | | | | | | | | | Fixes sphinx-doc/sphinx#2068 Replaces sphinx-doc/sphinx#8981 | ||||
| * | | Update Chocolatey Install Link | Drew Mares | 2021-10-27 | 1 | -1/+1 |
| | | | | | | | The install URL returned a 404 but now it is updated to the new location | ||||
| * | | Fix linkcheck_auth link to Requests authentication | François Freitag | 2021-10-25 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | The link was directing to https://www.sphinx-doc.org/en/master/usage/requests-auth>. Prefer using the intersphinx module to generate the link, it’s more robust than directly linking to the page. | ||||
| * | | Add missing space in intersphinx doc | Gabe R | 2021-10-19 | 1 | -1/+1 |
| | | | | | | | There was a space missing between `-m` and `sphinx.ext.intersphinx` in the example of showing all mappings in a intersphinx file. I added it in. | ||||
| * | | Merge pull request #9679 from latosha-maltba/doc/directive-indent | Takeshi KOMIYA | 2021-10-09 | 1 | -1/+21 |
| |\ \ | | | | | | | Document indent behaviour for directives | ||||
| | * | | Document indent behaviour for directives | Latosha Maltba | 2021-09-27 | 1 | -1/+21 |
| | |/ | | | | | | | | | | | Mention how the indent of the contents for directives is chosen and what the effect on directives which are sensitive to whitespace is, e.g. code-block. | ||||
| * | | Merge pull request #9534 from astrojuanlu/new-tutorial-describing-code | Takeshi KOMIYA | 2021-10-09 | 2 | -0/+2 |
| |\ \ | | | | | | | New Sphinx tutorial, part III | ||||
| | * | | Add section on autosummary | Juan Luis Cano Rodríguez | 2021-08-12 | 1 | -0/+1 |
| | | | | |||||
| | * | | Add tutorial section on documenting Python objects | Juan Luis Cano Rodríguez | 2021-08-12 | 1 | -0/+1 |
| | | | | |||||
| * | | | Typo fixes | Jakob Lykke Andersen | 2021-10-01 | 1 | -2/+2 |
| | | | | |||||
| * | | | C++, add retval info field to cpp:function | Jakob Lykke Andersen | 2021-10-01 | 1 | -5/+14 |
| | | | | |||||
| * | | | C, update documentation for info-fields | Jakob Lykke Andersen | 2021-10-01 | 1 | -0/+43 |
| | | | | |||||
| * | | | doc: update description | Ghassan Maslamani | 2021-09-30 | 1 | -3/+3 |
| | | | | | | | | | | | | | Update description about how `conf.py` is loaded/executed | ||||
| * | | | Close #9664: autodoc: autodoc-process-bases supports reST snippet | Takeshi KOMIYA | 2021-09-23 | 1 | -2/+6 |
| | |/ |/| | | | | | | | | | This allows to inject a reST snippet through autodoc-process-bases event. It helps to modify the base classes of any class to the expected mark-up'ed text by custom extension. | ||||
| * | | Merge pull request #9594 from hkuno/pr/no_empty_desc_4.x | Takeshi KOMIYA | 2021-09-11 | 1 | -0/+2 |
| |\ \ | | | | | | | let user skip printing command description | ||||
| | * | | Omit NAME section if blank description | Harumi Kuno | 2021-09-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Also, update man page for configuration to document that if a blank description is entered, the "NAME" section is an empty string. Signed-off-by: Harumi Kuno <harumi.kuno@hpe.com> | ||||
| * | | | Merge pull request #9616 from jdufresne/fix-url | Takeshi KOMIYA | 2021-09-11 | 2 | -8/+8 |
| |\ \ \ | | | | | | | | | Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|g | ||||
| | * | | | Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|g | Jon Dufresne | 2021-09-06 | 2 | -8/+8 |
| | |/ / | | | | | | | | | | | | | | | | https://sphinx-doc.org is unreachable, but is linked from the PyPI page: https://pypi.org/project/Sphinx/. Switch to https://www.sphinx-doc.org/ instead. | ||||
| * | | | Fix typos discovered by codespell | Christian Clauss | 2021-09-08 | 1 | -3/+3 |
| |/ / | |||||
| * | | Merge pull request #9545 from aaugustin/4.x | Takeshi KOMIYA | 2021-08-14 | 1 | -5/+5 |
| |\ \ | | | | | | | Update link to OpenSearch. | ||||
| | * | | Update link to OpenSearch. | Aymeric Augustin | 2021-08-14 | 1 | -5/+5 |
| | |/ | | | | | | | | | Amazon repurposed the opensearch.org domain. It is now hosting their ElasticSearch fork. | ||||
| * | | fix typo in numfig_format default value | Kevin Anderson | 2021-08-13 | 1 | -1/+1 |
| |/ | |||||
| * | Fix typo | John Cole | 2021-08-04 | 1 | -1/+1 |
| | | |||||
| * | doc: Add document for autoproperty directive (refs: #9486) | Takeshi KOMIYA | 2021-07-23 | 1 | -0/+3 |
| | | |||||
| * | Cloase #9445: :py:property: directive now supports :classmethod: option | Takeshi KOMIYA | 2021-07-17 | 1 | -0/+7 |
| | | | | | | Since python 3.9, `classmethod` starts to support creating a "class property". This allows to describe it. | ||||
| * | Fix typo | Eisuke Kawashima | 2021-07-08 | 1 | -1/+1 |
| | | |||||
| * | Merge branch '4.x' into 6525_linkcheck_warn_redirects | Takeshi KOMIYA | 2021-07-07 | 12 | -38/+85 |
| |\ | |||||
| | * | Merge pull request #9340 from ocket8888/patch-1 | Takeshi KOMIYA | 2021-07-07 | 1 | -1/+1 |
| | |\ | | | | | | | Update example to use recommended usage | ||||
| | | * | Update example to use recommended usage | ocket8888 | 2021-06-14 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge branch '4.x' into new-tutorial-part-ii | Juan Luis Cano Rodríguez | 2021-07-05 | 2 | -3/+11 |
| | |\ \ | |||||
| | | * \ | Merge pull request #9399 from tk0miya/napoleon_preprocess_types | Takeshi KOMIYA | 2021-07-04 | 1 | -1/+1 |
| | | |\ \ | | | | | | | | | | | doc: Fix the default value of napoleon_preprocess_types is True | ||||
| | | | * | | doc: Fix the default value of napoleon_preprocess_types is True | Takeshi KOMIYA | 2021-07-03 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | Merge pull request #9392 from LouisJustinTALLOT/patch-1 | Takeshi KOMIYA | 2021-07-03 | 1 | -2/+2 |
| | | |\ \ \ | | | |/ / | | |/| | | Fix quotes in docstring in ext.napoleon | ||||
| | | | * | | Fix quotes in docstring in ext.napoleon | Louis-Justin TALLOT | 2021-06-30 | 1 | -2/+2 |
| | | | |/ | |||||
| | | * | | Merge branch '4.0.x' into 4.x | Takeshi KOMIYA | 2021-06-30 | 1 | -0/+8 |
| | | |\ \ | | | |/ | | |/| | |||||
| | | | * | C, keyword changes | Jakob Lykke Andersen | 2021-06-17 | 1 | -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 default | Takeshi KOMIYA | 2021-05-16 | 1 | -0/+4 |
| | | | | | |||||
| | * | | | Use "builtin" for extensions label as it is done for themes | Juan Luis Cano Rodríguez | 2021-07-05 | 1 | -1/+1 |
| | | | | | |||||
