shimizukawa
00fcbfb35d
remove .
2017-01-15 11:55:32 +09:00
shimizukawa
da18a1a951
fixed #3335 : gettext does not extract field_name of a field in a field_list
2017-01-15 11:55:17 +09:00
shimizukawa
4d6d8ae369
node.source and node.line attributes are set for figure caption and nodes.title since docutils-0.11.
2017-01-15 11:50:16 +09:00
shimizukawa
c41aed5d07
Update special support nodes for gettext processing.
2017-01-15 11:42:18 +09:00
shimizukawa
57a82e44cc
fixes #3337 : Ugly rendering of definition list term's classifier.
...
refs #2318 : this incorrect rendering was introduced at #2318 . In this change, we deprecated 'termsep' and made use of the 'classfire' node generated by docutils. However, at this time, because the HTML tag was outputted according to the node structure of docutils, the display was broken.
refs #2987 : This change may affect the #2987 fix. In my environment I could not reproduce the problem.
2017-01-15 11:13:17 +09:00
Takayuki SHIMIZUKAWA
234379be9e
Merge pull request #3332 from jerojasro/intl-docfix
...
corrected output directory for .pot files
2017-01-13 08:35:45 +09:00
Javier Eduardo Rojas Romero
5868a8f656
corrected output directory for .pot files
...
Sphinx's `make gettext` always creates the .pot files in
$BUILD_DIR/gettext, regardless of the paths configured in `locale_dirs`;
those only affect sphinx-intl's operation
2017-01-12 13:37:14 -05:00
shimizukawa
a11218151f
fix nits
2017-01-13 00:24:10 +09:00
shimizukawa
7d8a37f506
refs #3329 : emit warnings if po file is invalid and can't read it. Also writing mo too.
2017-01-13 00:13:34 +09:00
shimizukawa
2254da3782
refs #3329 : emit warnings if po file is invalid and can't read it. Also writing mo too.
2017-01-13 00:11:35 +09:00
jfbu
34dd31994d
Update comment in latex style file
2017-01-12 09:57:08 +01:00
jfbu
640de35334
Update latex style file datestamp
...
modified: sphinx/texinputs/sphinx.sty
2017-01-12 09:34:53 +01:00
Takeshi KOMIYA
478306e052
Merge pull request #3327 from tk0miya/flake8
...
Update flake8 rules
2017-01-12 12:54:02 +09:00
Takeshi KOMIYA
d170862866
Fix #3328 : Could not refer rubric implicitly
2017-01-12 12:19:12 +09:00
Takeshi KOMIYA
76ecccf8af
Fix flake8 violations
2017-01-12 11:33:58 +09:00
Takeshi KOMIYA
7dcb40d135
Update flake8 rules
2017-01-12 10:11:54 +09:00
Takeshi KOMIYA
412bb9aae8
Fix flake8 violations
2017-01-12 10:09:44 +09:00
Takeshi KOMIYA
60d4846e0f
Fix flake8 violations
2017-01-12 10:07:05 +09:00
Takeshi KOMIYA
bb8dcb5cee
Fix code styles
2017-01-12 02:43:18 +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
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
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
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
83db04ae40
Fix flake8 violation
2017-01-08 01:52:21 +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
5cff4b15c2
Fix tox.ini for pytest
2017-01-07 15:36:07 +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
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
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
shimizukawa
5b7d237db3
pytest migration
2017-01-04 00:59:30 +09:00
Takeshi KOMIYA
54c8c01222
Emit warning for nested numbered toctrees (refs: #3142 )
2017-01-03 01:08:27 +09:00
Takeshi KOMIYA
9bba475ca9
Add .mypy_cache to gitignore
2017-01-02 12:38:18 +09:00