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
/
setup_command.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix exception causes all over the codebase
Ram Rachum
2020-06-14
1
-1
/
+1
*
Close #7792: setuptools: Support ``--verbosity`` option
Takeshi KOMIYA
2020-06-06
1
-1
/
+2
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
Support --keep-going with BuildDoc setup command (#6180)
Daniel Hahler
2019-03-17
1
-1
/
+4
*
Clean up import for annotations
Takeshi KOMIYA
2019-03-06
1
-1
/
+1
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-7
/
+6
*
|
Remove print_function feature
Takeshi KOMIYA
2018-12-15
1
-1
/
+0
*
|
refactor: Replace six.StringIO by io.StringIO
Takeshi KOMIYA
2018-12-15
1
-2
/
+1
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-0
/
+1
*
|
Replace six.string_types with native str
Jon Dufresne
2018-11-21
1
-2
/
+2
|
/
*
Fix setup_command uses deprecated module
Takeshi KOMIYA
2018-07-28
1
-1
/
+1
*
Fix mypy violation
Takeshi KOMIYA
2018-07-19
1
-2
/
+2
*
BuildDoc: add and pass through nitpicky option
Daniel Hahler
2018-06-25
1
-1
/
+5
*
Merge branch '1.7'
Takeshi KOMIYA
2018-05-03
1
-1
/
+1
|
\
|
*
Fix mypy violations
Takeshi KOMIYA
2018-05-03
1
-1
/
+1
*
|
Let docutils know the location of ``docutils.conf`` for Sphinx
Takeshi KOMIYA
2018-04-22
1
-1
/
+2
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-03-18
1
-2
/
+2
|
\
\
|
|
/
|
*
Revert "Use typing.TYPE_CHECKING for typehints"
Takeshi KOMIYA
2018-03-13
1
-2
/
+2
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-02-18
1
-2
/
+2
|
\
\
|
|
/
|
*
Use typing.TYPE_CHECKING for typehints
Takeshi KOMIYA
2018-02-14
1
-2
/
+2
*
|
Merge branch '1.7-release'
Takeshi KOMIYA
2018-01-31
1
-3
/
+3
|
\
\
|
|
/
|
*
Use flake8-import-order
Takeshi KOMIYA
2018-01-28
1
-3
/
+3
*
|
Merge pull request #4469 from kurtmckee/use-https-urls
Takeshi KOMIYA
2018-01-21
1
-1
/
+1
|
\
\
|
*
|
Convert in-code HTTP URL's to HTTPS, including examples
Kurt McKee
2018-01-20
1
-1
/
+1
|
|
/
*
|
setuptools: Don't create directories
Stephen Finucane
2018-01-20
1
-4
/
+0
*
|
app: Centralize directory validation
Stephen Finucane
2018-01-20
1
-7
/
+7
|
/
*
A happy new year!
Takeshi KOMIYA
2018-01-01
1
-1
/
+1
*
Fix mypy violations
Takeshi KOMIYA
2017-12-16
1
-5
/
+5
*
Refactor patching docutils
Takeshi KOMIYA
2017-05-28
1
-2
/
+2
*
Merge branch 'stable'
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
|
\
|
*
Year++
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
*
|
Upgrade to mypy-0.5
Takeshi KOMIYA
2017-03-03
1
-1
/
+1
*
|
setuptools: Support multiple builders
Stephen Finucane
2017-02-28
1
-22
/
+31
*
|
Merge branch 'stable'
Takeshi KOMIYA
2016-12-12
1
-0
/
+1
|
\
\
|
|
/
|
*
Fix #3228: ``build_sphinx`` command crashes when missing dependency
Takeshi KOMIYA
2016-12-12
1
-0
/
+1
*
|
Add type-check annotations to sphinx.*
Takeshi KOMIYA
2016-11-16
1
-13
/
+22
|
/
*
Fix #2687: Uninstall sphinx directives and roles after build
Takeshi KOMIYA
2016-09-21
1
-9
/
+11
*
setup_command: Instantiate application object inside try-block
Takeshi KOMIYA
2016-09-14
1
-5
/
+5
*
#2695: better error handling for setup_command
Takeshi KOMIYA
2016-09-12
1
-19
/
+9
*
Add ``--warning-is-error`` option to setup.py command
Tadej Janež
2016-06-30
1
-2
/
+6
*
add --pdb support to setuptools command
Gabi Davar
2016-06-17
1
-5
/
+16
*
Obligatory copyright update.
Georg Brandl
2016-01-14
1
-1
/
+1
*
final pep8 fixes; reactivate most warnings in flake8
Georg Brandl
2015-03-08
1
-5
/
+4
*
BuildDoc: remove "author" and "date" options
Yclept Nemo
2015-01-25
1
-7
/
+0
*
Class "BuildDoc": support "copyright"
Yclept Nemo
2015-01-25
1
-0
/
+11
*
Merge branch 'stable'
Georg Brandl
2015-01-03
1
-1
/
+1
|
\
|
*
all: update copyright
Georg Brandl
2015-01-03
1
-1
/
+1
[next]