Takeshi KOMIYA
e38d2e6306
Separate autodoc.py
2017-06-17 22:11:21 +09: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
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
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
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
Takeshi KOMIYA
5f610b7a8b
Update CHANGES for PR #3850
2017-06-12 22:08:12 +09:00
Takeshi KOMIYA
de3dd824e9
Fix mypy violations
2017-06-12 22:07:22 +09:00
Segev Finer
17cae05fa5
Fix color handling in make mode's help command
...
This will make it enable colorama on Windows when it's available and
will prevent it from printing escapes sequences if the console doesn't
support colors.
2017-06-11 21:04:12 +03:00
Takeshi KOMIYA
32cb60ade3
Fix #3835 : sphinx.ext.imgmath fails to convert SVG images if project directory name contains spaces
2017-06-11 21:06:29 +09:00
Takeshi KOMIYA
b7b43022cb
Update CHANGES for PR #3775
2017-06-11 17:29:12 +09:00
Jellby
42bcaa8784
Remove unwanted whitespace in default template
2017-06-11 17:28:25 +09:00
Takeshi KOMIYA
9f1fca055f
Merge pull request #3853 from brechtm/docs_rinohtype
...
Docs: mention rinohtype as an alternative PDF builder
2017-06-11 17:01:14 +09:00
Takeshi KOMIYA
a8c5141cc1
Update testcase for #3858
2017-06-10 12:05:18 +09:00
Takeshi KOMIYA
e2a56d9d5b
Add rel="stylesheet" to <link> tag (ref: #3772 )
2017-06-10 11:56:56 +09:00
Takeshi KOMIYA
6cf78daeaa
Fix #3858 : Some warnings are not colored when using --color option
2017-06-10 11:54:15 +09:00
jfbu
db8ff5fb75
Fix markup typo and missing bit in docs
2017-06-05 19:43:09 +02:00
jfbu
8b35c36cfe
Shorten a definition list in latex docs
2017-06-05 16:55:37 +02:00
jfbu
5e2d4ca77b
Merge branch 'stable'
2017-06-05 15:40:18 +02:00
jfbu
bd8c7e1410
Make the latex docs more concise
2017-06-05 15:34:23 +02:00
Brecht Machiels
4749157bd3
Docs: mention rinohtype as an alternative PDF builder
2017-06-05 14:51:35 +02:00
Jean-François B
c6699eb6b8
Merge pull request #3832 from jfbu/smarty
...
Backport docutils.utils.smartquotes fixes as of r8097
2017-06-04 18:40:59 +02:00
Takeshi KOMIYA
17c366659a
Update CHANGES
2017-06-04 13:56:15 +09:00
Takeshi KOMIYA
2f61be8bb7
Fix Emit wrong warnings if citation label includes hyphens (refs: #3558 )
2017-06-04 13:55:14 +09:00
jfbu
c2bae3c39b
Merge branch 'stable'
2017-06-03 18:11:01 +02:00
jfbu
e3c39deb1e
Merge b52b790
and 075a8cf
addition of alabaster sidebar template
2017-06-03 17:59:59 +02:00
Segev Finer
b52b790e7f
Add html_sidebars for alabaster by default
...
It's required for alabaster to render correctly, see:
http://alabaster.readthedocs.io/en/latest/installation.html
2017-06-03 17:45:30 +02:00
jfbu
d4f37925c0
Merge branch 'stable'
2017-06-03 17:36:19 +02:00
Jean-François B
faa85d8a20
Merge pull request #3849 from segevfiner/alabaster-html-sidebars
...
Add html_sidebars for alabaster by default
2017-06-03 17:32:12 +02:00
Segev Finer
479a4e6909
Add html_sidebars for alabaster by default
...
It's required for alabaster to render correctly, see:
http://alabaster.readthedocs.io/en/latest/installation.html
2017-06-03 17:46:29 +03:00
Jean-François B
0aa5657f69
Merge pull request #3836 from jfbu/skipbacktickprocessing
...
Backport Docutils 0.14 skip of backticks processing by SmartQuotes
2017-06-03 12:55:31 +02:00
Takeshi KOMIYA
927a760e0c
Check css.rel attributes to test str or Stylesheet object
2017-06-03 16:14:17 +09:00