Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Prefer ``raise SystemExit`` to ``sys.exit`` | Adam Turner | 2022-10-17 | 2 | -2/+2 | |
| | ||||||
* | Merge branch '5.x' | Adam Turner | 2022-10-16 | 8 | -70/+79 | |
|\ | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/main.yml # CHANGES # sphinx/__init__.py # sphinx/domains/c.py | |||||
| * | Fix performance regression for ``imgmath`` embedding (#10888) | Julien Schueller | 2022-10-09 | 1 | -61/+58 | |
| | | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | |||||
| * | Don't display 'replaceable hardcoded link' when link has a slash (#10137) | Anthony Sottile | 2022-10-05 | 1 | -1/+5 | |
| | | ||||||
| * | Fix `cleanup_tempdir` in imgmath (#10895) | Julien Schueller | 2022-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | Add debug logging to `autosectionlabel` (#10881) | Martin Patz | 2022-10-04 | 1 | -0/+3 | |
| | | | | | | Co-authored-by: Martin Patz <martin@recogni.com> | |||||
| * | Ensure non-builtin extensions use the proper version | Adam Turner | 2022-09-30 | 6 | -8/+13 | |
| | | ||||||
* | | Merge branch '5.x' | Adam Turner | 2022-09-30 | 1 | -2/+2 | |
|\ \ | |/ | | | | | | | # Conflicts: # sphinx/locale/__init__.py | |||||
| * | imgmath: Fix embed mode (#10878) | Julien Schueller | 2022-09-29 | 1 | -2/+2 | |
| | | ||||||
* | | Drop Python 3.7 | Adam Turner | 2022-09-27 | 2 | -13/+8 | |
| | | ||||||
* | | Clean up after dropping Python 3.6 | Adam Turner | 2022-09-27 | 3 | -9/+4 | |
| | | ||||||
* | | Merge branch '5.x' | Adam Turner | 2022-09-25 | 4 | -10/+8 | |
|\ \ | |/ | | | | | | | | | | | | | | | | | # Conflicts: # CHANGES # doc/conf.py # sphinx/__init__.py # sphinx/builders/html/__init__.py # sphinx/domains/python.py # tests/test_build_html.py | |||||
| * | Define extra indent as a class attribute | Adam Turner | 2022-09-25 | 2 | -1/+5 | |
| | | ||||||
| * | Fix highlighting lexers | Adam Turner | 2022-09-25 | 2 | -9/+3 | |
| | | | | | | | | - Ensure `pycon3` is always normalised to `pycon` | |||||
* | | Merge branch '5.x' | Adam Turner | 2022-09-23 | 2 | -16/+57 | |
|\ \ | |/ | | | | | | | | | # Conflicts: # setup.py # sphinx/__init__.py | |||||
| * | 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> | |||||
| * | Add contents entries for domain objects (#10807) | Adam Turner | 2022-09-13 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | - 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 | |||||
* | | Merge branch '5.x' | Adam Turner | 2022-09-09 | 8 | -34/+43 | |
|\ \ | |/ | | | | | | | | | | | | | | | # Conflicts: # setup.py # sphinx/application.py # sphinx/environment/__init__.py # sphinx/ext/autodoc/directive.py # tests/test_build_html.py | |||||
| * | Correct `is_allowed_version()`'s example tests (#10802) | Tony Narlock | 2022-09-09 | 1 | -3/+3 | |
| | | ||||||
| * | Fix more strict static typing errors (#10681) | danieleades | 2022-08-28 | 7 | -31/+40 | |
| | | ||||||
| * | Remove unneeded `noqa` lint suppression comments (#10772) | danieleades | 2022-08-28 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '5.x' | Jean-François B | 2022-08-06 | 1 | -2/+4 | |
|\ \ | |/ | ||||||
| * | Fix flake8 5.0.0 reported formatting errors | daniel.eades | 2022-08-01 | 1 | -2/+4 | |
| | | ||||||
| * | Fix ValueError popping out in `sphinx.ext.napoleon` (#10709) | Antony Lee | 2022-07-25 | 1 | -12/+22 | |
| | | | | | | There's some parts of the code still expecting a StopIteration instead. | |||||
* | | Merge branch '5.x' | Adam Turner | 2022-07-26 | 1 | -12/+22 | |
|\ \ | ||||||
| * | | Fix ValueError popping out in `sphinx.ext.napoleon` (#10709) | Antony Lee | 2022-07-25 | 1 | -12/+22 | |
| |/ | | | | | There's some parts of the code still expecting a StopIteration instead. | |||||
* | | Merge branch '5.x' | Adam Turner | 2022-07-24 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | | | # Conflicts: # CHANGES # sphinx/__init__.py | |||||
| * | Update include_patterns implementation (#10680) | Adam Turner | 2022-07-23 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '5.x' | Adam Turner | 2022-07-18 | 10 | -36/+43 | |
|\ \ | |/ | | | | | | | | | # Conflicts: # sphinx/ext/autodoc/__init__.py # sphinx/writers/html5.py | |||||
| * | Improve static typing strictness (#10569) | danieleades | 2022-07-18 | 10 | -37/+44 | |
| | | ||||||
* | | Merge branch '5.x' | Adam Turner | 2022-07-17 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Add `include_patterns` as the opposite of `exclude_patterns` (#10518) | Adam Turner | 2022-07-17 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '5.x' into master | Jean-François B | 2022-06-30 | 3 | -32/+50 | |
|\ \ | |/ | | | | | | | | | | | | | Resolved merge conflicts: sphinx/ext/extlinks.py sphinx/ext/napoleon/docstring.py (and removed from the latter a now unused import for flake8 F401 compliance) | |||||
| * | Use the `flake8-comprehensions` lint plugin (#10601) | danieleades | 2022-06-26 | 1 | -1/+1 | |
| | | ||||||
| * | Replace `napoleon.iterators` by simpler stack implementation (#9856) | Antony Lee | 2022-06-26 | 2 | -31/+49 | |
| | | ||||||
| * | Replace deprecated logging.warn with logging.warning (#10592) | Hugo van Kemenade | 2022-06-25 | 1 | -3/+3 | |
| | | ||||||
* | | Merge branch '5.x' | Adam Turner | 2022-06-16 | 1 | -5/+2 | |
|\ \ | |/ | | | | | | | | | | | # Conflicts: # .github/workflows/builddoc.yml # .github/workflows/lint.yml # sphinx/registry.py | |||||
| * | Remove traces of Python 2 and 3.5 (#10560) | Adam Turner | 2022-06-16 | 1 | -5/+2 | |
| | | ||||||
* | | Remove deprecated items for Sphinx 6.0 (#10471) | Adam Turner | 2022-06-16 | 5 | -90/+5 | |
| | | ||||||
* | | Drop python 3.6 support (#10468) | Takeshi KOMIYA | 2022-06-16 | 1 | -7/+1 | |
|/ | ||||||
* | Merge branch '5.0.x' into 5.x | Takeshi KOMIYA | 2022-06-17 | 2 | -3/+9 | |
|\ | ||||||
| * | Fix documenting inherited attributes | Adam Turner | 2022-06-08 | 2 | -3/+9 | |
| | | ||||||
| * | Fix #10509: autosummary: autosummary fails with a shared library | Takeshi KOMIYA | 2022-06-03 | 1 | -2/+6 | |
| | | ||||||
* | | remove unnecessary generators (C400, C401) | Daniel Eades | 2022-06-03 | 3 | -5/+5 | |
| | | ||||||
* | | remove unnecessary list calls around 'sorted' (C413) | Daniel Eades | 2022-06-03 | 1 | -1/+1 | |
| | | ||||||
* | | Fix #10509: autosummary: autosummary fails with a shared library | Takeshi KOMIYA | 2022-06-03 | 1 | -2/+6 | |
|/ | ||||||
* | ifconfig: Do not use a meta node for noop | Takeshi KOMIYA | 2022-06-03 | 1 | -3/+2 | |
| | ||||||
* | Add a meta node to fix iteration | Adam Turner | 2022-05-31 | 1 | -1/+2 | |
| | ||||||
* | Fix imgconverter: Failed to extract translation messages | Takeshi KOMIYA | 2022-05-29 | 1 | -3/+3 | |
| | ||||||
* | Set the docstring attribute of class members. Fixes #8180. | Anselm Kruis | 2022-05-23 | 1 | -1/+8 | |
| | | | | | Change ext.autodoc.importer.get_class_members to set ObjectMember.docstring the docstring found by the source code analyzer. |