Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merge commit '799385f5558a888d1a143bf703d06b66d6717fe4' | Takeshi KOMIYA | 2022-02-16 | 1 | -3/+12 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge pull request #9337 from marxin/new-shortcuts | Takeshi KOMIYA | 2022-01-31 | 1 | -3/+12 | |
| | |\ \ | | | | | | | | | | | Implement new search shortcuts. | |||||
| | | * | | Implement new shortcuts: | Martin Liska | 2022-01-22 | 1 | -3/+12 | |
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - "/" for Focus search bar - "ESC" - clear highlighted text Fixes #691. Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com> | |||||
| * | | | Merge commit '07110b7557a552ecfe702bdd6a2d2f9685cb1af9' | Takeshi KOMIYA | 2022-02-14 | 1 | -2/+2 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Update autosummary.rst | Timo Cornelius Metzger | 2022-01-27 | 1 | -2/+2 | |
| | |/ | ||||||
| * | | Merge commit '2be06309518d9401a42880bb5b4321dfdd1e5e90' | Takeshi KOMIYA | 2022-02-14 | 1 | -0/+7 | |
| |\ \ | | |/ | ||||||
| | * | Close #9456: html search: Add a config variable; html_show_search_summary | Takeshi KOMIYA | 2022-01-17 | 1 | -0/+7 | |
| | | | | | | | | | | | | refs: #9494 | |||||
| * | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-17 | 1 | -23/+57 | |
| |\ \ | | |/ | ||||||
| | * | intersphinx role, update docs | Jakob Lykke Andersen | 2022-01-16 | 1 | -6/+6 | |
| | | | ||||||
| | * | intersphinx role, documentation | Jakob Lykke Andersen | 2022-01-16 | 1 | -23/+57 | |
| | | | ||||||
| * | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-16 | 1 | -0/+4 | |
| |\ \ | | |/ | ||||||
| | * | Merge branch '4.x' into HEAD | Takeshi KOMIYA | 2022-01-15 | 12 | -32/+213 | |
| | |\ | ||||||
| | | * | In translated docs, sort glossaries by translated terms | Jean Abou Samra | 2022-01-12 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done by moving the sorting from the glossary directive to a transform operating after the i18n transform. Closes #9827 | |||||
| | * | | Update :dedent: example | Latosha Maltba | 2021-09-23 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The presence or absence of the ``:dedent: 4`` option in the example .. code-block:: ruby :dedent: 4 some ruby code makes no difference for the output due to how ReST handles whitespace. If it is present, then ReST indent is 3 and the 4 spaces of the code are stripped by the :dedent: option. If the dedent option is missing, then the ReST indent is 7 and all whitespace is stripped again. Add a dummy option to fixate the ReST indent to 3, so adding and removing of the option in the example has an effect on the output. | |||||
| * | | | Merge branch 'master' into 9595_deprecate_setuptools_integration | Takeshi KOMIYA | 2022-01-02 | 1 | -2/+5 | |
| |\ \ \ | ||||||
| | * | | | autodoc: The default of autodoc_typehints_format becomes to 'smart' | Takeshi KOMIYA | 2022-01-02 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default value of autodoc_typehints_format configuration is changed to `'smart'`. It will suppress the leading module names of typehints (ex. `io.StringIO` -> `StringIO`). refs: #9075 | |||||
| * | | | | Close #9595: Deprecate setuptools integration | Takeshi KOMIYA | 2022-01-01 | 1 | -0/+4 | |
| |/ / / | ||||||
| * | | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-01 | 1 | -3/+8 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | autodoc: Rename autodoc_unqualified_typehints to autodoc_typehints_format ↵ | Takeshi KOMIYA | 2021-12-24 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | (refs: #9931) | |||||
| * | | | Merge branch '4.x' | Takeshi KOMIYA | 2021-12-24 | 1 | -2/+2 | |
| |\ \ \ | | |/ / | ||||||
| | * | | doc: Update explanation of autodoc_unqualified_typehints (ref: #9931) | Takeshi KOMIYA | 2021-12-18 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Merge branch '4.x' | Takeshi KOMIYA | 2021-12-17 | 4 | -13/+13 | |
| |\ \ \ | | |/ / | ||||||
| | * | | doc: Use "console" for the highlight language of console output | Takeshi KOMIYA | 2021-12-13 | 4 | -13/+13 | |
| | | | | | | | | | | | | | | | | | | | | Using "console" language is better for the console example (including command-line prompt) | |||||
| * | | | Merge branch '4.x' | Takeshi KOMIYA | 2021-12-11 | 2 | -0/+14 | |
| |\ \ \ | | |/ / | ||||||
| | * | | 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 | 3 | -2/+39 | |
| | |\ \ \ | ||||||
| | * | | | | texinfo: simplify reference emission. | Martin Liska | 2021-11-12 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 branch '4.x' | Takeshi KOMIYA | 2021-12-10 | 1 | -0/+13 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | * | | | | linkcheck: Exclude links from matched documents | Christian Roth | 2021-12-08 | 1 | -0/+13 | |
| | | |/ / | | |/| | | ||||||
| * | | | | Fixes statement typo | Agbonze Osazuwa | 2021-12-04 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge branch '4.x' | Takeshi KOMIYA | 2021-11-28 | 1 | -0/+19 | |
| |\ \ \ \ | | |/ / / | ||||||
| * | | | | Merge branch '4.x' | Takeshi KOMIYA | 2021-11-23 | 1 | -0/+5 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch '4.x' | Takeshi KOMIYA | 2021-11-18 | 1 | -2/+2 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch '4.x' | Takeshi KOMIYA | 2021-11-11 | 1 | -0/+13 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Merge branch '4.x' | Takeshi KOMIYA | 2021-11-07 | 1 | -0/+4 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge pull request #9806 from jenshaase/patch-1 | Takeshi KOMIYA | 2021-11-07 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixed docker links in the installation.rst | |||||
| | * | | | | | | | Fixed docker links in the installation.rst | Jens Haase | 2021-11-01 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The old links, linked to a login page of docker hub. The new links link to the public pages. | |||||
| * | | | | | | | | Change default value of intersphinx_disabled_reftypes | Jakob Lykke Andersen | 2021-10-31 | 1 | -1/+5 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | See discussion in sphinx-doc/sphinx#9459 | |||||
| * | | | | | | | Merge branch '4.x' | Jakob Lykke Andersen | 2021-10-31 | 1 | -0/+29 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch '4.x' | Takeshi KOMIYA | 2021-10-28 | 2 | -5/+3 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch '4.x' | Takeshi KOMIYA | 2021-10-23 | 2 | -2/+22 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch '4.x' | Takeshi KOMIYA | 2021-10-09 | 4 | -10/+68 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch '4.x' | Takeshi KOMIYA | 2021-09-12 | 2 | -8/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch '4.x' | Takeshi KOMIYA | 2021-09-11 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix typo in autodoc documentation | Nicolas Delon | 2021-08-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch '4.x' | Takeshi KOMIYA | 2021-08-21 | 1 | -6/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch '4.x' | Takeshi KOMIYA | 2021-08-13 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch '4.x' | Takeshi KOMIYA | 2021-07-30 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | :manpage: is a role, not a directive. [ci skip] | Darren Ng | 2021-07-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | |