Takeshi KOMIYA
cfea9d18e9
Merge pull request #3468 from shibukawa/patch-1
...
Update CHANGES
2017-02-26 23:46:14 +09:00
Yoshiki Shibukawa
d7163f09ca
Update CHANGES
...
Remove accidental line
2017-02-26 21:33:42 +09:00
Alexander Shadchin
992a795907
Fix test depend
2017-02-26 15:31:21 +03:00
jfbu
ff700ae606
again update LaTeX requirements documentation
2017-02-26 13:26:23 +01:00
jfbu
7f1b9c0e5b
update docs about LaTeX builder with required TeX install version
2017-02-26 11:45:20 +01:00
jfbu
4aa2318185
Revert "update LaTeX doc about dependencies"
...
This reverts commit dbf960884d
.
2017-02-26 11:34:18 +01:00
jfbu
c2d7b1dbdd
add luatex travis requirement
2017-02-26 10:25:25 +01:00
jfbu
729fc40ed6
Update CHANGES for PR#3446
2017-02-26 09:24:42 +01:00
Jean-François B
8f2b460a93
Merge pull request #3446 from jfbu/latex-utf8x
...
Fix #3445 : (latex) make ``\\usepackage[utf8x]{inputenc}`` usable
2017-02-26 09:21:04 +01:00
Jean-François B
d80012cc64
Merge pull request #3461 from jfbu/footnotehyper
...
sync with upstream footnotehyper-sphinx, stop loading footnote.sty
2017-02-26 09:17:55 +01:00
jfbu
afa1881b0b
Merge branch 'stable'
2017-02-26 09:04:59 +01:00
Mike Fiedler
a0d39222a7
Update latex.rst
...
typo & extra word removal
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
2017-02-26 09:00:34 +01:00
Jean-François B
c11d60b6fd
Merge pull request #3462 from miketheman/patch-1
...
Update latex.rst
2017-02-26 08:55:17 +01:00
Takeshi KOMIYA
496ff70f4a
Merge branch 'stable'
2017-02-26 16:01:22 +09:00
Takeshi KOMIYA
5fc40108d9
Bump version
2017-02-26 15:57:01 +09:00
Takeshi KOMIYA
715eb45755
Bump to 1.5.3 final
2017-02-26 15:49:56 +09:00
Takeshi KOMIYA
75b9e4ea17
Update CHANGES
2017-02-26 15:48:32 +09:00
Takeshi KOMIYA
64041636d6
Merge pull request #3455 from shibukawa/fix-again/epub-nbsp-issue
...
Fix   is appeared in EPUB docs #3450 again
2017-02-26 15:46:33 +09:00
Takeshi KOMIYA
1d0083edc5
Fix #3421 : Could not translate a caption of tables
2017-02-26 13:47:53 +09:00
Takeshi KOMIYA
3a67910cf4
Merge pull request #3423 from tk0miya/3421_translate_table_caption
...
Fix #3421 : Could not translate a caption of tables
2017-02-26 13:43:45 +09:00
Takeshi KOMIYA
ece821e141
Merge branch 'master' into 3421_translate_table_caption
2017-02-26 13:43:36 +09:00
Mike Fiedler
b8dd3176b8
Update latex.rst
...
typo & extra word removal
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
2017-02-25 20:17:37 -05:00
jfbu
40d99445f8
same default settings for lualatex as for xelatex
...
this requires fontspec sufficiently recent (TeXLive 2013 or later)
2017-02-26 00:13:06 +01:00
jfbu
517b6bda3c
sync with upstream footnotehyper-sphinx, stop loading footnote.sty
2017-02-25 21:29:22 +01:00
Yoshiki Shibukawa
1cce97ad5c
Fix   is appeared in EPUB docs #3450 again
2017-02-26 00:29:25 +09:00
jfbu
dbf960884d
update LaTeX doc about dependencies
2017-02-25 14:52:26 +01:00
jfbu
f3e071aba9
remove unneeded `\phantomsection
` from LaTeX style files
2017-02-25 12:34:41 +01:00
Takeshi KOMIYA
4b4260f690
Merge pull request #3459 from tk0miya/3400_build_inprocess_on_make_mode
...
Fix #3400 : make-mode don't use subprocess on building docs
2017-02-25 17:34:18 +09:00
Takeshi KOMIYA
e0fa1d05b0
Fix #3400 : make-mode don't use subprocess on building docs
2017-02-25 17:31:08 +09:00
Takeshi KOMIYA
fc9a02af3c
Merge pull request #3416 from tk0miya/refactor_literalinclude
...
Refactor literalinclude
2017-02-25 17:10:57 +09:00
Takeshi KOMIYA
9718c4d925
Fix a loop
2017-02-25 16:54:49 +09:00
Takeshi KOMIYA
4941148c5d
Merge branch 'stable'
2017-02-25 14:47:34 +09:00
Takeshi KOMIYA
341986c03a
Fix #3453 : remove doc/_build/ forcely on make clean
on Sphinx repos
2017-02-25 14:45:49 +09:00
Takeshi KOMIYA
4e8c622abe
Fix Search button is misaligned in nature and pyramid theme (refs: #3418 )
2017-02-25 11:56:39 +09:00
Takeshi KOMIYA
3a5cc26be0
Merge pull request #3454 from shibukawa/fix/epub-validation-error
...
fix epub validation error at content.opf
2017-02-25 11:44:50 +09:00
Takeshi KOMIYA
edfcafad78
Merge pull request #3456 from stephenfin/feat/sphinx-setuptools-integration
...
Add documentation on setuptools interaction
2017-02-25 11:43:44 +09:00
Stephen Finucane
6de6e81b0c
setup.cfg: Enable 'warning-is-error'
...
Dog food this feature. Validated with the following (broken) change:
--- a/doc/contents.rst
+++ b/doc/contents.rst
@@ -18,6 +18,9 @@ Sphinx documentation contents
intl
theming
setuptools
+
+ .. This is broken!!!
+
templating
latex
markdown
Signed-off-by: Stephen Finucane <stephen@that.guru>
2017-02-24 13:41:46 -05:00
Stephen Finucane
020e77b794
tox: Add 'docs' target
...
This is easier than creating a virtualenv, installing deps and running
make. It also makes explicit use of the setuptool integration that is
now documented.
Signed-off-by: Stephen Finucane <stephen@that.guru>
2017-02-24 13:41:46 -05:00
Stephen Finucane
29da4f9444
doc: Add guide on setuptool/distutils integration
...
While this feature is somewhat documented in the API guide, there's
nothing about this option in the main user guide. Given the lack of
blogs and articles talking about this feature, along with the amount of
projects that are only using the same copy-paste '[build_sphinx]'
definition, I imagine this is an issue.
Make the feature a little more accessible by adding a section to the
main user guide that details (a) the fact the feature exists, (b) why
you'd want to use it, and (c) how you can use it.
Signed-off-by: Stephen Finucane <stephen@that.guru>
2017-02-24 13:41:34 -05:00
Yoshiki Shibukawa
c50a7f33d6
fix epub validation error at content.opf
2017-02-25 02:01:56 +09:00
jfbu
f0df6cff9b
clarify description of tabulary (no "rescaling" of contents)
2017-02-24 15:48:00 +01:00
Takeshi KOMIYA
63470a8578
Merge pull request #3452 from shibukawa/fix/epub-validation-error
...
fix #3450 :   is appeared in EPUB docs
2017-02-24 21:44:45 +09:00
Yoshiki Shibukawa
99b27c0c00
fix #3450 :   is appeared in EPUB docs
2017-02-24 20:04:00 +09:00
jfbu
b83dfdebf2
Merge branch 'stable'
2017-02-23 19:49:19 +01:00
jfbu
4985330468
move a definition to top of LaTeX file, as it may be used sooner
...
(macro is needed by ``\sphinxdepreactionwarning`` which may in future
be used at location of the various ``\RequirePackage``, definition of
``\spx@ifundefined`` was too far down)
2017-02-23 19:45:13 +01:00
Takeshi KOMIYA
20510ef272
Merge branch 'stable'
2017-02-24 02:12:25 +09:00
Takeshi KOMIYA
13a48d330c
Fix #3438 : update timestamp certainly to ensure test condition
2017-02-24 02:12:09 +09:00
jfbu
e3fb7d2828
Fix #3445 : (latex) make `\\usepackage[utf8x]{inputenc}
` usable
2017-02-22 12:36:50 +01:00
Jean-François B
b352927b37
Merge pull request #3162 from jfbu/fixreturnFrenchtranslation
...
Modify French translation of ``return``
2017-02-22 10:08:08 +01:00
Takeshi KOMIYA
675b5f4237
literalinclude directive allows combination of :pyobject: and :lines:
2017-02-22 00:29:24 +09:00