Georg Brandl
1050c9bca5
Fix #58 : Add extension tutorial and better docs on where to put extensions.
2008-12-21 00:10:47 +01:00
Georg Brandl
fc6a50903c
Source links in HTML are now generated with `rel="nofollow"
`.
2008-12-20 23:47:06 +01:00
Georg Brandl
c74163d0a0
The `toctree
directive now supports a
:hidden:
` flag,
...
which will prevent links from being generated in place of
the directive -- this allows you to define your document
structure, but place the links yourself.
2008-12-20 23:23:39 +01:00
Georg Brandl
f02a90ca6e
Add sidebarsourcelink block.
2008-12-20 23:08:26 +01:00
Georg Brandl
350e5ff3c9
Automated merge with file:///home/gbr/devel/sphinx0.5
2008-12-20 23:05:27 +01:00
Georg Brandl
5f8e73d334
Add SQLAlchemy.
2008-12-17 22:51:07 +01:00
Sebastian Wiesner
00bfba6c54
Fix name error in template
2008-12-17 21:59:21 +01:00
Sebastian Wiesner
ae5a57d467
Automated merge with http://www.bitbucket.org/birkenfeld/sphinx/
2008-12-16 19:28:41 +01:00
Georg Brandl
3531bf6afa
Fix NameError if Pygments is not installed.
2008-12-16 07:30:00 +01:00
Georg Brandl
711a1fa7ed
Merge in 0.5.1 release.
2008-12-15 22:08:46 +01:00
Georg Brandl
0ef0c50f03
Post-release updates.
2008-12-15 22:07:28 +01:00
Georg Brandl
894e5b2bcd
Added tag 0.5.1 for changeset dfe5aae7c8ad
2008-12-15 22:06:20 +01:00
Georg Brandl
3f8d3b634f
Prepare for 0.5.1 release.
2008-12-15 21:55:50 +01:00
Georg Brandl
f21769a232
Merge in #67 bugfix.
2008-12-15 20:00:58 +01:00
Georg Brandl
04f02b34d0
Fix #67 : Output warnings about failed doctests in the doctest extension
...
even when running in quiet mode.
2008-12-15 19:59:23 +01:00
Georg Brandl
1d8f1f1520
Remove duplicate warning.
2008-12-15 19:52:59 +01:00
Georg Brandl
a605255413
Automated merge with file:///home/gbr/devel/sphinx0.5
2008-12-15 19:31:12 +01:00
Georg Brandl
1dc46e6583
* #72 : In pngmath, make it possible to give a full path to LaTeX and
...
dvipng on Windows. For that to work, the ``pngmath_latex`` and
``pngmath_dvipng`` options are no longer split into command and
additional arguments; use ``pngmath_latex_args`` and
``pngmath_dvipng_args`` to give additional arguments.
2008-12-15 19:24:34 +01:00
Georg Brandl
db09844726
Remove last web leftovers.
2008-12-15 14:06:05 +01:00
Georg Brandl
b44636b6a0
Add a DeprecationWarning for sphinx.builder.
2008-12-15 13:50:54 +01:00
Georg Brandl
f5cb011e77
The new `html_show_sourcelink
` config value can be used to
...
switch off the links to the reST sources in the sidebar.
2008-12-15 13:38:39 +01:00
Georg Brandl
037954d850
The `autodoc_skip_member
` event now also gets to decide
...
whether to skip members whose name starts with underscores.
Previously, these members were always automatically skipped.
Therefore, if you handle this event, add something like this
to your event handler to restore the old behavior::
if name.startswith('_'):
return True
2008-12-15 12:49:40 +01:00
Georg Brandl
69ff09917c
Merge in 0.5 bugfixes.
2008-12-15 12:33:24 +01:00
Georg Brandl
5066f49fbe
Add "doctest_global_setup" conf val.
2008-12-15 12:33:13 +01:00
Georg Brandl
9e9766a41a
Fix two issues with non-ASCII characters being written to byte streams.
2008-12-15 11:35:27 +01:00
Georg Brandl
7debd67c23
Warn if doctest blocks don't contain code.
2008-12-15 11:29:07 +01:00
Georg Brandl
7c02f11ec1
Merge bugfixes from 0.5.
2008-12-15 11:12:08 +01:00
Georg Brandl
44b0929669
Fix handling of :param: and :type: with roles.
2008-12-15 11:11:47 +01:00
Georg Brandl
c49d8217e9
Fix #70 : clarify meaning of |today|.
2008-12-15 10:26:07 +01:00
Georg Brandl
628adc4d03
Add Italian locale, translation by Sandro Dentella.
2008-12-15 10:21:01 +01:00
Georg Brandl
934463e30a
Merge in two bugfixes.
2008-12-10 00:44:29 +01:00
Georg Brandl
b7a2491e21
#65 : Store depth information in PNG images themselves.
2008-12-10 00:43:11 +01:00
Georg Brandl
0d88e4b020
Fix automethod outside class context.
2008-12-09 23:37:39 +01:00
Georg Brandl
1019fc933c
Record move of writer/builder files.
2008-12-08 09:05:11 +01:00
Georg Brandl
be8f6609c6
Move again.
2008-12-08 08:59:51 +01:00
Georg Brandl
1d00f4a487
Merge bugfix from 0.5.
2008-12-08 08:57:46 +01:00
Georg Brandl
058001c831
Fix #68 : invalid latex output for images with height set.
2008-12-08 08:52:55 +01:00
Georg Brandl
9442b92213
Automated merge with file:///home/gbr/devel/sphinx0.5
2008-12-08 08:44:34 +01:00
Georg Brandl
83dba8fc76
Fix #60 : "smart" image inclusion in subdirs.
2008-12-08 08:44:18 +01:00
Georg Brandl
14b401be1e
Merge bugfix from 0.5.
2008-12-07 23:20:45 +01:00
Armin Ronacher
c788e0467c
Added better error message for missing roman.py
2008-12-07 23:17:29 +01:00
Georg Brandl
02123d6650
Fix JS search when html_copy_source is off.
2008-12-07 23:16:57 +01:00
Georg Brandl
733b2b5bc6
Automated merge with file:///home/gbr/devel/sphinx0.5
2008-12-07 22:36:44 +01:00
Georg Brandl
132086798a
Fix autoclass_content = "both" bug.
2008-12-07 22:36:23 +01:00
Georg Brandl
2320d582ab
Add tinyTiM.
2008-12-07 21:40:33 +01:00
Sebastian Wiesner
15fa827d47
Merge with http://www.bitbucket.org/birkenfeld/sphinx/
2008-12-07 15:16:04 +01:00
Georg Brandl
13043771f4
Fix package name.
2008-12-06 23:26:40 +01:00
Georg Brandl
8c055e8004
Document that mathbase isn't meant to be included in the extensions config
...
value.
2008-12-06 23:26:34 +01:00
Georg Brandl
79f9948090
Merge with 0.5.
2008-12-06 09:00:22 +01:00
Georg Brandl
1bad6b8f1a
Add changelog entry for last commit.
2008-12-06 08:58:47 +01:00