summaryrefslogtreecommitdiff
path: root/sphinx/environment
Commit message (Expand)AuthorAgeFilesLines
* refactor: Rename var keyword argument to "**kwargs"Takeshi KOMIYA2020-01-081-7/+7
* A happy new year!Takeshi KOMIYA2020-01-0112-12/+12
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-3/+3
* 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
* 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
* ENH: Explain rebuildsEric Larson2019-08-061-8/+18
* Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-2/+6
* Fix #736: Invalid sort in pair indexTakeshi KOMIYA2019-07-061-3/+13
* 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
* Fix #6531: Failed to load last environment object when extension addedTakeshi KOMIYA2019-06-301-5/+2
* Make generated download links reproducibleDmitry Shachnev2019-06-031-1/+1
* Fix #6402: image directive crashes by unknown image formatTakeshi KOMIYA2019-05-301-0/+3
* Make EventManager portableTakeshi KOMIYA2019-04-161-5/+8
* Merge branch '2.0'Takeshi KOMIYA2019-03-075-11/+3
|\
| * Clean up import for annotationsTakeshi KOMIYA2019-03-065-7/+3
| * Stop to access env.versionchanged because of deprecatedTakeshi KOMIYA2019-03-021-4/+0
* | refactor: move NoUri to sphinx.errorsTakeshi KOMIYA2019-03-022-8/+14
* | refactor: Use CatalogRepository instead of find_catalog_source_file()Takeshi KOMIYA2019-02-271-9/+7
|/
* Drop dependency: sphinxcontrib-websupportTakeshi KOMIYA2019-01-141-3/+2
* env.set_versioning_method() allows callable object as a methodTakeshi KOMIYA2019-01-091-4/+8
* Merge pull request #5747 from jdufresne/bad-decodeTakayuki SHIMIZUKAWA2019-01-031-10/+3
|\
| * Remove unused `except UnicodeDecodeError` blockJon Dufresne2018-12-291-10/+3
* | Merge branch '1.8'Takeshi KOMIYA2019-01-0212-12/+12
|\ \ | |/ |/|
| * A happy new year!Takeshi KOMIYA2019-01-0212-12/+12
* | Merge pull request #5806 from jdufresne/six-text-typeTakeshi KOMIYA2018-12-262-6/+2
|\ \
| * | Replace use of six.text_type with strJon Dufresne2018-12-182-6/+2
* | | Replace EnvironmentError and IOError by OSErrorTakeshi KOMIYA2018-12-192-4/+4
|/ /
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-1612-12/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-2/+2
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-1511-122/+111
* | Add 'type: ignore' to avoid type errorsTakeshi KOMIYA2018-12-151-1/+1
* | Add docutils-stubs to test depsTakeshi KOMIYA2018-12-151-2/+2
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-1/+1
* | Merge pull request #5753 from tk0miya/fix_typehints_for_toctreeTakeshi KOMIYA2018-12-101-10/+19
|\ \
| * | Fix annotations for toctreeTakeshi KOMIYA2018-12-101-10/+19
* | | Fix annotationsTakeshi KOMIYA2018-12-101-1/+1
|/ /
* | Fix annotationsTakeshi KOMIYA2018-12-101-1/+1
* | Fix annotationsTakeshi KOMIYA2018-12-081-3/+3