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
Jakob Lykke Andersen
8c894fbdd9
Update changes
2017-01-15 01:00:01 +09:00
Jakob Lykke Andersen
e3cb2bbcf1
C++, at option tparam-line-spec for templates.
...
Make it possible to render template parameters on separate lines.
2017-01-15 00:52:08 +09: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
e7469eb32c
Merge branch 'stable'
2017-01-13 00:31:00 +09: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
Takeshi KOMIYA
6a7cbf8ad2
Merge pull request #3312 from tk0miya/remove_deprecated_codes3
...
Remove deprecated codes
2017-01-13 00:03:06 +09:00
Takeshi KOMIYA
81a4248df9
Merge pull request #3323 from gbaier/apidoc_extensions
...
apidoc takes extension options
2017-01-12 23:42:56 +09:00
Gerald Baier
a2cddfeac9
moved import to top of file
2017-01-12 15:15:40 +01:00
jfbu
34dd31994d
Update comment in latex style file
2017-01-12 09:57:08 +01:00
jfbu
3060456dbc
Merge branch 'stable'
2017-01-12 09:37:46 +01:00
jfbu
640de35334
Update latex style file datestamp
...
modified: sphinx/texinputs/sphinx.sty
2017-01-12 09:34:53 +01:00
Gerald Baier
d9ae4ed81e
implementing PR comments
2017-01-12 08:52:32 +01:00
Takeshi KOMIYA
318e49fbd8
Fix flake8 violations
2017-01-12 14:15:11 +09:00
Takeshi KOMIYA
38d6c34f35
Merge branch 'stable'
2017-01-12 13:03:53 +09:00
Takeshi KOMIYA
478306e052
Merge pull request #3327 from tk0miya/flake8
...
Update flake8 rules
2017-01-12 12:54:02 +09:00
Takeshi KOMIYA
ef912eb9a3
Merge pull request #3311 from tk0miya/split_app.status_iterator
...
Sphinx.status_iterator() is now deprecated
2017-01-12 12:23:42 +09:00
Takeshi KOMIYA
d170862866
Fix #3328 : Could not refer rubric implicitly
2017-01-12 12:19:12 +09:00
Takeshi KOMIYA
603cf3a84a
Merge branch 'master' into split_app.status_iterator
2017-01-12 11:38: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
Jean-François B
7a84cb2f83
Merge pull request #3318 from jfbu/deprecatenoticeinLaTeX
...
Deprecate use of notice environment in LaTeX source.
2017-01-11 21:52:31 +01:00
Takeshi KOMIYA
bb8dcb5cee
Fix code styles
2017-01-12 02:43:18 +09:00
Gerald Baier
2402fd7ebe
apidoc takes extension options
2017-01-11 11:51:23 +01:00
jfbu
afc04d5f1c
Update CHANGES about deprecated latex environment `notice
`
...
modified: CHANGES
2017-01-09 17:24:57 +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
9e9902cd5d
Deprecate use of notice environment in LaTeX source.
2017-01-08 18:01:34 +01: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