| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | | |||||
| * | doc: Update explanation of autodoc_unqualified_typehints (ref: #9931) | Takeshi KOMIYA | 2021-12-18 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #9963 from tk0miya/refactor_doc | Takeshi KOMIYA | 2021-12-16 | 6 | -16/+16 |
| |\ | | | | | doc: Use "console" for the highlight language of console output | ||||
| | * | doc: Use "console" for the highlight language of console output | Takeshi KOMIYA | 2021-12-13 | 6 | -16/+16 |
| | | | | | | | | | | | Using "console" language is better for the console example (including command-line prompt) | ||||
| * | | Merge pull request #9287 from ssbarnea/fix/irc | Takeshi KOMIYA | 2021-12-16 | 2 | -2/+2 |
| |\ \ | |/ |/| | Document new irc channel location | ||||
| | * | Document new irc channel location | Sorin Sbarnea | 2021-06-01 | 2 | -2/+2 |
| | | | |||||
| * | | Fix #9108: docs: Use default pygments_theme to get accessiblity | Takeshi KOMIYA | 2021-12-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | To increse accessiblity of our docs, this changes the pygments_theme of sphinx-docs.org to "default". It was updated to meet WCAG AA in https://github.com/pygments/pygments/pull/1940. | ||||
| * | | Merge pull request #9931 from tk0miya/9075_autodoc_unqualified_typehints | Takeshi KOMIYA | 2021-12-11 | 1 | -0/+7 |
| |\ \ | | | | | | | Close #9075: autodoc: Add a config variable autodoc_unqualified_typehints | ||||
| | * | | Close #9075: autodoc: Add a config variable autodoc_unqualified_typehints | Takeshi KOMIYA | 2021-12-03 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | If autodoc_unqualified_typehints feature enabled, autodoc suppresses the leading module names of typehints of function signatures (ex. `io.StringIO` -> `StringIO`) | ||||
| * | | | Merge branch '4.x' into texinfo-add-texinfo_emit_document_references | Takeshi KOMIYA | 2021-12-11 | 10 | -15/+381 |
| |\ \ \ | |||||
| | * | | | linkcheck: Exclude links from matched documents | Christian Roth | 2021-12-08 | 1 | -0/+13 |
| | | | | | |||||
| | * | | | doc: Improve autodoc extension example | Jouke Witteveen | 2021-12-06 | 1 | -5/+4 |
| | | | | | | | | | | | | | Enumerations can have aliases, which should be documented as well. | ||||
| | * | | | Merge pull request #9852 from astrojuanlu/new-tutorial-deploying | Takeshi KOMIYA | 2021-12-04 | 3 | -0/+281 |
| | |\ \ \ | | | | | | | | | | | New Sphinx tutorial, part IV | ||||
| | | * | | | Remove note to simplify message | Juan Luis Cano Rodríguez | 2021-11-28 | 1 | -9/+0 |
| | | | | | | |||||
| | | * | | | Add note about `.nojekyll` file | Juan Luis Cano Rodríguez | 2021-11-23 | 1 | -0/+9 |
| | | | | | | |||||
| | | * | | | Document GitLab Pages | Juan Luis Cano Rodríguez | 2021-11-18 | 1 | -0/+47 |
| | | | | | | |||||
| | | * | | | Add missing content on dependencies | Juan Luis Cano Rodríguez | 2021-11-18 | 1 | -7/+12 |
| | | | | | | |||||
| | | * | | | Describe deployment on Read the Docs and GitHub Pages | Juan Luis Cano Rodríguez | 2021-11-18 | 2 | -0/+74 |
| | | | | | | |||||
| | | * | | | Write how to publish documentation sources | Juan Luis Cano Rodríguez | 2021-11-18 | 1 | -0/+76 |
| | | | | | | |||||
| | | * | | | Change focus to be broader and more descriptive | Juan Luis Cano Rodríguez | 2021-11-18 | 1 | -5/+2 |
| | | | | | | |||||
| | | * | | | Finish background section on deployment | Juan Luis Cano Rodríguez | 2021-11-17 | 1 | -0/+24 |
| | | | | | | |||||
| | | * | | | Add descriptive section to deployment section of tutorial | Juan Luis Cano Rodríguez | 2021-11-17 | 2 | -0/+58 |
| | | | | | | |||||
| | * | | | | doc: Fix autodoc extension example | Jouke Witteveen | 2021-12-02 | 1 | -2/+5 |
| | | |/ / | |/| | | | | | | | | | | | | | | | | | | `directivetype` is set to mimic `ClassDocumenter`. Reflect that. `isinstance` would work on the enum members, but that is not what we want here. `issubclass` raises a TypeError when called on objects that are not classes. | ||||
| | * | | | Merge pull request #9800 from hoefling/extlinks/replacements-check | Takeshi KOMIYA | 2021-11-29 | 1 | -3/+1 |
| | |\ \ \ | | | | | | | | | | | Proposal: check if hardcoded URLs can be replaced with extlinks | ||||
| | | * | | | replace hardcoded refs in docs with extlinks | oleg.hoefling | 2021-11-12 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com> | ||||
| | * | | | | Merge pull request #9831 from Yoshanuikabundi/autosummary___all__ | Takeshi KOMIYA | 2021-11-26 | 2 | -0/+23 |
| | |\ \ \ \ | | | | | | | | | | | | | Allow autosummary to respect __all__ | ||||
| | | * | | | | Corrections from review by tk0miya | Josh Mitchell | 2021-11-15 | 2 | -7/+11 |
| | | | | | | | |||||
| | | * | | | | #2021: Allow autosummary to respect __all__ | Josh Mitchell | 2021-11-15 | 1 | -0/+19 |
| | | |/ / / | |||||
| | * | | | | Merge branch '4.3.x' into 4.x | Takeshi KOMIYA | 2021-11-23 | 1 | -0/+5 |
| | |\ \ \ \ | |||||
| | | * | | | | 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 #9850 from astrojuanlu/new-tutorial-describing-code-other | Takeshi KOMIYA | 2021-11-22 | 1 | -3/+47 |
| | |\ \ \ \ | | |_|/ / | |/| | | | Add brief section on documenting other languages to tutorial | ||||
| | | * | | | Apply suggestions from code review | Juan Luis Cano Rodríguez | 2021-11-18 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com> | ||||
| | | * | | | Remove reference to unmaintained extension | Juan Luis Cano Rodríguez | 2021-11-15 | 1 | -2/+1 |
| | | | | | | |||||
| | | * | | | Typo | Juan Luis Cano Rodríguez | 2021-11-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Co-authored-by: Manuel Kaufmann <humitos@gmail.com> | ||||
| | | * | | | Add clarification on other languages | Juan Luis Cano Rodríguez | 2021-11-15 | 1 | -3/+46 |
| | | |/ / | |||||
| | * | | | Update RFC base url | Matt Ficke | 2021-11-16 | 1 | -2/+2 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | The tools.ietf.org subdomain is being wound down and services are moving to datatracker.ietf.org. Links to RFC documents using the old subdomain are being redirected to datatracker; this updates the configured `rfc_base_url` to point to the current subdomain. Discussion: https://mailarchive.ietf.org/arch/msg/ietf/0n-6EXEmkTp3Uv_vj-5Vnm3o0bo/ | ||||
| * | | | texinfo: simplify reference emission. | Martin Liska | 2021-11-12 | 3 | -0/+15 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The commit adds a new config value 'texinfo_emit_document_references' that blocks the emission of inline references and make it better readable with legacy stand-alone reader ``info``. Before the change we emit: Default option value for @ref{e,,-Wshift-overflow3}. while with texinfo_emit_document_references == True: Default option value for -Wshift-overflow3. It addresses limitations mentioned in Sphinx' FAQ: https://www.sphinx-doc.org/en/master/faq.html#texinfo-info | ||||
| * | | 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 | ||||
