Alastair Houghton
c4d11c8ccc
Don't use codecs for writing plists; breaks on Python 3.
2015-01-15 13:26:02 +00:00
Alastair Houghton
d2d202f160
Added tests for Apple Help generation.
2015-01-15 13:17:01 +00:00
Alastair Houghton
5aa7f6bd80
Added some additional configuration variables for Apple Help.
...
Removed Apple Help from quickstart conf.py.
Added support for .lproj directories with pre-localised files for Apple Help.
2015-01-15 13:11:58 +00:00
Alastair Houghton
be46a14984
Added myself to AUTHORS.
2015-01-14 18:01:12 +00:00
Alastair Houghton
970565ab6b
Encode the project name using IDNA if necessary.
2015-01-14 13:37:54 +00:00
Alastair Houghton
94847ad94e
Fixed a typo.
2015-01-14 12:49:21 +00:00
Alastair Houghton
40728cf2ea
Added documentation for Apple Help builder.
2015-01-14 12:45:04 +00:00
Alastair Houghton
13059c5c4f
Altered the way we use applehelp_locale slightly. Also altered its default setting.
2015-01-14 12:28:25 +00:00
Alastair Houghton
df3de90023
Disable Javascript search in Apple Help.
2015-01-14 11:34:59 +00:00
Alastair Houghton
e490c2e12d
Clean up the mechanism for disabling Javascript search.
2015-01-14 11:34:37 +00:00
Alastair Houghton
0d01ca1dcf
Added code signing support. Improved error handling. Fixed handle_finish to work as it's supposed to.
2015-01-14 11:23:54 +00:00
Alastair Houghton
8b0770126f
More changes for Apple Help support.
2015-01-13 18:31:23 +00:00
Alastair Houghton
b90f319e37
Added initial Apple help support.
2015-01-13 13:25:28 +00:00
Rob Ruana
9df7b53782
Closes #1670 : Fix napoleon handling of *args and **kwargs parameters
2015-01-12 17:08:51 -05:00
Georg Brandl
dee3e60ee6
Closes #1669 : make "language" available in HTML templates.
2015-01-10 19:40:59 +01:00
Georg Brandl
0071ac8399
Test fixup.
2015-01-09 18:41:09 +01:00
Georg Brandl
12bf3b69ce
napoleon: fix handling of blocks when there is a prefix but no line content
...
Closes #1542 .
2015-01-08 08:12:17 +01:00
Luc Saffre
21b838454f
autodoc: use sourcename also for content generated by autodoc itself
...
Fixes #1061
Fixes #1656
2015-01-06 17:41:05 +01:00
Georg Brandl
b9fe829e02
highlighting: fix potential TypeError
2015-01-06 17:10:43 +01:00
Georg Brandl
81313e903b
Merge pull request #1666 from EricFromCanada/highlight_options
...
Add highlight_options configuration value
2015-01-06 17:09:29 +01:00
EricFromCanada
0f0ffbb982
revised pygments_style description
2015-01-06 10:51:54 -05:00
shimizukawa
a9c1ab9828
Merge branch 'stable'
...
Conflicts:
setup.py
2015-01-06 22:26:56 +09:00
shimizukawa
ddb7c9945d
Exclude 'tests' instead of 'test'. Sphinx-1.2.3 wheel package includes 'tests' directory. It might be happen by this wrong parameter.
2015-01-06 22:23:05 +09:00
Georg Brandl
a53e1051fe
Merge pull request #1667 from EricFromCanada/latex-multirow
...
Fix LaTeX writer's handling of multirow table cells
2015-01-06 10:49:24 +01:00
EricFromCanada
5d96523f7d
Fix LaTeX writer's handling of multirow table cells
...
Originally the LaTeX writer could only handle one multirow cell per
row. This commit fixes that and adds support for cells spanning both
rows and columns.
2015-01-06 02:06:58 -05:00
EricFromCanada
3111f7b6b3
rewording of highlight_options
description
2015-01-05 23:22:19 -05:00
EricFromCanada
a63e4945ea
Add highlight_options configuration value
...
This changeset adds the `highlight_options` configuration value, which
specifies a dict of key-value pairs to pass to the Pygments highlighter
specified with `highlight_language`. For example, specifying
`highlight_options = {'funcnamehighlighting' : False}` for the 'php'
lexer will disable function name highlighting.
Both the HTML and LaTeX writers have been updated to include the
options when calling `highlight_block()`, as long as the currently
selected language matches what was set with `highlight_language`, i.e.
not when modified by `highlight::` or `code-block::` directives.
2015-01-05 12:58:43 -05:00
Georg Brandl
649e2cd41b
Merge pull request #1664 from ionelmc/patch-1
...
Correct few "typos".
2015-01-03 23:52:13 +01:00
Ionel Cristian Mărieș
5d64cc0cc5
Correct few "typos".
2015-01-04 00:16:39 +02:00
Georg Brandl
dfc0a6c7f4
Merge branch 'stable'
2015-01-03 21:41:34 +01:00
Georg Brandl
d79bedb69a
license: fix copyright year
2015-01-03 21:41:31 +01:00
Georg Brandl
a23903d8d5
Merge branch 'stable'
2015-01-03 21:41:14 +01:00
Georg Brandl
567d52f199
all: update copyright
2015-01-03 21:36:32 +01:00
Georg Brandl
30a2e5ba66
more bitbucket->github
2015-01-02 14:07:15 +01:00
Georg Brandl
3025368be8
Merge branch 'stable'
2015-01-02 13:54:28 +01:00
Georg Brandl
5f3d18dac2
readme: update drone->travis
2015-01-02 13:54:04 +01:00
Georg Brandl
91887b0183
Merge branch 'stable'
2015-01-02 13:51:31 +01:00
Georg Brandl
a84e036622
development process updates: bb->gh, hg->git
2015-01-02 13:49:38 +01:00
Georg Brandl
10db0188af
remove long-unused TODO file
2015-01-02 12:25:44 +01:00
Georg Brandl
c3d36f12db
add a .gitignore file, remove .hgignore
2015-01-02 12:25:23 +01:00
Georg Brandl
7b8a984bab
Merge with stable.
2015-01-02 11:12:35 +01:00
Georg Brandl
fadfa5ecf7
Require newer docutils and Pygments.
2015-01-01 19:02:19 +01:00
Georg Brandl
b715103c45
Update travis.yml and add an explicit list of requirements.
2015-01-01 13:31:02 +01:00
Georg Brandl
704619878e
Fix memory leak during parallel writing with multiplied warnings.
2014-12-31 15:04:48 +01:00
Georg Brandl
25f3266def
Fix copy-paste error.
2014-12-31 14:20:28 +01:00
Takayuki Shimizukawa
b13035267f
add a example
2014-12-30 18:00:53 +09:00
Takayuki Shimizukawa
d4c127d93c
Fix: make-mode didn't work on Win32 platform if sphinx was installed by wheel package.
2014-12-19 01:14:57 +09:00
Takayuki Shimizukawa
8d514be7a8
Provides environment marker (PEP-0426) to install colorama on win32 environment for installation from wheel.
2014-12-13 18:34:55 +09:00
Takayuki Shimizukawa
50c4bacbab
fix syntax :/
2014-12-05 20:05:21 +09:00
Takayuki Shimizukawa
666fa3fd0c
bump version
2014-12-05 11:03:07 +00:00