summaryrefslogtreecommitdiff
path: root/sphinx/environment
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Migrate to py3 style type annotation: sphinx.environment.collectors.toctreeTakeshi KOMIYA2019-07-061-42/+26
| * Migrate to py3 style type annotation: sphinx.environment.collectors.metadataTakeshi KOMIYA2019-07-061-15/+9
| * Migrate to py3 style type annotation: sphinx.environment.collectors.indexentriesTakeshi KOMIYA2019-07-061-15/+11
| * Migrate to py3 style type annotation: sphinx.environment.collectors.dependenciesTakeshi KOMIYA2019-07-061-15/+9
| * Migrate to py3 style type annotation: sphinx.environment.collectors.assetTakeshi KOMIYA2019-07-061-21/+15
| * Migrate to py3 style type annotation: sphinx.environment.collectorsTakeshi KOMIYA2019-07-061-20/+15
| * Migrate to py3 style type annotation: sphinx.environmentTakeshi KOMIYA2019-07-061-100/+62
* | Merge branch '2.0'Takeshi KOMIYA2019-07-011-5/+2
|\ \ | |/
| * Fix #6531: Failed to load last environment object when extension addedTakeshi KOMIYA2019-06-301-5/+2
* | Merge branch '2.0'Takeshi KOMIYA2019-06-091-1/+1
|\ \ | |/
| * Make generated download links reproducibleDmitry Shachnev2019-06-031-1/+1