summaryrefslogtreecommitdiff
path: root/sphinx/environment
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.x' into masterTakeshi KOMIYA2020-10-041-0/+4
|\
| * Fix #6914: figure numbers are unexpectedly assigned to uncaptioned itemsTakeshi KOMIYA2020-10-041-0/+4
* | Merge branch '3.x'Takeshi KOMIYA2020-08-081-1/+3
|\ \ | |/
| * Make the toc.circular suppress_warnings flag apply to self referenced toctreesAaron Meurer2020-08-071-1/+3
* | Merge branch '3.x'Takeshi KOMIYA2020-08-011-12/+16
|\ \ | |/
| * Fix #7768: i18n: Wrong root element is passed to figure_language_filenameTakeshi KOMIYA2020-07-261-12/+16
* | Merge branch '3.x'Takeshi KOMIYA2020-07-242-8/+12
|\ \ | |/
| * Merge pull request #7982 from tk0miya/7840_optimize_bootstrapTakeshi KOMIYA2020-07-191-3/+3
| |\
| | * Close #7840: i18n: Optimize the dependencies check on bootstrapTakeshi KOMIYA2020-07-191-3/+3
| * | Fix #2050: Symbols sections are appeared twice in the index pageTakeshi KOMIYA2020-07-181-5/+9
| |/
* | Merge branch '3.x'Takeshi KOMIYA2020-07-051-3/+4
|\ \ | |/
| * Fix exception causes all over the codebaseRam Rachum2020-06-141-3/+4
| * Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-032-3/+3
* | add debug logs for change detection: added/changed/outdated, mtime of sources...shimizukawa2020-06-141-0/+8
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-292-101/+4
* | Merge branch '3.x'Takeshi KOMIYA2020-04-131-1/+1
|\ \ | |/
| * Fix #7410: Allow to suppress "circular toctree references detected" warningsTakeshi KOMIYA2020-04-121-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-03-211-1/+1
|\ \ | |/
| * Fix #7325: html: source_suffix containing dot leads to wrong source linkTakeshi KOMIYA2020-03-181-1/+1
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-073-8/+6
* | Deprecate codes for python 3.5Takeshi KOMIYA2020-03-071-5/+1
|/
* refactor: Sorting index entriesTakeshi KOMIYA2020-03-011-2/+2
* Close #7220: genindex: Show "main" index entries at firstTakeshi KOMIYA2020-02-291-3/+12
* Fix #3106: domain: Register hyperlink target for index page automaticallyTakeshi KOMIYA2020-02-221-0/+4
* Merge branch '2.0'Takeshi KOMIYA2020-02-161-0/+8
|\
| * Fix #7151: crashed when extension assigns a value to ``env.indexentries``Takeshi KOMIYA2020-02-161-0/+8
* | Merge branch '2.0'Takeshi KOMIYA2020-01-111-7/+7
|\ \ | |/
| * refactor: Rename var keyword argument to "**kwargs"Takeshi KOMIYA2020-01-081-7/+7
* | Merge branch '2.0'Takeshi KOMIYA2020-01-0112-15/+15
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2020-01-0112-12/+12
| * mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-3/+3
* | Merge branch '2.0'Takeshi KOMIYA2019-12-253-10/+16
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.applicationTakeshi KOMIYA2019-12-251-8/+11
| * Stop to use deprecated API: env.indexentriesTakeshi KOMIYA2019-12-252-2/+5
* | Fix flake8 violationTakeshi KOMIYA2019-12-221-1/+1
* | Fix mergingTakeshi KOMIYA2019-12-221-120/+0
* | Merge branch '2.0'Takeshi KOMIYA2019-12-223-7/+138
|\ \ | |/
| * Add IndexDomainTakeshi KOMIYA2019-12-222-5/+17
| * Replace `a and b or c` by the more legible `b if a or c`.Antony Lee2019-12-211-1/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-08-191-8/+18
|\ \ | |/
| * ENH: Explain rebuildsEric Larson2019-08-061-8/+18
* | Merge branch '2.0'jfbu2019-08-011-2/+6
|\ \ | |/
| * Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-2/+6
* | Merge branch '2.0'Takeshi KOMIYA2019-07-071-3/+13
|\ \ | |/
| * Fix #736: Invalid sort in pair indexTakeshi KOMIYA2019-07-061-3/+13
* | Merge branch '2.0'Takeshi KOMIYA2019-07-0611-263/+180
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.environment.adapters.toctreeTakeshi KOMIYA2019-07-061-26/+24
| * Migrate to py3 style type annotation: sphinx.environment.adapters.indexentriesTakeshi KOMIYA2019-07-061-16/+11
| * Migrate to py3 style type annotation: sphinx.environment.adapters.assetTakeshi KOMIYA2019-07-061-7/+3
| * Migrate to py3 style type annotation: sphinx.environment.collectors.titleTakeshi KOMIYA2019-07-061-14/+9