| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Deprecate HTML 4 support (#10843) | Adam Turner | 2022-09-23 | 1 | -0/+5 |
| | | |||||
| * | Add contents entries for domain objects (#10807) | Adam Turner | 2022-09-13 | 1 | -0/+1 |
| | | | | | | | | | | - Add entries in the table of contents for domain objects (e.g. `py:function`, `rst:role`, etc). Supported domains are Javascript, Python, and reStructuredText. - Support content in `py:module` and `js:module` directives. - Add the `noindexentry` and `noindex` flags to more domains. - Add `toc_object_entries_show_parents` configuration setting - Update documentation and tests | ||||
| * | Do not apply epigraph style to all block quotes | Adam Turner | 2022-09-12 | 1 | -28/+28 |
| | | | | | | | | Correct indentation where appropriate for stanzas that should not be rendered as `<blockquote>` HTML elements. Closes GH-10686 | ||||
| * | Add `include_patterns` as the opposite of `exclude_patterns` (#10518) | Adam Turner | 2022-07-17 | 1 | -0/+10 |
| | | |||||
| * | Replace `napoleon.iterators` by simpler stack implementation (#9856) | Antony Lee | 2022-06-26 | 1 | -0/+5 |
| | | |||||
| * | Simplify Sphinx's Stemmer (#10467) | Adam Turner | 2022-06-16 | 1 | -0/+5 |
| | | |||||
| * | Replace doclinter with sphinx-lint (#10389) | Julien Palard | 2022-06-16 | 1 | -1/+1 |
| | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
| * | Mark sphinx.io:read_doc() deprecated | Takeshi KOMIYA | 2022-05-08 | 1 | -0/+5 |
| | | |||||
| * | Remove sphinx.util.docutils.__version_info__ on 7.0 | Takeshi KOMIYA | 2022-05-03 | 1 | -0/+5 |
| | | |||||
| * | Deprecate: html5_ready and is_html5_writer_available() | Takeshi KOMIYA | 2022-05-03 | 1 | -0/+10 |
| | | |||||
| * | Schedule removal for 7.0 | Adam Turner | 2022-04-30 | 1 | -1/+1 |
| | | |||||
| * | Deprecate `sphinx.util.jsdump` | Adam Turner | 2022-04-27 | 1 | -0/+5 |
| | | |||||
| * | fix typo | Takayuki SHIMIZUKAWA | 2022-04-19 | 1 | -1/+1 |
| | | | | from https://github.com/sphinx-doc/sphinx-doc-translations/pull/13 | ||||
| * | Merge branch '4.x' | Takeshi KOMIYA | 2022-03-27 | 1 | -0/+1 |
| |\ | |||||
| | * | doc: Update docs for sphinx.parsers.Parser | Takeshi KOMIYA | 2022-03-27 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch '4.x' | Takeshi KOMIYA | 2022-02-19 | 1 | -0/+5 |
| |\ \ | |/ | |||||
| | * | Fix #10181: napoleon_use_ivar adds unexpected prefix to vars | Takeshi KOMIYA | 2022-02-12 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | Since 4.0, :ivar: items has not been rendered as hyperlinks. So any modules, classes and tilda are now harmful. This removes the prefixing filter for napoleon_use_ivar option. refs: #5129 and #5977 | ||||
| * | | Merge commit '07110b7557a552ecfe702bdd6a2d2f9685cb1af9' | Takeshi KOMIYA | 2022-02-14 | 1 | -1/+3 |
| |\ \ | |/ | |||||
| | * | Mention nitpick_ignore(_regex) in docs of warn-missing-reference | Hinrich Mahler | 2022-01-18 | 1 | -1/+3 |
| | | | |||||
| * | | Close #10062: Change the default language to 'en' | Takeshi KOMIYA | 2022-01-12 | 1 | -0/+10 |
| | | | | | | | | | | | Change the default language to `'en'` if any language is not set in `conf.py`. | ||||
| * | | Close #9595: Deprecate setuptools integration | Takeshi KOMIYA | 2022-01-01 | 1 | -0/+5 |
| | | | |||||
| * | | Deprecate sphinx.writers.latex.LaTeXWriter.docclasses | Takeshi KOMIYA | 2021-12-18 | 1 | -0/+5 |
| |/ | |||||
| * | Fix #9752: autodoc: Failed to detect type annotation for slots attribute | Takeshi KOMIYA | 2021-10-23 | 1 | -0/+5 |
| | | |||||
| * | Fix #9710: html: Wrong styles for even/odd rows in nested tables | Takeshi KOMIYA | 2021-10-09 | 1 | -0/+20 |
| | | |||||
| * | Merge branch '4.x' into 9683_add_css_file | Takeshi KOMIYA | 2021-10-09 | 1 | -0/+5 |
| |\ | |||||
| | * | js nodes, docs, add entry in deprecation/removal table | Jakob Lykke Andersen | 2021-10-03 | 1 | -0/+5 |
| | | | |||||
| * | | Close #9683: Revert the removal of ``add_stylesheet()`` API | Takeshi KOMIYA | 2021-10-03 | 1 | -1/+1 |
| |/ | | | | | | | It will be kept until the Sphinx-6.0 release. Note: Now it emits a warning instead of DeprecationWarning to let the users know the deprecation. | ||||
| * | Merge pull request #9666 from tk0miya/9662_docs_for_ObjectDescription | Takeshi KOMIYA | 2021-09-27 | 1 | -0/+4 |
| |\ | | | | | Add doc for ObjectDescription (refs: #9662) | ||||
| | * | Add doc for ObjectDescription (refs: #9662) | Takeshi KOMIYA | 2021-09-23 | 1 | -0/+4 |
| | | | |||||
| * | | Fix #9637: Add Builder.allow_parallel to the list of builder APIs | Takeshi KOMIYA | 2021-09-18 | 1 | -0/+1 |
| |/ | |||||
| * | Fix typo | Eisuke Kawashima | 2021-07-08 | 1 | -2/+2 |
| | | |||||
| * | Merge branch '4.0.x' into 4.x | Takeshi KOMIYA | 2021-06-30 | 1 | -1/+1 |
| |\ | |||||
| | * | Revert the removal of sphinx.util:force_decode() | Takeshi KOMIYA | 2021-06-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | After the release of 4.0.0, some 3rd party extensions have became not working with the latest Sphinx because `force_decode()` function was removed. It was deprecated since Sphinx-2.0 and warned for the removal since 3.0. This reverts the removal and extends its deprecation period to 5.0.0. I hope it helps users of these extensions. | ||||
| * | | Fix #9032: docs: sphinx.environment.NoUri was removed at v3.0.0 | Takeshi KOMIYA | 2021-06-14 | 1 | -1/+2 |
| | | | | | | | | | | | Our deprecation list describes `sphinx.environment.NoUri` was removed at v4.0.0. But, acutally, it was removed at v3.0.0 (#6223). | ||||
| * | | Merge pull request #9303 from tk0miya/fix_docslint | Takeshi KOMIYA | 2021-06-06 | 1 | -5/+8 |
| |\ \ | | | | | | | doc: Fix docslint misunderstanding scope of code-blocks | ||||
| | * | | doc: Fix docslint misunderstanding scope of code-blocks | Takeshi KOMIYA | 2021-06-06 | 1 | -5/+8 |
| | | | | |||||
| * | | | Merge pull request #9260 from tk0miya/9016_linkcheck_github_anchors | Takeshi KOMIYA | 2021-06-04 | 1 | -0/+8 |
| |\ \ \ | |/ / |/| | | Close #9016: linkcheck builder failed to check the anchors of github.com | ||||
| | * | | Close #9016: linkcheck builder failed to check the anchors of github.com | Takeshi KOMIYA | 2021-06-01 | 1 | -0/+8 |
| | | | | |||||
| * | | | deprecate sphinx.ext.autosummary._app | Takeshi KOMIYA | 2021-05-31 | 1 | -0/+5 |
| |/ / | |||||
| * | | Merge pull request #9242 from tk0miya/refactor_env2 | Takeshi KOMIYA | 2021-05-22 | 1 | -0/+5 |
| |\ \ | | | | | | | refactor: Make the app argument for BuildEnvironment required | ||||
| | * | | refactor: Make the app argument for BuildEnvironment required | Takeshi KOMIYA | 2021-05-22 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At present, some attributes of env object are considered as optional because they have been initialized by None on the constructor. But they have always been fullfilled actually. To be clear the type hints of the env object, this makes the `app` argument for the BuildEnvironment class required. It can ensure the attributes of env object are not optional. | ||||
| * | | | doc: Upgraded babel.pocoo.org links to HTTPS | igo95862 | 2021-05-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | doc: Upgrade docutils.sourceforge.io links to HTTPS | igo95862 | 2021-05-16 | 3 | -3/+3 |
| |/ / | | | | | | | | | Also change any docutils.sourceforge.net link to io top level domain. | ||||
| * | | Deprecate app.html_themes | Takeshi KOMIYA | 2021-05-12 | 1 | -0/+5 |
| | | | | | | | | | | | The register is much better to store the HTML themes instead of the application object. So this migrates it to the registry object. | ||||
| * | | Fix typos in doc/extdev/deprecated.rst | Dmitry Shachnev | 2021-05-09 | 1 | -3/+3 |
| | | | |||||
| * | | Fix #8597: autodoc: metadata only docstring is treated as undocumented | Takeshi KOMIYA | 2021-05-02 | 1 | -0/+5 |
| |/ | | | | | The metadata in docstring is invisible content. Therefore docstring having only metadata should be treated as undocumented. | ||||
| * | Merge pull request #9050 from tk0miya/8829_whats_parallel_read_safe | Takeshi KOMIYA | 2021-04-18 | 1 | -0/+16 |
| |\ | | | | | Close #8829: doc: Update description of paralle-read-safe | ||||
| | * | Close #8829: doc: Update description of paralle-read-safe | Takeshi KOMIYA | 2021-04-04 | 1 | -0/+16 |
| | | | |||||
| * | | Decl styling, make desc_inline node | Jakob Lykke Andersen | 2021-04-12 | 1 | -0/+1 |
| | | | | | | | | | Use the new node for cpp:expr | ||||
| * | | Decl styling, docs and restructuring | Jakob Lykke Andersen | 2021-04-12 | 1 | -2/+15 |
| |/ | |||||
