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
Jakob Lykke Andersen
c010b47589
C++, initial enum support (see #772 )
2015-01-03 16:59:08 +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
Takayuki Shimizukawa
5f168f484a
Added tag 1.3b2 for changeset 19b6c7a86fa4
2014-12-05 10:46:23 +00:00
Takayuki Shimizukawa
4a28a12977
release 1.3b2
2014-12-05 10:46:18 +00:00
Takayuki Shimizukawa
aa79c97da7
merge with stable
2014-12-05 19:44:05 +09:00
Takayuki Shimizukawa
edf63e1406
Fix again. Sections which depth are lower than :tocdepth: should not be shown on localtoc sidebar. Closes #1251
2014-12-05 16:42:30 +09:00
Takayuki Shimizukawa
32e4fab86b
fix py3 error for pull request #314
2014-12-04 17:26:13 +09:00
Takayuki Shimizukawa
c0a9d7740e
Merged in lehmannro/sphinx-warnconfig (pull request #314 )
...
Check configuration values for their types
2014-12-04 17:22:20 +09:00
Takayuki Shimizukawa
c00dd30fb7
replace PIL with Pillow.
2014-12-03 23:13:21 +09:00
Takayuki Shimizukawa
292abeeedb
update bundled ez_setup.py for setuptools-7.0 that requires Python 2.6 or later.
2014-12-03 23:17:48 +09:00
Takayuki Shimizukawa
4d784bbb06
Fix again for fffbcba0b. We should keep original env.update() return value type as list-of-docnames-that-ordered-in-order-to-read.
2014-11-27 21:50:30 +09:00
tk0miya
d3615d9c0b
Merge heads
2014-11-27 16:34:44 +09:00
tk0miya
dab10e885b
Update CHANGES for PR#317
2014-11-27 16:32:35 +09:00
Takayuki Shimizukawa
4ee821efa3
add PyPI classifiers for sphinx
2014-11-27 09:58:53 +09:00
Takayuki Shimizukawa
6993a7254c
fix documentation for extension development tutorial. Closes #1624 . Thanks to dkeeney_fastacash.
2014-11-26 20:14:31 +09:00
Takayuki Shimizukawa
c5c913ed4a
Fix: rebuilding cause crash unexpectedly when source files were added. The problem appeared at fffbcba0b.
2014-11-25 10:20:10 +09:00
tk0miya
0f1d8433e7
Fix #1607 : Sphinx crashes on building latexpdf with "howto" class
2014-11-24 12:13:17 +09:00
Takayuki Shimizukawa
fa9fef3632
add a documentation example with custome layout and css
2014-11-21 10:12:48 +09:00
Takayuki Shimizukawa
2db40f7725
wrong branch...
...
Backed out changeset 4d70ed8c4259
2014-11-21 10:11:39 +09:00
Takayuki Shimizukawa
fe64b3ff3d
add a documentation example with custome layout and css
2014-11-21 10:10:39 +09:00
Takayuki Shimizukawa
a82201cb36
add a documentation example with sphinx-py3doc-enhanced-theme.
2014-11-21 08:48:31 +09:00
Georg Brandl
4d5b20de38
merge with stable
2014-11-17 19:36:34 +01:00
Georg Brandl
2cfa3cf75d
Ignore test build dir from default branch.
2014-11-17 19:34:38 +01:00
Georg Brandl
571cae87a5
Closes #1372 : use https URL for PEPs and RFCs
2014-11-17 19:33:59 +01:00
Georg Brandl
b10dbbc71a
merge heads
2014-11-15 09:42:43 +01:00
Takayuki Shimizukawa
9bd9d8a65d
add book example by using sphinx
2014-11-13 20:38:20 +09:00