Commit Graph

1234 Commits

Author SHA1 Message Date
shimizukawa
a9bcff7a26 Closes #1722. Restore `toctree()` template function behavior that was changed at 1.3b1. 2015-02-15 16:49:03 +09:00
Robert Lehmann
f69e6ed4eb Fix ambiguous reference. 2015-02-14 10:13:37 +01:00
shimizukawa
c812c40393 update CHANGES for previous 2 commits 2015-02-14 17:09:39 +09:00
Jakob Lykke Andersen
3d6bae0cde Merge from master 2015-02-08 23:48:31 +01:00
Jakob Lykke Andersen
fd84a3d602 Update CHANGES 2015-02-08 21:40:23 +01:00
Jakob Lykke Andersen
75c30ba2af HTML search results for C++. Fixes sphinx-doc/sphinx#1591.
The C++ domain did not return the actual id of elements, but the name.
The fix is as Rapptz suggested.
2015-02-07 12:27:29 +01:00
Ian Lee
fbc87d3644 Update changelog 2015-02-07 00:05:15 -08:00
Jakob Lykke Andersen
d8a109976b Merge from master 2015-02-07 00:55:19 +01:00
Georg Brandl
accb32ff07 The `env-updated` event can now return a value, which is interpreted as an iterable of additional docnames that need to be rewritten.
(reference: #1683)
2015-01-25 16:13:04 +01:00
Georg Brandl
d6e1b58b7f Merge branch 'stable' 2015-01-25 16:07:26 +01:00
Georg Brandl
398a207b75 Closes #1642: fix only one search result appearing in Chrome. 2015-01-25 16:07:18 +01:00
Georg Brandl
23c0d3d42a Fixes #1690: toctrees with `glob` option now can also contain entries for single documents with explicit title. 2015-01-25 11:07:55 +01:00
Georg Brandl
2b6f7f4afe Closes #1687: for linkcheck purposes, HTTP 401 Unauthorized is working. 2015-01-19 19:50:31 +01:00
Takeshi KOMIYA
198731f154 Update CHANGES for b563fa4 2015-01-18 16:08:46 +09:00
shimizukawa
d9f192b3bf Merge branch 'stable' 2015-01-17 16:05:00 +09:00
shimizukawa
3c872e66a4 Fixes #1686: ifconfig directive doesn't care about default config values. 2015-01-17 16:01:53 +09:00
shimizukawa
e722258079 Fix: on windows, make-mode didn't work on Win32 platform if sphinx was invoked as python sphinx-build.py. 2015-01-17 14:37:09 +09:00
Georg Brandl
991d2455e8 Merge branch 'stable' 2015-01-15 08:41:24 +01:00
Georg Brandl
28683a36c4 Closes #1673: fix crashes with nitpick_ignore and :doc: references. 2015-01-15 08:41:18 +01:00
Georg Brandl
2f285f5b68 Merge branch 'stable' 2015-01-15 08:28:02 +01:00
Georg Brandl
5bee0aac0c #1674: do not crash if module.__all__ is not according to spec 2015-01-15 08:27:47 +01:00
Georg Brandl
ab546acef0 #1674: do not crash if module.__all__ is not according to spec 2015-01-15 08:26:40 +01:00
Georg Brandl
dee3e60ee6 Closes #1669: make "language" available in HTML templates. 2015-01-10 19:40:59 +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
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
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
Jakob Lykke Andersen
c010b47589 C++, initial enum support (see #772) 2015-01-03 16:59:08 +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
fadfa5ecf7 Require newer docutils and Pygments. 2015-01-01 19:02:19 +01: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
666fa3fd0c bump version 2014-12-05 11:03:07 +00:00
Takayuki Shimizukawa
4a28a12977 release 1.3b2 2014-12-05 10:46:18 +00: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
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
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
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
c5c913ed4a Fix: rebuilding cause crash unexpectedly when source files were added. The problem appeared at fffbcba0b. 2014-11-25 10:20:10 +09:00
Georg Brandl
6c194ad56f Closes #1623: Return types specified with `:rtype:` are now turned into links if possible. 2014-11-12 11:32:21 +01:00
Georg Brandl
bbd315b82e merge with stable 2014-11-07 15:03:06 +01:00
Georg Brandl
fa09ec000f Fix :confval:autodoc_docstring_signature not working with signatures
in class docstrings.
2014-11-07 15:01:10 +01:00
Georg Brandl
d06ede265d Merge with stable. 2014-11-04 08:52:17 +01:00
Robert Lehmann
e1a211c414 Changelog for PR#314. 2014-10-31 11:14:14 +01:00
Takayuki Shimizukawa
4dd1c538d5 Fix #1610: Sphinx cause AttributeError when MeCab search option is enabled and python-mecab is not installed. 2014-10-29 01:08:47 +09:00
Georg Brandl
96ce3b1374 Closes #1597: Added possibility to return a new template name from html-page-context. 2014-10-23 07:58:23 +02:00
Takayuki Shimizukawa
7db1820d78 update CHANGES for pull request #311 2014-10-19 12:57:12 +09:00
Takayuki Shimizukawa
215c4c01c8 bump version 2014-10-09 15:37:33 +00:00
Takayuki Shimizukawa
1323770863 release 1.3b1 2014-10-09 15:05:46 +00:00
Takayuki Shimizukawa
d289870f48 rename numfig_prefix to numfig_format. later is better for the purpose. 2014-10-10 00:19:17 +09:00