| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Decl styling, move desc dynamic classes to domain base class | Jakob Lykke Andersen | 2021-04-12 | 1 | -0/+1 |
| | | |||||
| * | refactor: Use PEP-526 based variable annotation (sphinx.directives) | Takeshi KOMIYA | 2021-03-23 | 4 | -15/+15 |
| | | |||||
| * | refactor: Add a type alias for the option_spec of directives; OptionSpec | Takeshi KOMIYA | 2021-03-13 | 4 | -15/+18 |
| | | |||||
| * | Close #8487: csv-table now considers abspath as relpath from srcdir | Takeshi KOMIYA | 2021-03-09 | 1 | -12/+25 |
| | | | | | | | To make directives' behavior consistent, the :file: option for csv-table directive now recognizes an absolute path as a relative path from source directory. | ||||
| * | Fix wrong directive name in warning messages | Takeshi KOMIYA | 2021-03-07 | 1 | -2/+2 |
| | | |||||
| * | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-30 | 1 | -0/+1 |
| |\ | |||||
| | * | Fix #8072: Directive hlist not implemented in LaTeX | jfbu | 2021-01-28 | 1 | -0/+1 |
| | | | | | | | | | | | Adds ``multicol`` LaTeX package requirement, but it is a required part of any latex distribution. | ||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-16 | 1 | -3/+5 |
| |\ \ | |/ | |||||
| | * | Fix #2030: automatic dedent support in code-block directive | Takeshi KOMIYA | 2021-01-13 | 1 | -3/+5 |
| | | | |||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-08 | 1 | -5/+7 |
| |\ \ | |/ | |||||
| | * | refactor: Update typehints for ObjectDescription using Generic | Takeshi KOMIYA | 2021-01-03 | 1 | -5/+7 |
| | | | |||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 4 | -4/+4 |
| |\ \ | |/ | |||||
| | * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 4 | -4/+4 |
| | | | | | | | | | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype | ||||
| * | | Do isort | Takeshi KOMIYA | 2020-11-12 | 1 | -2/+1 |
| | | | |||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 4 | -10/+6 |
| |\ \ | |/ | |||||
| | * | Sort imports with isort | François Freitag | 2020-11-11 | 4 | -23/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | ||||
| * | | Close #8201: Emit a warning if toctree contains duplicated entries | Takeshi KOMIYA | 2020-09-13 | 1 | -1/+7 |
| | | | |||||
| * | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-09-13 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fix #8163: Update warning message for :dedent: option | Takeshi KOMIYA | 2020-09-05 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-24 | 1 | -1/+4 |
| |\ \ | |/ | |||||
| | * | Preserve backwards compatibility | Peter Bell | 2020-07-16 | 2 | -25/+47 |
| | | | |||||
| | * | Require canonical name to be specified when calling deprecated_alias | Peter Bell | 2020-07-15 | 2 | -19/+22 |
| | | | |||||
| * | | Merge commit '05c65163ecd0ce7bdb7c6807de683266b98e5b28' | Takeshi KOMIYA | 2020-07-05 | 1 | -4/+5 |
| |\ \ | |/ | |||||
| | * | Fix exception causes in code.py | Ram Rachum | 2020-06-12 | 1 | -4/+5 |
| | | | |||||
| * | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 3 | -60/+1 |
| | | | |||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-06 | 1 | -0/+10 |
| |\ \ | |/ | |||||
| | * | Add ObjectDescription.transform_content() | Jakob Lykke Andersen | 2020-03-29 | 1 | -0/+10 |
| | | | |||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-03-21 | 1 | -4/+6 |
| |\ \ | |/ | |||||
| | * | Simplify backslash stripping | Jakob Lykke Andersen | 2020-03-20 | 1 | -22/+2 |
| | | | |||||
| | * | Remove backslash stripping in domains. | Jakob Lykke Andersen | 2020-03-20 | 1 | -2/+24 |
| | | | | | | | | | | | | | Adds several ways to reinstate the old behaviour. Fixes sphinx-doc/sphinx#6462 | ||||
| * | | Hello TYPE_CHECKING! | Takeshi KOMIYA | 2020-03-07 | 4 | -11/+8 |
| | | | |||||
| * | | Deprecate codes for docutils-0.13 or 0.14 | Takeshi KOMIYA | 2020-03-07 | 1 | -3/+17 |
| |/ | |||||
| * | refactor: Set source_info to nodes | Takeshi KOMIYA | 2020-02-29 | 1 | -0/+1 |
| | | |||||
| * | refactor: Update type annotations in sphinx.* | Takeshi KOMIYA | 2020-02-23 | 2 | -3/+3 |
| | | |||||
| * | Merge branch '7144_styling_desc_by_domainname' into 3.x | Takeshi KOMIYA | 2020-02-22 | 1 | -0/+2 |
| |\ | |||||
| | * | Close #7144: Add CSS class indicating its domain for each desc node | Takeshi KOMIYA | 2020-02-16 | 1 | -0/+2 |
| | | | |||||
| * | | Merge branch 'drop_desc_signature_first' into 3.x | Takeshi KOMIYA | 2020-02-22 | 1 | -1/+0 |
| |\ \ | |||||
| | * | | Deprecate desc_signature['first'] | Takeshi KOMIYA | 2020-02-09 | 1 | -1/+0 |
| | |/ | |||||
| * | | Deprecate DescDirective | Takeshi KOMIYA | 2020-02-22 | 1 | -4/+8 |
| |/ | |||||
| * | Fix #6581: :reversed: for toctree does not effect to LaTeX build | Takeshi KOMIYA | 2020-02-06 | 1 | -0/+1 |
| | | |||||
| * | Add new event: :event:`object-description-transform` | Takeshi KOMIYA | 2020-01-25 | 1 | -0/+4 |
| | | |||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 4 | -4/+4 |
| | | |||||
| * | Move sphinx.directives.other:Index to sphinx.domains.index | Takeshi KOMIYA | 2019-12-29 | 2 | -28/+15 |
| | | |||||
| * | Replace `a and b or c` by the more legible `b if a or c`. | Antony Lee | 2019-12-21 | 1 | -1/+1 |
| | | |||||
| * | Fix #6742: end-before option of literalinclude skips first line | Takeshi KOMIYA | 2019-10-28 | 1 | -1/+1 |
| | | |||||
| * | Merge branch '2.1.3' into 2.0 | Takeshi KOMIYA | 2019-06-19 | 1 | -0/+1 |
| |\ | |||||
| | * | repair white space | Viktor Haag | 2019-06-18 | 1 | -0/+2 |
| | | | |||||
| | * | Simplify to ensure we're lazily setting the instance field-type-map variable | Viktor Haag | 2019-06-18 | 1 | -17/+9 |
| | | | | | | | | | | | | | - We can more simply have ObjectDescription.get_field_type_map() make sure that it's going to lazily set the value of an instance variable, not the class variable, when it populates the field type map. | ||||
| | * | mypy type annotations for methods added | Viktor Haag | 2019-06-14 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | - type annotation for _process_type_map was incorrect; needed to document the positional argument for the method - __init__ method for ObjectDescription missing type annotation, so added | ||||
| | * | type declaration for new internal method | Viktor Haag | 2019-06-13 | 1 | -0/+1 |
| | | | |||||
