jfbu
bd5f3aa9cd
Update CHANGES for PR#3342
2017-01-15 16:07:13 +01:00
Jean-François B
088d6254be
Merge pull request #3342 from jfbu/fixunicodeinparsedliteral
...
Fix Unicode super- and subscript digits in code-block and parsed-literal LaTeX output
2017-01-15 16:04:48 +01:00
Takeshi KOMIYA
067044211e
Fix #3158 : too much space after captions in PDF output
2017-01-15 22:02:15 +09:00
jfbu
dd4fadff81
Fix Unicode super- and subscript digits in LaTeX parsed-literal
2017-01-15 11:39:42 +01:00
Takeshi KOMIYA
8e9e0ce82c
Merge pull request #3262 from tk0miya/3256_update_release_script
...
Update packaging script (refs: #3256 )
2017-01-15 17:34:43 +09:00
Jakob Lykke Andersen
ccd6bf4a0c
C++, fix refs to operator() functions.
...
Fixes sphinx-doc/sphinx#2952 .
2017-01-15 14:36:29 +09:00
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
jfbu
07f9ddc2cc
Fix flake8 violation
2017-01-14 23:26:30 +01:00
jfbu
02fada9124
LaTeX writer: leave `"
` character inside parsed-literal as is
2017-01-14 18:43:50 +01:00
Takeshi KOMIYA
c03da8fdf4
Merge branch 'stable' into 3256_update_release_script
2017-01-14 00:26:03 +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
Takeshi KOMIYA
ed6742fe2a
Merge branch 'stable' into 3256_update_release_script
2017-01-06 23:44:10 +09:00
shimizukawa
89e1df0bba
pytest: nits
2017-01-06 23:10:52 +09:00