Georg Brandl
|
a7d9a4894b
|
merge with 0.6
|
2010-01-12 23:40:26 +00:00 |
|
Georg Brandl
|
fa00d30daf
|
Add link to rst2pdf generated version.
|
2010-01-12 21:11:20 +00:00 |
|
Georg Brandl
|
8bb4d4320d
|
merge with 0.6
|
2010-01-12 10:47:29 +00:00 |
|
Georg Brandl
|
c80f52dfbf
|
Added `tab-width option to literalinclude` directive.
|
2010-01-08 18:36:58 +01:00 |
|
Georg Brandl
|
03b9d79b34
|
Fix compatibility with blocks in the old sidebar scheme: blocks cannot be used in included templates. Deprecate the blocks accordingly.
|
2010-01-07 21:49:31 +01:00 |
|
Georg Brandl
|
2f09d24472
|
The `html_sidebars` config value can now contain patterns as keys, and the values can be lists that explicitly select which sidebar templates should be rendered.
That means that the builtin sidebar contents can be included only selectively.
|
2010-01-07 17:56:09 +01:00 |
|
Georg Brandl
|
c9345b33b2
|
`html_static_path` can now contain single file entries.
Exclusion of static path files is not yet implemented.
HG: Bitte gib eine Versions-Meldung ein. Zeilen beginnend mit 'HG:' werden entfernt.
HG: Leere Versionsmeldung wird das Übernehmen abbrechen.
HG: --
HG: Benutzer: Georg Brandl <georg@python.org>
HG: branch 'default'
HG: added tests/root/_static/excluded.css
HG: added tests/root/_static/subdir/foo.css
HG: added tests/root/templated.css_t
HG: Geändert CHANGES
HG: Geändert doc/config.rst
HG: Geändert sphinx/builders/html.py
HG: Geändert sphinx/util/__init__.py
HG: Geändert tests/root/_static/README
HG: Geändert tests/root/conf.py
HG: Geändert tests/test_build_html.py
|
2010-01-07 16:20:52 +01:00 |
|
Georg Brandl
|
ebe51c181e
|
Add a "how do I do google analytics" entry, thanks tonfa.
|
2010-01-07 15:33:47 +01:00 |
|
Georg Brandl
|
db5845fccf
|
Sharpen the thumbnails a bit.
|
2010-01-07 15:10:11 +01:00 |
|
Georg Brandl
|
4b8b3fa631
|
Fix-up text.
|
2010-01-07 14:27:37 +01:00 |
|
Georg Brandl
|
368ecbb0fd
|
Added new HTML theme `haiku`, inspired by the Haiku OS user guide.
|
2010-01-07 14:16:53 +01:00 |
|
Georg Brandl
|
f8ca88ebbd
|
Fix bogus module prefix for template variables.
|
2010-01-07 13:59:06 +01:00 |
|
Georg Brandl
|
6f1a3b5c3f
|
Fix config value names.
|
2010-01-06 15:51:02 +01:00 |
|
Georg Brandl
|
ab7ac64e1a
|
Add new universal config value `exclude_patterns`, with glob-style exclude patterns.
This makes the old ``unused_docs``, ``exclude_trees`` and ``exclude_dirnames`` obsolete.
|
2010-01-06 15:48:39 +01:00 |
|
Georg Brandl
|
c3c3f739af
|
Remove the deprecated `exclude_dirs` config value.
|
2010-01-06 15:54:34 +01:00 |
|
Georg Brandl
|
2acec48b86
|
merge with 0.6
|
2010-01-06 15:51:30 +01:00 |
|
Georg Brandl
|
57c2b553ae
|
Add preview images for nature theme.
|
2010-01-03 19:44:40 +01:00 |
|
Georg Brandl
|
f73cbe8afa
|
merge with 0.6
|
2010-01-03 19:44:21 +01:00 |
|
Georg Brandl
|
443eb4e594
|
Add "nature" theme, as used by PIP and distribute.
|
2010-01-03 19:40:07 +01:00 |
|
Georg Brandl
|
a5f1df6946
|
Mark code blocks as Python.
|
2010-01-03 19:38:17 +01:00 |
|
Georg Brandl
|
7bafd3d553
|
merge with 0.6
|
2010-01-03 16:04:23 +01:00 |
|
Georg Brandl
|
276fc659b0
|
#162: add link to sphinx.pocoo.org/latest.
|
2010-01-03 15:36:51 +01:00 |
|
Georg Brandl
|
c8835d970b
|
Added `alt option to graphviz` extension directives.
|
2010-01-03 12:02:31 +01:00 |
|
Georg Brandl
|
4d2a052c5f
|
Note about linkcheck builder.
|
2010-01-03 10:24:49 +01:00 |
|
Georg Brandl
|
ae4a1bbc59
|
Fix link.
|
2010-01-03 10:22:03 +01:00 |
|
Georg Brandl
|
d32bd22ae7
|
#309: The `graphviz` extension can now output SVG instead of PNG
images, controlled by the ``graphviz_output_format`` config value.
Patch by Henrique Bastos.
|
2010-01-02 21:38:27 +01:00 |
|
Georg Brandl
|
ed78dc7ff0
|
merge with 0.6
|
2010-01-02 20:54:59 +01:00 |
|
Georg Brandl
|
6b13a28c11
|
Make extlinks more flexible: use string substitution to build the full URL.
|
2010-01-02 20:51:22 +01:00 |
|
Georg Brandl
|
f4da14806c
|
#310: support exception messages in the `testoutput blocks of the doctest` extension.
Also add minimal test cases for the doctest extension.
|
2010-01-02 14:59:27 +01:00 |
|
Georg Brandl
|
32437e45bd
|
merge with 0.6
|
2010-01-02 00:49:51 +01:00 |
|
Georg Brandl
|
0de312b96f
|
Direct posting to sphinx-dev is not possible anymore.
|
2010-01-02 00:09:01 +01:00 |
|
Georg Brandl
|
0745637e69
|
Correct info about jsmath_path if given relative.
|
2010-01-01 23:54:45 +01:00 |
|
Georg Brandl
|
47ccbccc62
|
merge with 0.6
|
2010-01-01 14:10:48 +01:00 |
|
Georg Brandl
|
f6a56192d1
|
Happy new year!
|
2010-01-01 14:09:13 +01:00 |
|
Georg Brandl
|
e5561f9b1b
|
Add cross-reference.
|
2009-12-29 12:41:35 +01:00 |
|
Georg Brandl
|
24fb46226f
|
Review of epub builder. Add a separate "epub_theme" config value for selecting a different theme.
|
2009-12-29 12:32:42 +01:00 |
|
Georg Brandl
|
f37dcb25da
|
merge with epub fork
|
2009-12-28 19:00:48 +01:00 |
|
Roland Meister
|
6ced1ce311
|
Disable embedded css for embedded builders.
Note: this change also affects all other embedded builders (but only for the Shinx doc itself).
|
2009-12-28 17:16:19 +01:00 |
|
Roland Meister
|
eee47685fa
|
Activated html_theme 'epub'
|
2009-12-28 17:11:15 +01:00 |
|
Roland Meister
|
706e12da65
|
Initial import from local repository
|
2009-12-28 17:09:09 +01:00 |
|
Georg Brandl
|
0238b8322d
|
merge with 0.6
|
2009-12-24 13:32:16 +01:00 |
|
Georg Brandl
|
023b41b391
|
#296: fix copy-paste oversight.
|
2009-12-24 13:29:11 +01:00 |
|
Georg Brandl
|
98437cfd28
|
Fix typo.
|
2009-12-01 21:04:46 +01:00 |
|
Georg Brandl
|
598f2dda3a
|
Add link to Japanese translation of the docs.
|
2009-11-08 19:36:16 +01:00 |
|
Georg Brandl
|
77c5026198
|
Add link to matplotlib's sampledoc, because I suck at writing tutorials.
|
2009-11-08 18:20:53 +01:00 |
|
Georg Brandl
|
adad88b429
|
Add notes on rst2pdf pdf builder.
|
2009-11-08 16:54:06 +01:00 |
|
Georg Brandl
|
4652c53a82
|
Add examples for graph options.
|
2009-11-08 10:18:35 +01:00 |
|
Georg Brandl
|
39a9330fc0
|
Fix autosummary_generate docs; a boolean value is supported only as of trunk.
|
2009-10-27 20:03:48 +01:00 |
|
Georg Brandl
|
2942a6f723
|
Fix whitespace.
|
2009-10-26 09:45:50 +01:00 |
|
Georg Brandl
|
a51e3a4129
|
Add missing extension.
|
2009-10-08 09:14:01 +02:00 |
|