Commit Graph

9077 Commits

Author SHA1 Message Date
jfbu
0a805ce03b latex: Fix #3878 by using `\sphinxbfcode and not \sphinxstrong` 2017-06-19 11:02:05 +02:00
jfbu
0b70314f66 Fix `\sphinxbfcode` latex macro swallows initial space of argument 2017-06-19 10:53:51 +02:00
jfbu
9db496f800 Fix typo in latex macro name 2017-06-18 20:22:48 +02:00
jfbu
5331ab2ef9 Fix #3851 and fix #3706 about box drawing characters for PDF output
Do not tex-escape them, but provide suitable definitions for pdflatex
only (and platex). Define the 4 box drawing characters needed by unix
tree command with charset utf8. Also define the U+2572 as it was
previously escaped for all engines.

No definitions for xelatex/lualatex as it is then only a matter of using
a font providing them (a priori, only the mono font needs definition, as
the characters will be used in literal blocks).
2017-06-18 20:07:10 +02:00
Takeshi KOMIYA
798eead678 Fix mypy violation 2017-06-19 01:28:31 +09:00
jfbu
ab2cc9d8f1 Update LaTeX style file date for 1.6.3 release 2017-06-18 17:21:28 +02:00
Takeshi KOMIYA
fc36f90246 fix 2017-06-18 22:59:48 +09:00
jfbu
3e2255c720 Update CHANGES 2017-06-18 13:27:55 +02:00
jfbu
f99fe20e50 Update nodes skipping smart quotes text processing
literal_block dit not belong to the list anyhow as it is block level
node and further it inherits from Docutils FixedTextElement, not
TextElement.

refs #3824, #3826
2017-06-18 13:21:41 +02:00
Takeshi KOMIYA
5806e6b9f2 Fix style-check violation 2017-06-18 00:46:29 +09:00
jfbu
2b2652056b Update CHANGES (refs #3472) 2017-06-17 16:12:34 +02:00
jfbu
521158549a Fix docs (Close: #3863) 2017-06-17 15:45:40 +02:00
Takeshi KOMIYA
e38d2e6306 Separate autodoc.py 2017-06-17 22:11:21 +09:00
Andy Neebel
bcea04a2f7 Move assignment of srcdir to the right place 2017-06-17 07:49:45 -05:00
Takeshi KOMIYA
9954d289aa Make self.signature to singular one 2017-06-17 21:35:55 +09:00
Takeshi KOMIYA
67f5c332f0 Fix the fallback value of annotations 2017-06-17 21:35:55 +09:00
Takeshi KOMIYA
6ec959c026 Merge pull request #3870 from tk0miya/refactor_sphinx.util.inspect
Refactor sphinx.util.inspect
2017-06-17 21:33:36 +09:00
Takeshi KOMIYA
8d34bc54dd Fix expected result 2017-06-17 19:45:38 +09:00
Takeshi KOMIYA
cf69067955 Fix typing.UnionMeta is available on py35 or below 2017-06-17 19:01:35 +09:00
Takeshi KOMIYA
27637d73e1 Replace getargspec by Signature class in autodoc module 2017-06-17 18:16:41 +09:00
Takeshi KOMIYA
fd201666a2 Add bound_method hint to Signature class 2017-06-17 18:16:02 +09:00
jfbu
6f8d762747 Trim unneeded TeX macros 2017-06-17 10:40:12 +02:00
jfbu
634d76faf1 latex: add option to put literal block captions before or after
According to ``literalblockcappos`` setting in ``'sphinxsetup'``, (t)op
or (b)ottom, the caption will be typeset before or after the literal
block. If typeset above, its distance to frame is now identical to the
setting used for captions of tables (one half of the baseline).

Further keys ``verbatimcontinuedalign`` and ``verbatimcontinuesalign``
allow to horizontally align the continuation hints relative to the
literal block contents: either (l)eft, (c)enter, or (r)ight.
2017-06-17 10:40:12 +02:00
jfbu
5e6d372929 Move latex macros for easier maintenance 2017-06-17 10:38:25 +02:00
jfbu
28226b59c5 latex: better fix to French lists issue (refs: 66fdb34) 2017-06-17 10:38:25 +02:00
jfbu
3d5e0c5d7c Merge branch 'stable' 2017-06-17 10:37:30 +02:00
Jean-François B
c7914b3275 Merge pull request #3792 from jfbu/3764_hint_verbatimcontinues
latex: hint that code-blocks continue on next page (closes #3764)
2017-06-17 10:32:56 +02:00
Takeshi KOMIYA
4dcc35a649 Signature formats args of method correctly in py2 2017-06-17 15:07:31 +09:00
Takeshi KOMIYA
3be5eebd6b Add Signature class 2017-06-17 15:07:31 +09:00
Takeshi KOMIYA
2317df9c84 sphinx.util.inspect: Use absolute_import 2017-06-17 15:07:30 +09:00
Takeshi KOMIYA
fe71556191 Merge branch 'stable' 2017-06-17 12:19:38 +09:00
Takeshi KOMIYA
6fe4e70974 Fix mypy violation 2017-06-17 12:10:26 +09:00
Takeshi KOMIYA
db88166a3f Fix #3866: Suppress a new warning type: python refs 2017-06-17 11:34:43 +09:00
Takeshi KOMIYA
cdc5b8d575 Merge branch 'stable' 2017-06-17 11:34:29 +09:00
Takeshi KOMIYA
9a9a3c6796 Fix #3865: use of self.env.warn in sphinx extension fails 2017-06-17 01:44:32 +09:00
Takeshi KOMIYA
66c957372d Add testcase for sphinx.util.inspect:getargspec() 2017-06-17 00:54:24 +09:00
Takeshi KOMIYA
94b31a2f07 Refactor test_util_inspect: Do not use unittest 2017-06-17 00:54:24 +09:00
jfbu
d06cb0bc2e Update MathJax CDN link to use 2.7.1
refs: #3602
2017-06-16 08:28:50 +02:00
Andy Neebel
e51b3c41ea Bad imports failed on travis and circle 2017-06-14 16:37:22 -05:00
Andy Neebel
37df83607e Various improvements to appveyor file 2017-06-14 16:01:43 -05:00
Andy Neebel
46af99235d Upload the junit results to be tracked in appveyor 2017-06-14 14:06:05 -05:00
Andy Neebel
db8663db06 Fix the warnings, need to handle the repr escaping 2017-06-14 13:29:49 -05:00
Andy Neebel
f68c108f10 Mark tests as xfail/skip to allow successful run 2017-06-14 13:27:31 -05:00
Andy Neebel
c1a6579eb6 XFAIL some tests, 2.7 and Win32 can't use unicode path 2017-06-14 13:27:30 -05:00
Andy Neebel
062c36aaf1 Only ignore py35 when not running on 3.5 or higher 2017-06-14 13:27:29 -05:00
Andy Neebel
767736521c Add appveyor file to run tests on windows 2017-06-14 13:27:28 -05:00
jfbu
474b30daa1 Move latex styling macros to proper place 2017-06-14 11:20:11 +02:00
jfbu
c2277ae61c latex: hint that code-blocks continue on next page (closes #3764) 2017-06-14 09:49:39 +02:00
Takeshi KOMIYA
f6d0b07704 Merge branch 'stable' 2017-06-13 00:32:39 +09:00
Takeshi KOMIYA
ed97a838ee Merge pull request #3850 from segevfiner/make-mode-help-colors
Fix color handling in make mode's help command
2017-06-12 22:08:29 +09:00