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 | 23 | -24/+576 |
| |\ | |||||
| * | | 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 | ||||
* | | Merge pull request #9769 from francoisfreitag/fix-linkcheck-auth-link | Takeshi KOMIYA | 2021-10-27 | 1 | -4/+2 |
|\ \ | | | | | | | Fix linkcheck_auth link to Requests authentication | ||||
| * | | 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. | ||||
* | | | Fix #9752: autodoc: Failed to detect type annotation for slots attribute | Takeshi KOMIYA | 2021-10-23 | 1 | -0/+5 |
|/ / | |||||
* | | 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. | ||||
* | | Fix #9710: html: Wrong styles for even/odd rows in nested tables | Takeshi KOMIYA | 2021-10-09 | 1 | -0/+20 |
| | | |||||
* | | 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 branch '4.x' into 9683_add_css_file | Takeshi KOMIYA | 2021-10-09 | 14 | -4/+419 |
|\ \ \ | |||||
| * \ \ | Merge pull request #9534 from astrojuanlu/new-tutorial-describing-code | Takeshi KOMIYA | 2021-10-09 | 12 | -3/+413 |
| |\ \ \ | | | | | | | | | | | New Sphinx tutorial, part III | ||||
| | * | | | Explain that there are several domains | Juan Luis Cano Rodríguez | 2021-09-13 | 1 | -0/+7 |
| | | | | | |||||
| | * | | | Get function signature right since the beginning | Juan Luis Cano Rodríguez | 2021-09-13 | 2 | -4/+3 |
| | | | | | |||||
| | * | | | Fix line width | Juan Luis Cano Rodríguez | 2021-09-13 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Use stable Sphinx version | Juan Luis Cano Rodríguez | 2021-09-13 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Amend explanation on the default-domain directive | Juan Luis Cano Rodríguez | 2021-09-13 | 1 | -2/+3 |
| | | | | | |||||
| | * | | | Point readers to info field lists instead | Juan Luis Cano Rodríguez | 2021-09-13 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Remove square brackets | Juan Luis Cano Rodríguez | 2021-09-13 | 3 | -4/+2 |
| | | | | | |||||
| | * | | | Improve text of some links | Juan Luis Cano Rodríguez | 2021-09-13 | 2 | -3/+2 |
| | | | | | |||||
| | * | | | Typo | Juan Luis Cano Rodríguez | 2021-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Co-authored-by: Takeshi KOMIYA <i.tkomiya@gmail.com> | ||||
| | * | | | Insist that automatic is better | Juan Luis Cano Rodríguez | 2021-09-13 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Highlight only function docstring | Juan Luis Cano Rodríguez | 2021-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Co-authored-by: Manuel Kaufmann <humitos@gmail.com> | ||||
| | * | | | Style improvements | Juan Luis Cano Rodríguez | 2021-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Co-authored-by: Manuel Kaufmann <humitos@gmail.com> | ||||
| | * | | | Add reference to tutorial TOC | Juan Luis Cano Rodríguez | 2021-09-06 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | Add connections to the next sections | Juan Luis Cano Rodríguez | 2021-09-06 | 5 | -1/+13 |
| | | | | | |||||
| | * | | | Simplify installation | Juan Luis Cano Rodríguez | 2021-09-06 | 2 | -61/+15 |
| | | | | | |||||
| | * | | | Include explanation about doctests | Juan Luis Cano Rodríguez | 2021-09-06 | 1 | -0/+5 |
| | | | | | |||||
| | * | | | Simplify doctest section | Juan Luis Cano Rodríguez | 2021-09-06 | 1 | -59/+7 |
| | | | | | |||||
| | * | | | Be more explicit on automatic xref generation | Juan Luis Cano Rodríguez | 2021-09-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Co-authored-by: Eric Holscher <25510+ericholscher@users.noreply.github.com> | ||||
| | * | | | Reword primary domains | Juan Luis Cano Rodríguez | 2021-09-06 | 1 | -3/+6 |
| | | | | | |||||
| | * | | | Rephrase explanation on square brackets | Juan Luis Cano Rodríguez | 2021-09-06 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Style improvement | Juan Luis Cano Rodríguez | 2021-09-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Co-authored-by: Eric Holscher <25510+ericholscher@users.noreply.github.com> | ||||
| | * | | | Add section on autosummary | Juan Luis Cano Rodríguez | 2021-08-12 | 3 | -0/+79 |
| | | | | | |||||
| | * | | | Add section on automatic documentation generation | Juan Luis Cano Rodríguez | 2021-08-12 | 3 | -0/+91 |
| | | | | | |||||
| | * | | | Add section on doctests | Juan Luis Cano Rodríguez | 2021-08-12 | 1 | -0/+124 |
| | | | | | |||||
| | * | | | Add section on Python code preparation | Juan Luis Cano Rodríguez | 2021-08-12 | 2 | -0/+73 |
| | | | | | |||||
| | * | | | Add tutorial section on documenting Python objects | Juan Luis Cano Rodríguez | 2021-08-12 | 5 | -0/+115 |
| | | | | | |||||
| | * | | | Add cross reference to role definitions | Juan Luis Cano Rodríguez | 2021-08-12 | 1 | -2/+3 |
| | | | | |