Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-29imgmath: Fix embed mode (#10878)5.2.xJulien Schueller
2022-09-27Bump to 5.2.2 finalv5.2.2Adam Turner
2022-09-27Restore anchor links to top of module docstringAdam Turner
2022-09-27Correct error in release date for Sphinx 5.2.1Adam Turner
2022-09-27Restore anchor links to top of module docstringAdam Turner
2022-09-27Fix mypy violations for v0.981 (#10875)Adam Turner
2022-09-25Bump to 5.2.1 finalv5.2.1Adam Turner
2022-09-25Fix error in changelog for Sphinx 5.2.0Adam Turner
2022-09-25Define extra indent as a class attributeAdam Turner
2022-09-25Fix highlighting lexersAdam Turner
- Ensure `pycon3` is always normalised to `pycon`
2022-09-25Bump to 5.2.0.post0 finalAdam Turner
2022-09-24Bump to 5.2.0 finalv5.2.0Adam Turner
2022-09-24Merge 5.1.2 CHANGES into 5.2.0Adam Turner
2022-09-24Merge pull request #10859 from jfbu/latex_doc_tableofcontentshookJean-François B
LaTeX: improve doc of \sphinxtableofcontents (closes #10858)
2022-09-24LaTeX: improved doc of \sphinxtableofcontents (closes #10858)Jean-François B
2022-09-24Docstring clarifications (#9877)Arthur Milchior
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>
2022-09-24Add a new mypy whitelist for '`Any` generics' (#10845)danieleades
2022-09-24Move to localStorage for search highlightingAdam Turner
2022-09-24Split out `sphinx_highlight.js`Adam Turner
2022-09-24Clear `record_dependencies` for each document (#10855)Adam Turner
2022-09-23search: use both title and subtitle only if different (#10848)Martin Liška
2022-09-23Fix `IndexLoader.load()` for _all_titles (#10851)Martin Liška
When there is a document with no entry in _all_titles, we must add empty array when loading from frozenset.
2022-09-23Warn on using the `:property:` flag with `.. py:method::` (#10852)Adam Turner
2022-09-23Deprecate HTML 4 support (#10843)Adam Turner
2022-09-23imgmath: Allow embedding images in HTML as base64 (#10816)Julien Schueller
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2022-09-21Migrate configs for isort, mypy, and pytest into pyproject.toml (#10844)Christian Clauss
2022-09-21Use both title and subtitle name in search results (#10824)Martin Liška
2022-09-21Shrink strict optional whitelist (HTML writers) (#10838)danieleades
2022-09-21Support searching for index entries (#10819)Adam Turner
2022-09-21Fix `get_terminal_width` on Windows (#10842)Steffen Rehberg
`shutil.get_terminal_size` works as a drop-in replacement for `get_terminal_width`, enabling accurate widths on Windows.
2022-09-20Begin addding `flake8-simplify` checks (#10820)danieleades
Start with SIM104 and ignore all other flake8-simplify warnings
2022-09-20Fix section numbering in domain object contents entries (#10830)Adam Turner
2022-09-20Fix nesting in domain object contents entries (#10828)Adam Turner
2022-09-13Add contents entries for domain objects (#10807)Adam Turner
- 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
2022-09-13Use declarative metadataAdam Turner
- Move to pyproject.toml metadata - Update references to `setup.py` - Use pypa/build - Update workflows and tooling
2022-09-13git mv setup.py pyproject.tomlAdam Turner
2022-09-13Use subtitle name in search results (#10814)Martin Liška
2022-09-13Fix mypy errorAdam Turner
2022-09-12Make toctree accept special docnames (#10673)Brecht Machiels
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>
2022-09-12Privatise type (`DomainsType` -> `_DomainsType`)Adam Turner
2022-09-12Do not apply epigraph style to all block quotesAdam Turner
Correct indentation where appropriate for stanzas that should not be rendered as `<blockquote>` HTML elements. Closes GH-10686
2022-09-09More precise typing for `BuildEnvironment.domains` (#10813)Adam Turner
2022-09-09Shink the strict optional whitelist (#10800)danieleades
Removes `sphinx.search`
2022-09-09Remove Pygments compatability code (#10812)Adam Turner
2022-09-09Bump dependency versionsAdam Turner
2022-09-09Specify `colorama` dependency with an environment markerAdam Turner
2022-09-09Refactor setup.pyAdam Turner
2022-09-09Clean setup.pyAdam Turner
2022-09-09Save search resul score to HTML element for debugging (#10718)Martin Liška
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2022-09-09Remove `sphinx.builders.gettext` module from whitelist (#10798)danieleades