| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump to 5.2.2 finalv5.2.2 | Adam Turner | 2022-09-27 | 1 | -2/+2 |
| | | |||||
| * | Restore anchor links to top of module docstring | Adam Turner | 2022-09-27 | 2 | -2/+4 |
| | | |||||
| * | Fix mypy violations for v0.981 (#10875) | Adam Turner | 2022-09-27 | 3 | -11/+12 |
| | | |||||
| * | Bump to 5.2.1 finalv5.2.1 | Adam Turner | 2022-09-25 | 1 | -2/+2 |
| | | |||||
| * | Define extra indent as a class attribute | Adam Turner | 2022-09-25 | 2 | -1/+5 |
| | | |||||
| * | Fix highlighting lexers | Adam Turner | 2022-09-25 | 4 | -11/+7 |
| | | | | | - Ensure `pycon3` is always normalised to `pycon` | ||||
| * | Bump to 5.2.0.post0 final | Adam Turner | 2022-09-24 | 1 | -2/+2 |
| | | |||||
| * | Bump to 5.2.0 finalv5.2.0 | Adam Turner | 2022-09-24 | 1 | -2/+2 |
| | | |||||
| * | Docstring clarifications (#9877) | Arthur Milchior | 2022-09-24 | 5 | -65/+85 |
| | | | | | | Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com> Co-authored-by: Takeshi KOMIYA <i.tkomiya@gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
| * | Move to localStorage for search highlighting | Adam Turner | 2022-09-24 | 2 | -45/+39 |
| | | |||||
| * | Split out `sphinx_highlight.js` | Adam Turner | 2022-09-24 | 3 | -119/+157 |
| | | |||||
| * | Clear `record_dependencies` for each document (#10855) | Adam Turner | 2022-09-24 | 1 | -0/+4 |
| | | |||||
| * | search: use both title and subtitle only if different (#10848) | Martin Liška | 2022-09-23 | 1 | -1/+1 |
| | | |||||
| * | Fix `IndexLoader.load()` for _all_titles (#10851) | Martin Liška | 2022-09-23 | 1 | -3/+5 |
| | | | | | When there is a document with no entry in _all_titles, we must add empty array when loading from frozenset. | ||||
| * | Warn on using the `:property:` flag with `.. py:method::` (#10852) | Adam Turner | 2022-09-23 | 1 | -0/+2 |
| | | |||||
| * | Deprecate HTML 4 support (#10843) | Adam Turner | 2022-09-23 | 2 | -1/+13 |
| | | |||||
| * | imgmath: Allow embedding images in HTML as base64 (#10816) | Julien Schueller | 2022-09-23 | 1 | -16/+48 |
| | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
| * | Use both title and subtitle name in search results (#10824) | Martin Liška | 2022-09-21 | 1 | -1/+1 |
| | | |||||
| * | Shrink strict optional whitelist (HTML writers) (#10838) | danieleades | 2022-09-20 | 3 | -5/+5 |
| | | |||||
| * | Support searching for index entries (#10819) | Adam Turner | 2022-09-20 | 2 | -1/+58 |
| | | |||||
| * | Fix `get_terminal_width` on Windows (#10842) | Steffen Rehberg | 2022-09-20 | 1 | -15/+3 |
| | | | | | `shutil.get_terminal_size` works as a drop-in replacement for `get_terminal_width`, enabling accurate widths on Windows. | ||||
| * | Fix section numbering in domain object contents entries (#10830) | Adam Turner | 2022-09-20 | 1 | -1/+4 |
| | | |||||
| * | Fix nesting in domain object contents entries (#10828) | Adam Turner | 2022-09-20 | 1 | -2/+1 |
| | | |||||
| * | Add contents entries for domain objects (#10807) | Adam Turner | 2022-09-13 | 9 | -41/+254 |
| | | | | | | | | | | - 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 | ||||
| * | Use declarative metadata | Adam Turner | 2022-09-13 | 1 | -19/+21 |
| | | | | | | | | - Move to pyproject.toml metadata - Update references to `setup.py` - Use pypa/build - Update workflows and tooling | ||||
| * | Use subtitle name in search results (#10814) | Martin Liška | 2022-09-13 | 2 | -3/+3 |
| | | |||||
| * | Fix mypy error | Adam Turner | 2022-09-12 | 1 | -1/+6 |
| | | |||||
| * | Make toctree accept special docnames (#10673) | Brecht Machiels | 2022-09-12 | 3 | -3/+23 |
| | | | | | | | The `.. toctree::` directive now supports the reserved special docnames 'genindex', 'modindex', and 'search'. Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
| * | Privatise type (`DomainsType` -> `_DomainsType`) | Adam Turner | 2022-09-12 | 1 | -5/+5 |
| | | |||||
| * | More precise typing for `BuildEnvironment.domains` (#10813) | Adam Turner | 2022-09-09 | 2 | -4/+59 |
| | | |||||
| * | Shink the strict optional whitelist (#10800) | danieleades | 2022-09-09 | 1 | -2/+2 |
| | | | | Removes `sphinx.search` | ||||
| * | Remove Pygments compatability code (#10812) | Adam Turner | 2022-09-09 | 2 | -37/+9 |
| | | |||||
| * | Save search resul score to HTML element for debugging (#10718) | Martin Liška | 2022-09-09 | 1 | -1/+2 |
| | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
| * | Remove `sphinx.builders.gettext` module from whitelist (#10798) | danieleades | 2022-09-09 | 1 | -1/+0 |
| | | |||||
| * | Correct `is_allowed_version()`'s example tests (#10802) | Tony Narlock | 2022-09-09 | 1 | -3/+3 |
| | | |||||
| * | search: support searching for (sub)titles (#10717) | Martin Liška | 2022-09-09 | 3 | -4/+48 |
| | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
| * | Refactor `util.docutils.new_document()` cache (#10805) | Adam Turner | 2022-09-07 | 1 | -6/+11 |
| | | |||||
| * | Allow `:ref:` role to be used with definitions and fields (#10781) | Jeremy Maitin-Shepard | 2022-09-06 | 1 | -5/+14 |
| | | |||||
| * | Fix more strict static typing errors (#10681) | danieleades | 2022-08-28 | 20 | -97/+128 |
| | | |||||
| * | agogo theme: revert CSS changes related to sidebar (#10787) | Matthias Geier | 2022-08-28 | 1 | -0/+6 |
| | | |||||
| * | Remove unneeded `noqa` lint suppression comments (#10772) | danieleades | 2022-08-28 | 6 | -6/+6 |
| | | |||||
| * | Further improve type annotations, reduce mypy whitelist (#10770) | danieleades | 2022-08-28 | 11 | -48/+68 |
| | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
| * | Merge pull request #10757 from n-peugnet/linkcheck-raw-source-url | François Freitag | 2022-08-23 | 1 | -14/+16 |
| |\ | | | | | linkcheck: Check the source URL of raw directives that use the `url` option | ||||
| | * | linkcheck: Check the source URL of raw directives | n-peugnet | 2022-08-17 | 1 | -14/+16 |
| | | | | | | | | | | | | | Add raw directives' source URL to the list of links to check with linkcheck. By the way, refactor HyperlinkCollector by adding `add_uri` function. Add test for linkcheck raw directives source URL | ||||
| * | | Merge pull request #10769 from sphinx-doc/bot/pull-translations | Jean-François B | 2022-08-15 | 21 | -151/+151 |
| |\ \ | | | | | | | Update message catalogs | ||||
| | * | | Update message catalogs | tk0miya | 2022-08-14 | 21 | -151/+151 |
| | | | | |||||
| * | | | Fix some static typing errors (#10745) | danieleades | 2022-08-14 | 7 | -33/+60 |
| |/ / | |||||
| * | | Update message catalogs | tk0miya | 2022-08-07 | 105 | -795/+795 |
| |/ | |||||
| * | Properly support `of` in docstring type specifiers (#10738) | ProGamerGov | 2022-08-02 | 1 | -1/+1 |
| | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
| * | Merge branch '5.1.x' into 5.x | Jean-François B | 2022-08-01 | 2 | -3/+6 |
| |\ | |||||
