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
/
config.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch '3.x'
Takeshi KOMIYA
2020-07-05
1
-7
/
+7
|
\
|
*
Fix exception causes all over the codebase
Ram Rachum
2020-06-14
1
-7
/
+7
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-06-04
1
-1
/
+1
|
\
\
|
|
/
|
*
Merge branch '3.0.x' into 3.x
Takeshi KOMIYA
2020-06-03
1
-1
/
+1
|
|
\
|
|
*
Fix mypy violations (with mypy-0.780)
Takeshi KOMIYA
2020-06-03
1
-1
/
+1
|
*
|
Add stacklevel parameter to warnings.warn() call
Takeshi KOMIYA
2020-05-03
1
-1
/
+1
|
|
/
*
|
Remove deprecated features marked as RemovedInSphinx40Warning
Takeshi KOMIYA
2020-04-29
1
-22
/
+0
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-04-06
1
-5
/
+5
|
\
\
|
|
/
|
*
Fix #7409: Convert configuration values on late config-inited event
Takeshi KOMIYA
2020-04-05
1
-5
/
+5
*
|
Deprecate sphinx.util.pycompat.execfile_()
Takeshi KOMIYA
2020-03-16
1
-3
/
+4
*
|
Hello TYPE_CHECKING!
Takeshi KOMIYA
2020-03-07
1
-2
/
+2
*
|
Use typing.NamedTuple instead of collections.namedtuple as possible
Takeshi KOMIYA
2020-03-07
1
-3
/
+5
|
/
*
Close #7108: Allow to show an error message from conf.py via ConfigError
Takeshi KOMIYA
2020-02-10
1
-0
/
+3
*
Merge branch '2.0'
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
|
*
mypy: Enable disallow_incomplete_defs flag for type checking
Takeshi KOMIYA
2019-12-30
1
-1
/
+1
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-12-25
1
-59
/
+34
|
\
\
|
|
/
|
*
Migrate to py3 style type annotation: sphinx.config
Takeshi KOMIYA
2019-12-25
1
-63
/
+36
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-12-16
1
-0
/
+6
|
\
\
|
|
/
|
*
Fix #6900: sphinx-build: -D option does not considers 0 and 1 as a boolean value
Takeshi KOMIYA
2019-12-15
1
-0
/
+6
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-11-30
1
-5
/
+5
|
\
\
|
|
/
|
*
Fix #6848: config.py shouldn't pop extensions from overrides
Takeshi KOMIYA
2019-11-20
1
-5
/
+5
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-11-17
1
-0
/
+1
|
\
\
|
|
/
|
*
Close #1331: Change default User-Agent header
Takeshi KOMIYA
2019-10-27
1
-0
/
+1
*
|
Drop features and APIs deprecated in 1.8
Takeshi KOMIYA
2019-03-30
1
-34
/
+3
|
/
*
Clean up import for annotations
Takeshi KOMIYA
2019-03-06
1
-1
/
+1
*
refactor: Move NoneType to sphinx.util.typing
Takeshi KOMIYA
2019-02-11
1
-1
/
+2
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Replace use of six.text_type with str
Jon Dufresne
2018-12-18
1
-4
/
+2
*
|
Merge pull request #5819 from jdufresne/coding-comment
Takeshi KOMIYA
2018-12-17
1
-1
/
+0
|
\
\
|
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
*
|
|
Deprecate sphinx.config.string_classes; remove all internal uses
Jon Dufresne
2018-12-16
1
-9
/
+10
|
/
/
*
|
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
1
-19
/
+18
*
|
refactor: Replace six.integer_types by int
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
-3
/
+3
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-0
/
+1
*
|
Deprecate evaluating Python 2 syntax in configuration files
Jon Dufresne
2018-11-22
1
-2
/
+1
*
|
Replace six.string_types with native str
Jon Dufresne
2018-11-21
1
-7
/
+7
*
|
Add a handler to migrate master_doc from "contents" to "index"
Takeshi KOMIYA
2018-11-21
1
-1
/
+18
*
|
Always prefer dict literals over calls to dict()
Jon Dufresne
2018-11-13
1
-55
/
+55
*
|
Remove use of six.binary_type
Jon Dufresne
2018-11-11
1
-3
/
+6
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-11-01
1
-3
/
+3
|
\
\
|
|
/
|
*
Fix #5471: Show appropriate warning for deprecated APIs
Takeshi KOMIYA
2018-10-17
1
-3
/
+3
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-10-16
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix mypy violations
Takeshi KOMIYA
2018-10-16
1
-1
/
+1
*
|
Fix lint
Paul Melnikow
2018-10-05
1
-1
/
+3
*
|
Improve error message when config fails type check
Paul Melnikow
2018-10-02
1
-5
/
+10
*
|
Merge branch 'master' into change_master_doc_to_index
Takeshi KOMIYA
2018-09-29
1
-22
/
+38
|
\
\
[next]