index
:
delta/python-packages/sphinx-git.git
1.8.x
3.2.x
3.3.x
3.4.x
3.5.x
3.x
4.0.x
4.1.x
4.2.x
4.3.x
4.4.x
4.x
4606_incorrect_location_of_docstring
7.0.x
7613_class__signature__
7727_autosummary_PycodeError
7996_man_make_section_directory
8321_linkcheck_tel_links
8342_warning_for_unknown_domain
8349_sphinx-contrib
9864_mathjax_loading_method
bot/pull-translations
cleanup_napoleon
dependabot/github_actions/peter-evans/create-pull-request-5
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/http-proxy-1.18.1
master
mypy-0.790
support_py310
github.com: sphinx-doc/sphinx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sphinx
/
environment
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: Rename var keyword argument to "**kwargs"
Takeshi KOMIYA
2020-01-08
1
-7
/
+7
*
A happy new year!
Takeshi KOMIYA
2020-01-01
12
-12
/
+12
*
mypy: Enable disallow_incomplete_defs flag for type checking
Takeshi KOMIYA
2019-12-30
1
-3
/
+3
*
Migrate to py3 style type annotation: sphinx.application
Takeshi KOMIYA
2019-12-25
1
-8
/
+11
*
Stop to use deprecated API: env.indexentries
Takeshi KOMIYA
2019-12-25
2
-2
/
+5
*
Add IndexDomain
Takeshi KOMIYA
2019-12-22
2
-5
/
+17
*
Replace `a and b or c` by the more legible `b if a or c`.
Antony Lee
2019-12-21
1
-1
/
+1
*
ENH: Explain rebuilds
Eric Larson
2019-08-06
1
-8
/
+18
*
Fix type annotation for python 3.5.1
Takeshi KOMIYA
2019-07-13
1
-2
/
+6
*
Fix #736: Invalid sort in pair index
Takeshi KOMIYA
2019-07-06
1
-3
/
+13
*
Migrate to py3 style type annotation: sphinx.environment.adapters.toctree
Takeshi KOMIYA
2019-07-06
1
-26
/
+24
*
Migrate to py3 style type annotation: sphinx.environment.adapters.indexentries
Takeshi KOMIYA
2019-07-06
1
-16
/
+11
*
Migrate to py3 style type annotation: sphinx.environment.adapters.asset
Takeshi KOMIYA
2019-07-06
1
-7
/
+3
*
Migrate to py3 style type annotation: sphinx.environment.collectors.title
Takeshi KOMIYA
2019-07-06
1
-14
/
+9
*
Migrate to py3 style type annotation: sphinx.environment.collectors.toctree
Takeshi KOMIYA
2019-07-06
1
-42
/
+26
*
Migrate to py3 style type annotation: sphinx.environment.collectors.metadata
Takeshi KOMIYA
2019-07-06
1
-15
/
+9
*
Migrate to py3 style type annotation: sphinx.environment.collectors.indexentries
Takeshi KOMIYA
2019-07-06
1
-15
/
+11
*
Migrate to py3 style type annotation: sphinx.environment.collectors.dependencies
Takeshi KOMIYA
2019-07-06
1
-15
/
+9
*
Migrate to py3 style type annotation: sphinx.environment.collectors.asset
Takeshi KOMIYA
2019-07-06
1
-21
/
+15
*
Migrate to py3 style type annotation: sphinx.environment.collectors
Takeshi KOMIYA
2019-07-06
1
-20
/
+15
*
Migrate to py3 style type annotation: sphinx.environment
Takeshi KOMIYA
2019-07-06
1
-100
/
+62
*
Fix #6531: Failed to load last environment object when extension added
Takeshi KOMIYA
2019-06-30
1
-5
/
+2
*
Make generated download links reproducible
Dmitry Shachnev
2019-06-03
1
-1
/
+1
*
Fix #6402: image directive crashes by unknown image format
Takeshi KOMIYA
2019-05-30
1
-0
/
+3
*
Make EventManager portable
Takeshi KOMIYA
2019-04-16
1
-5
/
+8
*
Merge branch '2.0'
Takeshi KOMIYA
2019-03-07
5
-11
/
+3
|
\
|
*
Clean up import for annotations
Takeshi KOMIYA
2019-03-06
5
-7
/
+3
|
*
Stop to access env.versionchanged because of deprecated
Takeshi KOMIYA
2019-03-02
1
-4
/
+0
*
|
refactor: move NoUri to sphinx.errors
Takeshi KOMIYA
2019-03-02
2
-8
/
+14
*
|
refactor: Use CatalogRepository instead of find_catalog_source_file()
Takeshi KOMIYA
2019-02-27
1
-9
/
+7
|
/
*
Drop dependency: sphinxcontrib-websupport
Takeshi KOMIYA
2019-01-14
1
-3
/
+2
*
env.set_versioning_method() allows callable object as a method
Takeshi KOMIYA
2019-01-09
1
-4
/
+8
*
Merge pull request #5747 from jdufresne/bad-decode
Takayuki SHIMIZUKAWA
2019-01-03
1
-10
/
+3
|
\
|
*
Remove unused `except UnicodeDecodeError` block
Jon Dufresne
2018-12-29
1
-10
/
+3
*
|
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
12
-12
/
+12
|
\
\
|
|
/
|
/
|
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
12
-12
/
+12
*
|
Merge pull request #5806 from jdufresne/six-text-type
Takeshi KOMIYA
2018-12-26
2
-6
/
+2
|
\
\
|
*
|
Replace use of six.text_type with str
Jon Dufresne
2018-12-18
2
-6
/
+2
*
|
|
Replace EnvironmentError and IOError by OSError
Takeshi KOMIYA
2018-12-19
2
-4
/
+4
|
/
/
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
12
-12
/
+0
*
|
refactor: Remove u-prefix from strings
Takeshi KOMIYA
2018-12-16
1
-2
/
+2
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
11
-122
/
+111
*
|
Add 'type: ignore' to avoid type errors
Takeshi KOMIYA
2018-12-15
1
-1
/
+1
*
|
Add docutils-stubs to test deps
Takeshi KOMIYA
2018-12-15
1
-2
/
+2
*
|
Move to py3 mode for mypy (and remove many "type: ignore" comments)
Takeshi KOMIYA
2018-12-15
1
-1
/
+1
*
|
Merge pull request #5753 from tk0miya/fix_typehints_for_toctree
Takeshi KOMIYA
2018-12-10
1
-10
/
+19
|
\
\
|
*
|
Fix annotations for toctree
Takeshi KOMIYA
2018-12-10
1
-10
/
+19
*
|
|
Fix annotations
Takeshi KOMIYA
2018-12-10
1
-1
/
+1
|
/
/
*
|
Fix annotations
Takeshi KOMIYA
2018-12-10
1
-1
/
+1
*
|
Fix annotations
Takeshi KOMIYA
2018-12-08
1
-3
/
+3
[next]