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
/
tests
/
test_build.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: Use read_text() and read_bytes()
Takeshi KOMIYA
2020-02-01
1
-1
/
+1
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
Merge branch '1.8' into 2.0
Takeshi KOMIYA
2019-03-09
1
-2
/
+2
|
\
|
*
Fix UnboundLocalError when building changes
Martin Packman
2019-03-08
1
-2
/
+2
*
|
Fix #6140: Use unittest.mock instead of mock
Takeshi KOMIYA
2019-03-09
1
-1
/
+1
*
|
Separate json and pickle to sphinxcontrib package
Takeshi KOMIYA
2019-02-17
1
-5
/
+1
*
|
test: Use get_doctree() to load doctree files
Takeshi KOMIYA
2019-02-17
1
-3
/
+2
*
|
Separate htmlhelp to sphinxcontrib package
Takeshi KOMIYA
2019-02-15
1
-1
/
+1
*
|
Separate applehelp to sphinxcontrib package
Takeshi KOMIYA
2019-02-06
1
-1
/
+1
*
|
Separate qthelp to sphinxcontrib package
Takeshi KOMIYA
2019-01-19
1
-1
/
+1
*
|
test: Omit master_doc settings from testcases
Takeshi KOMIYA
2019-01-03
1
-2
/
+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
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
*
|
refactor: Remove u-prefix from strings
Takeshi KOMIYA
2018-12-16
1
-2
/
+2
*
|
Merge branch 'master' into change_master_doc_to_index
Takeshi KOMIYA
2018-09-29
1
-5
/
+0
|
\
\
|
*
|
Drop branches for sys.version_info < (3, 4)
Takeshi KOMIYA
2018-09-22
1
-5
/
+0
|
|
/
*
|
The default setting for master_doc is changed to 'index'
Takeshi KOMIYA
2018-09-04
1
-5
/
+5
|
/
*
Merge pull request #4651 from tk0miya/fix_flake8_violations
Takeshi KOMIYA
2018-02-19
1
-4
/
+5
|
\
|
*
Fix flake8 violations
Takeshi KOMIYA
2018-02-19
1
-4
/
+5
*
|
test: Run epubcheck as a testing
Takeshi KOMIYA
2018-02-19
1
-2
/
+2
|
/
*
Merge branch 'happy_new_year' into master
Takeshi KOMIYA
2018-01-01
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2018-01-01
1
-1
/
+1
*
|
Fix flake8 violations
Takeshi KOMIYA
2017-12-23
1
-2
/
+2
*
|
Merge branch 'stable'
Takeshi KOMIYA
2017-12-16
1
-3
/
+4
|
\
\
|
|
/
|
*
test: Skip some builders on test_build_all
Takeshi KOMIYA
2017-12-15
1
-4
/
+4
*
|
Merge branch 'stable'
Takeshi KOMIYA
2017-06-25
1
-0
/
+7
|
\
\
|
|
/
|
*
Move assignment of srcdir to the right place
Andy Neebel
2017-06-17
1
-4
/
+4
|
*
Bad imports failed on travis and circle
Andy Neebel
2017-06-14
1
-2
/
+2
|
*
XFAIL some tests, 2.7 and Win32 can't use unicode path
Andy Neebel
2017-06-14
1
-1
/
+8
*
|
Merge branch 'stable'
Takeshi KOMIYA
2017-05-16
1
-4
/
+4
|
\
\
|
|
/
|
*
refs #3458: add sphinx.testing that are moved from /tests directory.
shimizukawa
2017-05-14
1
-4
/
+4
*
|
Remove deprecated feature: epub2 builder
Takeshi KOMIYA
2017-04-27
1
-1
/
+1
|
/
*
Rename test-image-glob to test-images
Takeshi KOMIYA
2017-04-16
1
-1
/
+1
*
Year++
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
*
Fix flake8 violations
Takeshi KOMIYA
2017-01-26
1
-4
/
+3
*
pytest optimizatoin:
shimizukawa
2017-01-08
1
-39
/
+28
*
pytest: remove deprecated with_app decorator functions
shimizukawa
2017-01-06
1
-6
/
+5
*
pytest: remove deprecated with_tempdir decorator
shimizukawa
2017-01-06
1
-2
/
+1
*
pytest migration
shimizukawa
2017-01-04
1
-4
/
+4
*
Merge branch 'stable' into 1.5-release
Takeshi KOMIYA
2016-12-03
1
-5
/
+6
|
\
|
*
Fix #3015: fix a broken test on Windows.
shimizukawa
2016-11-24
1
-5
/
+6
*
|
To simplify, sphinx uses external mock package even if unittest.mock exists.
shimizukawa
2016-10-15
1
-1
/
+2
*
|
Fix #2988: linkcheck: retry with GET request if denied HEAD request
Takeshi KOMIYA
2016-10-04
1
-1
/
+1
*
|
Fix tests are crashed under unstable network
Takeshi KOMIYA
2016-09-10
1
-15
/
+15
*
|
Use epub3 builder by default. And the old epub builder is renamed to epub2.
Takeshi KOMIYA
2016-08-22
1
-1
/
+1
|
/
*
Optimize tests: test_master_doc_not_found
Takeshi KOMIYA
2016-07-14
1
-5
/
+8
*
Fix flake8 violation under tests/
Takeshi KOMIYA
2016-06-12
1
-1
/
+1
*
Fix #1921: Support figure substitutions by locale
Takeshi KOMIYA
2016-02-22
1
-7
/
+11
*
Add epub3 builder to test
SHIMIZU Taku
2016-02-07
1
-1
/
+1
[next]