Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove sphinx.util.docutils.__version_info__ on 7.0 | Takeshi KOMIYA | 2022-05-03 | 1 | -3/+2 | |
| | ||||||
* | Merge pull request #10381 from tk0miya/deprecation_for_docutils-0.13 | Takeshi KOMIYA | 2022-05-03 | 2 | -17/+6 | |
|\ | | | | | Mark APIs for docutils-0.13 deprecated and remove monkey-patch for it | |||||
| * | Remove monkey-patch for docutils-0.13 | Takeshi KOMIYA | 2022-05-03 | 1 | -15/+0 | |
| | | ||||||
| * | Deprecate: html5_ready and is_html5_writer_available() | Takeshi KOMIYA | 2022-05-03 | 1 | -2/+6 | |
| | | ||||||
* | | Merge pull request #10353 from tk0miya/10305_optional_forwardref_annotations | Takeshi KOMIYA | 2022-05-03 | 1 | -0/+6 | |
|\ \ | |/ |/| | Fix #10305: autodoc: Failed to extract optional forwardrefs | |||||
| * | Fix #10305: autodoc: Failed to extract optional forwardrefs | Takeshi KOMIYA | 2022-04-17 | 1 | -0/+6 | |
| | | | | | | | | | | Autodoc fails to extract optional forwardrefs (ex. `Optional[MyClass]`) even if `MyClass` is declared in `autodoc_type_aliases`. | |||||
* | | Merge branch '5.x' into fix-warnings | Adam Turner | 2022-05-02 | 2 | -0/+39 | |
|\ \ | | | | | | | | | | | | | # Conflicts: # tests/test_search.py | |||||
| * | | Review comments | Adam Turner | 2022-05-01 | 1 | -19/+5 | |
| | | | ||||||
| * | | Schedule removal for 7.0 | Adam Turner | 2022-04-30 | 1 | -2/+2 | |
| | | | ||||||
| * | | Revert removal of `jsdump` implementation | Adam Turner | 2022-04-30 | 1 | -6/+199 | |
| | | | ||||||
| * | | Deprecate `sphinx.util.jsdump` | Adam Turner | 2022-04-27 | 1 | -194/+21 | |
| | | | ||||||
| * | | C and C++, refactor attribute lists | Jakob Lykke Andersen | 2022-04-17 | 1 | -0/+33 | |
| | | | ||||||
* | | | Review: Restore `sphinx.util.docutils.__version_info__` and deprecate | Adam Turner | 2022-04-24 | 1 | -0/+9 | |
| | | | ||||||
* | | | `rawsource` is deprecated in `docutils.nodes.Text` | Adam Turner | 2022-04-22 | 1 | -4/+4 | |
| | | | ||||||
* | | | Use docutils.__version_info__ directly | Adam Turner | 2022-04-22 | 2 | -6/+3 | |
| | | | ||||||
* | | | Specify encoding | Adam Turner | 2022-04-22 | 1 | -0/+1 | |
|/ / | ||||||
* | | Remove deprecated code for Sphinx 5.0 | Adam Turner | 2022-04-17 | 1 | -16/+8 | |
|/ | ||||||
* | Fix test_restify | Adam Turner | 2022-04-09 | 1 | -0/+3 | |
| | ||||||
* | Merge pull request #10313 from ↵ | Takeshi KOMIYA | 2022-04-03 | 1 | -1/+6 | |
|\ | | | | | | | | | GutiCW/feature-support_mocked_decorator_for_class_methods Support mocked decorator for class methods | |||||
| * | Use `safe_getattr()` to access `__self__`. | Christian Walch | 2022-04-01 | 1 | -4/+1 | |
| | | ||||||
| * | Move method `isboundmethod()` into sphinx/util/inspect.py. | Christian Walch | 2022-04-01 | 1 | -1/+9 | |
| | | ||||||
* | | Fix #10279: autodoc: Default values are rendered as a string literal | Takeshi KOMIYA | 2022-04-01 | 1 | -1/+4 | |
| | | | | | | | | | | When processing overloaded functions, autodoc unexpectedly renders its default values for kwonlyargs as a string literal unexpectedly | |||||
* | | Merge branch '4.x' | Takeshi KOMIYA | 2022-03-27 | 2 | -2/+26 | |
|\ \ | |/ | ||||||
| * | Update PEP links in docs | Hugo van Kemenade | 2022-03-24 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #10186 from ultmaster/rst-get-language-patch | Takeshi KOMIYA | 2022-03-21 | 1 | -1/+25 | |
| |\ | | | | | | | Patch rst get language in docutils | |||||
| | * | Patch rst get language in docutils | Yuge Zhang | 2022-02-11 | 1 | -1/+25 | |
| | | | ||||||
* | | | Merge branch '4.x' | Takeshi KOMIYA | 2022-03-19 | 31 | -299/+72 | |
|\ \ \ | |/ / | ||||||
| * | | Merge pull request #10260 from hugovk/colour-env-vars | Takeshi KOMIYA | 2022-03-17 | 1 | -0/+4 | |
| |\ \ | | | | | | | | | Enable FORCE_COLOR and NO_COLOR for terminal colouring | |||||
| | * | | Enable FORCE_COLOR and NO_COLOR for terminal colouring | Hugo van Kemenade | 2022-03-12 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | Merge pull request #10212 from AA-Turner/remove-module-docstring-titles | Takeshi KOMIYA | 2022-03-14 | 31 | -297/+64 | |
| |\ \ \ | | | | | | | | | | | Remove module docstring titles | |||||
| | * | | | Collapse single line docstrings | Adam Turner | 2022-02-20 | 26 | -52/+26 | |
| | | | | | ||||||
| | * | | | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 30 | -90/+1 | |
| | | | | | ||||||
| | * | | | Conform to PEP 257 summary line conventions | Adam Turner | 2022-02-20 | 3 | -2/+7 | |
| | | | | | ||||||
| | * | | | Fix module docstring indentation | Adam Turner | 2022-02-20 | 31 | -90/+90 | |
| | | | | | ||||||
| | * | | | Fix module docstring first line | Adam Turner | 2022-02-20 | 30 | -60/+30 | |
| | | | | | ||||||
| | * | | | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 31 | -93/+0 | |
| | |/ / | ||||||
| * | | | Update sphinx/util/cfamily.py | Jeremy Maitin-Shepard | 2022-03-11 | 1 | -3/+3 | |
| | | | | | | | | | | | | Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com> | |||||
| * | | | Update sphinx/util/cfamily.py | Jeremy Maitin-Shepard | 2022-03-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com> | |||||
| * | | | [C++] Support attributes on class and union and improve formatting | Jeremy Maitin-Shepard | 2022-03-10 | 1 | -2/+4 | |
| |/ / | ||||||
* | | | Merge branch '4.x' | Takeshi KOMIYA | 2022-02-19 | 1 | -2/+10 | |
|\ \ \ | |/ / | ||||||
| * | | Fix #9971: autodoc: TypeError for annotation with unhashable object | Takeshi KOMIYA | 2022-02-11 | 1 | -2/+10 | |
| |/ | | | | | | | | | restify() and stringify() fails with TypeError when unhashable object is given. | |||||
* | | Merge commit '07110b7557a552ecfe702bdd6a2d2f9685cb1af9' | Takeshi KOMIYA | 2022-02-14 | 1 | -0/+10 | |
|\ \ | |/ | ||||||
| * | Fix #10133: autodoc: Crashed when mocked module is used for type annotation | Takeshi KOMIYA | 2022-01-30 | 1 | -0/+10 | |
| | | ||||||
* | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-17 | 3 | -20/+43 | |
|\ \ | |/ | ||||||
| * | refactor: Add CustomReSTDispatcher as a base class of custom dispatchers | Takeshi KOMIYA | 2022-01-16 | 1 | -14/+37 | |
| | | | | | | | | | | To create custom reST dispatcher easily, this adds CustomReSTDispatcher class as a base class of custom dispatchers. | |||||
| * | address some unused loop control variables (B007) | Daniel Eades | 2022-01-12 | 2 | -6/+6 | |
| | | ||||||
* | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-16 | 5 | -13/+9 | |
|\ \ | |/ | ||||||
| * | Merge pull request #10068 from tk0miya/10057_scanning_docs_on_root | Takeshi KOMIYA | 2022-01-12 | 1 | -2/+3 | |
| |\ | | | | | | | Fix #10057: Failed to scan documents on the root directory | |||||
| | * | Fix #10057: Failed to scan documents on the root directory | Takeshi KOMIYA | 2022-01-09 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | get_matching_files() incorrectly drops the first character of each path on scanning documents. It will help users to exclude paths via exclude_patterns setting. Note: Users need to configure `exclude_patterns` to put their document on the root directory. This does not help to avoid recursive symlinks (ex. /proc, /sys) | |||||
| * | | simplify some set comparisons (SIM109) | Daniel Eades | 2022-01-10 | 2 | -8/+4 | |
| | | |