Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable 'nit-picky mode' for Sphinx's documentation | Adam Turner | 2023-04-06 | 1 | -8/+8 |
| | | | | | Fix several reference errors throughout the documentation and set ``nitpick_ignore`` in ``doc/conf.py``. | ||||
* | Mention nitpick_ignore(_regex) in docs of warn-missing-reference | Hinrich Mahler | 2022-01-18 | 1 | -1/+3 |
| | |||||
* | 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 |
| | | |||||
* | | Close #9016: linkcheck builder failed to check the anchors of github.com | Takeshi KOMIYA | 2021-06-01 | 1 | -0/+8 |
|/ | |||||
* | Docs: fix typo in env-merge-info | Brecht Machiels | 2021-03-30 | 1 | -1/+1 |
| | |||||
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-24 | 1 | -37/+37 |
|\ | |||||
| * | doc: Show type annotations for methods of Sphinx application class | Takeshi KOMIYA | 2021-01-24 | 1 | -37/+37 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-08 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Close #6241: html: Allow to add JS/CSS files to the specific page | Takeshi KOMIYA | 2021-01-07 | 1 | -0/+3 |
| | | | | | | | | | | | | Allow to add JS/CSS files to the specific page when an extension calls `app.add_js_file()` or `app.add_css_file()` on `html-page-context` event. | ||||
* | | Update the sphinx core events in appappi.rst | Faris A Chugthai | 2020-12-21 | 1 | -8/+15 |
|/ | | | | | | | | | | | | I'm very happy to see that the events in Sphinx have been laid out in order as they have been in this doc. With that being said the notation I noticed was a bit odd. Some of the items in the list refer to events and as a result, parenthesis are used to indicate the beginning and end of the parameters that the event takes. In other items in the list, parenthesis are used for additional context for an event. The combination of some particularly very long lines, the intermixing of comments, pseudo-code, indentation of items following a `for` or an `if` made this very difficult to read on a mobile device. As a result, I've added whitespace, fixed a typo, reduced the length of some lines by moving them to a new line, and removed all `()` that were not present to indicate parameters fed to a function. | ||||
* | Fix #6914: Emit a detailed warning when failed to resolve :ref: | Takeshi KOMIYA | 2020-11-03 | 1 | -0/+9 |
| | | | | | | | | | To be clear the ambiguous warning for missing-reference :ref:, this separates the warning to missing-label and missing-caption. To emit a warning dynamically, this also adds a new event: `warn-missing-reference` to customize warning messages via event handlers. | ||||
* | Correct numbers | Chris Sewell | 2020-08-21 | 1 | -6/+5 |
| | |||||
* | 📚 DOCS: Improve build process overview | Chris Sewell | 2020-08-20 | 1 | -1/+3 |
| | |||||
* | output files comment | Chris Holdgraf | 2020-07-02 | 1 | -1/+1 |
| | |||||
* | events | Chris Holdgraf | 2020-07-02 | 1 | -0/+34 |
| | |||||
* | Allow NoUri from 'missing-reference' handlers. | Jakob Lykke Andersen | 2020-05-17 | 1 | -2/+6 |
| | | | | Also extend documentation of 'missing-reference'. | ||||
* | doc: Update docs | Takeshi KOMIYA | 2020-03-07 | 1 | -2/+1 |
| | |||||
* | doc: Remove a mention to todo ext. from env-merge-info | Takeshi KOMIYA | 2020-03-06 | 1 | -5/+0 |
| | |||||
* | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-30 | 1 | -1/+1 |
|\ | |||||
| * | Add new event: :event:`object-description-transform` | Takeshi KOMIYA | 2020-01-25 | 1 | -0/+8 |
| | | |||||
* | | Close #6830: autodoc: consider a member private if docstring has "private" ↵ | Takeshi KOMIYA | 2020-01-04 | 1 | -0/+8 |
| | | | | | | | | metadata | ||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-05-29 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | doclinter: restrict by 90 columns | Takeshi KOMIYA | 2019-05-26 | 1 | -3/+3 |
| | | |||||
| * | Make EventManager portable | Takeshi KOMIYA | 2019-04-16 | 1 | -1/+1 |
| | | | | | | | | | | | | So far, we need to bypass application object for modules to emit a event. This make EventManager portable and easy to pass event emitter. This brings modules less coupled with application object. | ||||
* | | Make EventManager portable | Takeshi KOMIYA | 2019-04-06 | 1 | -1/+1 |
| | | | | | | | | | | | | So far, we need to bypass application object for modules to emit a event. This make EventManager portable and easy to pass event emitter. This brings modules less coupled with application object. | ||||
* | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -2/+0 |
|/ | |||||
* | Add sphinx.project; a manipulator for project and documents | Takeshi KOMIYA | 2018-10-16 | 1 | -0/+4 |
| | |||||
* | Drop APIs deprecated in 2.0 | Takeshi KOMIYA | 2018-09-03 | 1 | -26/+0 |
| | |||||
* | Implement math_renderer framework | Takeshi KOMIYA | 2018-07-28 | 1 | -0/+2 |
| | |||||
* | docs: Fix location of attributes | Takeshi KOMIYA | 2018-06-05 | 1 | -4/+4 |
| | |||||
* | Merge pull request #5020 from tk0miya/5018_update_docs | Takeshi KOMIYA | 2018-05-29 | 1 | -2/+2 |
|\ | | | | | Fix #5018: wrong signature of env-merge-info and env-check-consistency | ||||
| * | Fix #5018: wrong signature of env-merge-info and env-check-consistency | Takeshi KOMIYA | 2018-05-28 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into 3606_load_mathjax_async | Takeshi KOMIYA | 2018-05-28 | 1 | -1/+1 |
|\ \ | |||||
| * | | Update docs | Takeshi KOMIYA | 2018-05-24 | 1 | -1/+1 |
| |/ | |||||
* | | Rename app.add_javascript() to add_js_file() | Takeshi KOMIYA | 2018-05-24 | 1 | -1/+1 |
| | | |||||
* | | add_javascript() allows keyword arguments as attributes for <script> tag | Takeshi KOMIYA | 2018-05-24 | 1 | -1/+1 |
|/ | |||||
* | Update docs | Takeshi KOMIYA | 2018-02-25 | 1 | -0/+2 |
| | |||||
* | Change interface of add_source_parser() and add add_source_suffix() | Takeshi KOMIYA | 2018-02-21 | 1 | -1/+3 |
| | |||||
* | doc: Add 'is_parallel_allowed' | Stephen Finucane | 2018-01-21 | 1 | -0/+2 |
| | | | | | | This is an important function and should be documented. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | doc: Reorder 'sphinx.application' docs to match code | Stephen Finucane | 2018-01-21 | 1 | -15/+15 |
| | | | | | | Use the same ordering to minimize cognitive load. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | doc: Move 'sphinx.application' API docs to code | Stephen Finucane | 2018-01-21 | 1 | -436/+40 |
| | | | | | | This allows us to do something like 'help(sphinx.application)' in code. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | doc: Rework 'sphinx.application' API documentation | Stephen Finucane | 2018-01-21 | 1 | -92/+161 |
| | | | | Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | Merge pull request #4465 from tk0miya/improve_config | Takeshi KOMIYA | 2018-01-21 | 1 | -0/+6 |
|\ | | | | | Improve config | ||||
| * | Add config-inited event | Takeshi KOMIYA | 2018-01-20 | 1 | -0/+6 |
| | | |||||
* | | doc: Move sphinx.config API docs to code | Stephen Finucane | 2018-01-20 | 1 | -9/+2 |
| | | | | | | | | | | | | | | Once again, we make things a little smarter by using Python domain roles. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | | doc: Move sphinx.errors API docs to code | Stephen Finucane | 2018-01-20 | 1 | -31/+5 |
|/ | | | | | | | This allows us to do something like 'help(sphinx.errors)' in code. We reword the exception descriptions per Python stdlib conventions. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | doc: Fix typo | Takeshi KOMIYA | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | Update docs (refs: #3923) | Takeshi KOMIYA | 2017-07-16 | 1 | -0/+22 |
| | |||||
* | Mark as experimental | Takeshi KOMIYA | 2017-05-07 | 1 | -0/+2 |
| |