Commit Graph

7725 Commits

Author SHA1 Message Date
Gerald Baier
d9ae4ed81e implementing PR comments 2017-01-12 08:52:32 +01:00
Gerald Baier
2402fd7ebe apidoc takes extension options 2017-01-11 11:51:23 +01:00
Takeshi KOMIYA
de3d03a7b5 Fix testcase 2017-01-10 01:06:57 +09:00
Takeshi KOMIYA
8cbe1efe8d Merge branch 'stable' 2017-01-10 01:04:21 +09:00
Takayuki SHIMIZUKAWA
64114ae777 Merge pull request #3309 from sphinx-doc/pytest-optimization
pytest optimization
2017-01-10 00:53:24 +09:00
jfbu
2a3981f805 Update CHANGES for PR#3316 2017-01-09 15:49:19 +01:00
Jean-François B
c9204ea95a Merge pull request #3316 from jfbu/fix3315
Fix #3315: Bibliography crashes on latex build with docclass 'memoir'
2017-01-09 15:46:42 +01:00
Takeshi KOMIYA
2382377a6b Fix typo 2017-01-09 22:39:42 +09:00
Takeshi KOMIYA
d7d8786d89 Remove restriction for jinja2 (refs: #3314) 2017-01-09 18:39:08 +09:00
Takeshi KOMIYA
ecd7b62148 Update type annotations 2017-01-09 18:14:53 +09:00
shimizukawa
b5530629a9 pytest: update by reviewing
* remove 'specific_srcdir' feature
* simplify 'shared_result' feature
* rename 'AppWrapper' into 'SphinxTestAppWrapperForSkipBuilding'
2017-01-09 17:41:47 +09:00
Takeshi KOMIYA
d4271c0dce Merge branch 'stable' 2017-01-09 13:38:03 +09:00
Takeshi KOMIYA
43eeb96e2f Fix copy_asset_file() rewrote destination-filename 2017-01-09 13:37:01 +09:00
jfbu
dc02f2535d Fix #3315: Bibliography crashes on latex build with docclass 'memoir' 2017-01-08 11:50:50 +01:00
shimizukawa
561abdd164 pytest optimizatoin:
- remote using deprecated decorators
- remove gen_with_app
- remove yield testing
- remove pytest warnings
- refactoring
2017-01-08 15:14:38 +09:00
Takeshi KOMIYA
175c6e66a6 Fix #978: intersphinx_mapping also allows a list as a parameter 2017-01-08 14:35:44 +09:00
Takeshi KOMIYA
f769dadc53 Merge branch 'stable' 2017-01-08 12:08:27 +09:00
Takeshi KOMIYA
57dd53d903 Test pypy first to optimize Travis 2017-01-08 11:58:14 +09:00
Takeshi KOMIYA
23d74ddbe6 Downgrade jinja2 for test (refs: #3314) 2017-01-08 11:43:13 +09:00
Takeshi KOMIYA
9c8c3cc0f0 Merge branch 'stable' 2017-01-08 01:52:28 +09:00
Takeshi KOMIYA
83db04ae40 Fix flake8 violation 2017-01-08 01:52:21 +09:00
Takeshi KOMIYA
612e4d65d7 Merge branch 'stable' 2017-01-08 01:45:40 +09:00
Takeshi KOMIYA
40473290ad intersphinx: Update error message (refs: #3234) 2017-01-08 01:41:12 +09:00
Takeshi KOMIYA
4153ee0d9d Fix Sphinx crashes on parallel build with an extension which raises unserializable exception 2017-01-08 01:38:45 +09:00
Takeshi KOMIYA
f1d2a7ffaa Ignore .cache/ 2017-01-07 20:37:01 +09:00
Takeshi KOMIYA
792286e219 Update CHANGES 2017-01-07 20:35:35 +09:00
Takeshi KOMIYA
43c8d981b1 Update CHANGES 2017-01-07 15:40:47 +09:00
Takeshi KOMIYA
5c72b8cf47 Merge branch 'stable' 2017-01-07 15:36:55 +09:00
Takeshi KOMIYA
5cff4b15c2 Fix tox.ini for pytest 2017-01-07 15:36:07 +09:00
Takeshi KOMIYA
269139ec0c Update docs 2017-01-07 15:10:53 +09:00
Takeshi KOMIYA
ae24524d5f Drop debug2() (refs: #3304) 2017-01-07 15:03:16 +09:00
Takeshi KOMIYA
13df6f20ea Fix sphinx-build crashes with -vvvv option 2017-01-07 15:03:16 +09:00
Takeshi KOMIYA
62329c82f6 Fix #3268: Sphinx crashes with requests package from Debian jessie 2017-01-07 14:29:36 +09:00
Takeshi KOMIYA
70cdc7be8f Dependency requirement updates: requests 2.4.0 or above (refs: #3268, #3310) 2017-01-07 14:29:36 +09:00
shimizukawa
402a11aeba pytest: remove deprecated test util functions 2017-01-07 02:17:58 +09:00
shimizukawa
4c22cd10ca Merge branch 'stable' 2017-01-07 02:14:29 +09:00
Takayuki SHIMIZUKAWA
620616cdbd Merge pull request #3302 from sphinx-doc/pytest-stable
pytest migration
2017-01-07 00:48:27 +09:00
shimizukawa
89e1df0bba pytest: nits 2017-01-06 23:10:52 +09:00
Takeshi KOMIYA
f695aac2e2 Fix mypy violations 2017-01-06 11:43:03 +09:00
shimizukawa
baaef9146d pytest: remove deprecated with_app decorator functions 2017-01-06 01:14:47 +09:00
shimizukawa
b3c207dd49 fix 2017-01-06 00:50:02 +09:00
shimizukawa
f962ad67d2 pytest: remove deprecated raises and raises_msg assert functions 2017-01-06 00:46:42 +09:00
shimizukawa
f566f003f3 pytest: nits 2017-01-06 00:26:31 +09:00
shimizukawa
d0a33dd785 pytest: remove deprecated with_tempdir decorator 2017-01-06 00:26:01 +09:00
shimizukawa
380dd23d9f pytest: remove repr_as testing feature that avoids long annoying log for test generator feature on nose. In contrast, pytest does not produce such output. So repr_as is not needed anymore. refs #1785 2017-01-05 23:43:16 +09:00
shimizukawa
ad6d731ecf pytest: remove unused testing feature for a while. 2017-01-05 23:36:36 +09:00
Takeshi KOMIYA
50c783ef55 Remove unused function: display_chunk 2017-01-05 15:30:47 +09:00
Takeshi KOMIYA
80c3d9c848 Fix typo 2017-01-05 15:27:20 +09:00
Takeshi KOMIYA
cbd1d345b0 Merge pull request #3299 from tk0miya/remove_deprecated_codes2
Drop deprecated features (partially)
2017-01-05 14:02:19 +09:00
Takeshi KOMIYA
d0c202da59 Add "Features removed" section to CHANGES 2017-01-05 13:52:43 +09:00