summaryrefslogtreecommitdiff
path: root/sphinx/ext/autosectionlabel.py
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-3/+1
* refactor: autosectionlabel: Use accessors of std domainTakeshi KOMIYA2020-05-211-6/+6
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Migrate to py3 style type annotation: sphinx.ext.autosectionlabelTakeshi KOMIYA2019-07-041-10/+6
* autosectionlabel: add type for suppress_warningsGibson Fahnestock2019-05-151-1/+1
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-5/+0
* Fix autosectionlabel_maxdepth is 0 originTakeshi KOMIYA2019-02-111-1/+1
* autosectionlabel: Rename confval to autosectionlabel_maxdepthTakeshi KOMIYA2019-02-111-3/+3
* autosectionlabel: Rename node_get_depth() to get_node_depth()Takeshi KOMIYA2019-02-111-2/+2
* Merge branch 'master' into 4261_autosectionlabel_max_depthTakeshi KOMIYA2019-02-111-7/+31
|\
| * Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
| |\
| | * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
| * | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
| * | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-2/+1
| * | Fix annotations (minor fixes)Takeshi KOMIYA2018-12-031-2/+2
| * | Fix annotaions for extensionsTakeshi KOMIYA2018-11-281-1/+4
| * | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
| |/
| * Merge branch '1.7'Takeshi KOMIYA2018-03-181-4/+3
| |\
| | * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+1
| * | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-2/+3
| * | Use typing.TYPE_CHECKINGTakeshi KOMIYA2018-02-191-2/+1
| * | Merge branch '1.7'Takeshi KOMIYA2018-02-181-1/+3
| |\ \ | | |/
| | * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-1/+3
| * | Merge branch '1.7-release'Takeshi KOMIYA2018-02-111-2/+3
| |\ \ | | |/
| | * Handle older docutilsKit La Touche2018-02-111-3/+3
| | * Use rawsource in autosectionlabelKit La Touche2018-02-111-2/+3
| * | Update type annotationsTakeshi KOMIYA2018-02-041-0/+6
| |/
| * Fix autosectionlabel does not support parallel buildTakeshi KOMIYA2018-01-301-0/+13
| * Use flake8-import-orderTakeshi KOMIYA2018-01-281-0/+1
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Add autosectionlabel_max_depth config optionRoman Bogorodskiy2017-11-261-0/+13
|/
* Merge pull request #3388 from smheidrich/autosectionlabel_prefix_document1Takeshi KOMIYA2017-04-181-1/+5
|\
| * Added autosectionlabel_prefix_document config option.smheidrich2017-04-171-1/+5
* | Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\ \ | |/ |/|
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | logger.warning() supports node as location parameterTakeshi KOMIYA2017-01-021-2/+3
* | Use loggersTakeshi KOMIYA2017-01-021-2/+5
|/
* Fix #1286, #2099: Add ``sphinx.ext.autosectionlabel`` extension to allow refe...Takeshi KOMIYA2016-02-141-0/+34