Takeshi KOMIYA
ad442ae170
Refactor literalinclude directive
2017-02-12 23:59:03 +09:00
Takeshi KOMIYA
f562af06b2
parselinenos() raise errors for "10-1" range
2017-02-12 22:19:18 +09:00
Takeshi KOMIYA
0e9c2e6027
Merge branch 'master' of github.com:sphinx-doc/sphinx
2017-02-12 21:52:52 +09:00
Takeshi KOMIYA
ef1f587344
Merge branch 'stable'
2017-02-12 21:52:20 +09:00
jfbu
1c38710ed2
update latex table tests and CHANGES for PR#3415
2017-02-11 18:02:19 +01:00
jfbu
dcb211f5de
refactor latex table templates to avoid extra vertical spaces (refs #3405 )
...
also, make "center" the default for short table horizontal alignment (it
is already so for longtable)
2017-02-11 18:02:19 +01:00
Takeshi KOMIYA
929e67ffca
Fix parselinenos() could not parse left half open range (cf. "-4")
2017-02-12 00:09:04 +09:00
Takeshi KOMIYA
8f4379ef91
Add testcase for parselinenos
2017-02-12 00:05:27 +09:00
jfbu
58ea3caeac
Revert "Improve docs about `:lines:̀
vs ̀
:start-after:
` (refs #3412 )"
...
This reverts commit 839e924808
.
Indeed, it is better not to document how to use ``lines`` with
``start-after`` now if this is to be changed at next major release (refs
2017-02-11 12:08:37 +01:00
Takeshi KOMIYA
4a72778e06
epub: Refactor around epub_writing_mode
2017-02-11 18:26:54 +09:00
Takeshi KOMIYA
1d3f5c2c55
Fix typo
2017-02-11 17:33:49 +09:00
Takeshi KOMIYA
95cf4e043f
epub: Add template for nav.xhtml
2017-02-11 17:32:42 +09:00
Takeshi KOMIYA
bbd52dd347
epub: Do not count up tocid on creating nav.xhtml
2017-02-11 17:22:26 +09:00
jfbu
424041f049
fix tabulary template closing environments in wrong order (refs: #3405 )
2017-02-11 09:21:56 +01:00
Takeshi KOMIYA
ad317483d2
epub: refactor to use "with" context
2017-02-11 15:56:20 +09:00
Takeshi KOMIYA
065d86a200
epub: Fix mypy violations
2017-02-11 15:56:19 +09:00
Takeshi KOMIYA
a051fe2c6d
epub: Add template for tox.ncx
2017-02-11 15:56:19 +09:00
Takeshi KOMIYA
fa6cc544ee
epub: Use templates for content.opf
2017-02-11 15:56:19 +09:00
Takeshi KOMIYA
fec760bf94
Add testcases for epub
2017-02-11 15:33:32 +09:00
Takeshi KOMIYA
201ae9c1ac
epub: Use templates to generate EPUB files
2017-02-11 15:33:32 +09:00
Takeshi KOMIYA
37f3050933
latex: Fix assertion error for complex table (refs: #3395 )
2017-02-11 12:19:12 +09:00
Takeshi KOMIYA
a79b6ec24a
Merge pull request #3405 from tk0miya/3377_support_table_align
...
#3377 : support :align: option for tables
2017-02-11 11:14:32 +09:00
Takeshi KOMIYA
fe2daffb4a
Fix #3377 : Add support for Docutils 0.13 `:align:
` option for tables
2017-02-11 10:28:18 +09:00
Takeshi KOMIYA
78c7206dee
Refactor testcase
2017-02-11 10:28:18 +09:00
jfbu
f7e5043949
disambiguate `test_literal_include_lineno_match
`
2017-02-10 17:58:11 +01:00
jfbu
0a4588e7b0
Remove unneeded docs
2017-02-10 17:53:06 +01:00
jfbu
eb08ba2713
Fix an issue with lineno-start and a flake8 violation
2017-02-10 17:50:41 +01:00
jfbu
a2338e4838
If `:start-after:
is used, make
:lines:
` relative ( close : #3412 )
2017-02-10 16:55:28 +01:00
jfbu
839e924808
Improve docs about `:lines:̀
vs ̀
:start-after:
` (refs #3412 )
2017-02-10 14:35:58 +01:00
Takeshi KOMIYA
a5b8553db4
Merge pull request #3407 from cmarqu/patch-1
...
Fix link to Google Python Style. Small typofixes.
2017-02-10 17:07:47 +09:00
Takeshi KOMIYA
da6f4c0019
Add mypy annotations
2017-02-10 17:01:25 +09:00
Takeshi KOMIYA
82e011cae6
Refactor: split .rst file for text-latex-table
2017-02-10 14:15:47 +09:00
jfbu
d4bd7cba5f
add again to `'pxunit'̀
docs ...
2017-02-09 14:45:43 +01:00
jfbu
870ceb992b
add missing quotes in docs of pxunit
2017-02-09 14:36:01 +01:00
jfbu
2eef1d0e0d
simplify docs of `'pxunit'
` removing irrelevant details
2017-02-09 14:29:20 +01:00
jfbu
a9fba76829
latex's `'pxunit'
's default written
.75bp
` for conciseness
...
It boils down to exact same value (`̀ 49336sp``) as formerly.
2017-02-09 14:13:09 +01:00
jfbu
4cece2dd27
Merge branch 'stable'
2017-02-09 13:57:57 +01:00
jfbu
f2111d8f8a
move (latex docs) `'geometry'
` to "... don't need to be overridden"
...
indeed, customization will generally go via the `̀ 'sphinxsetup'`` keys
for margins or can be achieved via use of ``'passoptionstopackages'``.
Thus the key primary use would now be to remove entirely use of
``geometry`` package, which should be rarely needed.
2017-02-09 13:54:31 +01:00
jfbu
c3e2d271f2
Merge branch 'stable'
2017-02-09 13:34:01 +01:00
Takeshi KOMIYA
2968ef3c26
Fix #3402 : Allow to suppress "download file not readable" warnings using `suppress_warnings
`
2017-02-09 12:55:07 +09:00
Marco Buttu
7c044aa898
Fixed some broken URLs in "Projects using Sphinx"
2017-02-08 14:14:50 +01:00
Colin Marquardt
c106c2f1f0
Fix link to Google Python Style. Small typofixes.
2017-02-08 11:10:37 +01:00
Takeshi KOMIYA
6fa0262802
Fix mypy violations
2017-02-08 18:38:42 +09:00
Takeshi KOMIYA
81eb101e9f
Fix mypy violations
2017-02-08 14:31:59 +09:00
Takeshi KOMIYA
5167255d4f
Merge pull request #3397 from sscherfke/master
...
Add "--color" option to sphinx-build (fixes issue #3248 ).
2017-02-08 10:27:41 +09:00
Takeshi KOMIYA
e785200202
Merge pull request #3403 from jwilk/spelling
...
Fix typos
2017-02-08 10:27:19 +09:00
Takeshi KOMIYA
aec2664f94
Merge pull request #3404 from jfbu/loggingdocs-tuning
...
logging module docs
2017-02-08 10:26:39 +09:00
Takeshi KOMIYA
af332344da
Merge pull request #3395 from tk0miya/refactor_latex_table2
...
latex: Refactor spanned cells
2017-02-08 10:24:09 +09:00
Jakub Wilk
a58ebedffd
Fix typos
2017-02-07 20:14:47 +01:00
jfbu
6ae8f6ba18
logging module docs
2017-02-07 20:06:28 +01:00