Commit Graph

567 Commits

Author SHA1 Message Date
Armin Ronacher
686013a0b2 Added new minimal theme called scrolls. 2009-06-30 17:34:18 +01:00
Georg Brandl
03aaed913b Add new theme "agogo", by Andi Albrecht. 2009-11-16 14:48:52 +01:00
Georg Brandl
c48e1b919e merge with 0.6 2009-06-16 23:50:58 +02:00
Georg Brandl
ed389f39d6 Update for post-0.6.2. 2009-06-16 23:50:02 +02:00
Georg Brandl
e4e41eb31c Update for 0.6.2. 2009-06-16 23:43:15 +02:00
Georg Brandl
cd2b9b02ce merge with 0.6 2009-06-16 23:13:29 +02:00
Georg Brandl
06ef375ccb #130: Fix obscure IndexError in doctest extension. 2009-06-16 23:13:01 +02:00
Georg Brandl
960ba9ec41 merge with 0.6 2009-06-16 22:19:59 +02:00
Georg Brandl
041d7c37a5 #116: Added `html_output_encoding` config value. 2009-06-16 22:19:51 +02:00
Georg Brandl
5e927d724d #167: Make glossary sorting case-independent. 2009-06-16 22:08:54 +02:00
Georg Brandl
0ed845462f #169: Added the `trim_doctest_flags` config value, which is true by default. 2009-06-16 21:53:53 +02:00
Georg Brandl
2ba04abca4 Add `latexpdf` target in quickstart Makefile. 2009-06-16 21:31:57 +02:00
Georg Brandl
812455e32c #200: Added `Sphinx.add_stylesheet()`. 2009-06-16 21:05:20 +02:00
Georg Brandl
8820e99440 Added `titlesonly option to toctree` directive. 2009-06-15 18:05:07 +02:00
Georg Brandl
7d56682ad7 merge with 0.6 2009-06-15 17:33:56 +02:00
Georg Brandl
5e439cbbb5 #196: Add a warning if an extension module doesn't have a `setup()` function. 2009-06-15 17:31:29 +02:00
Georg Brandl
2f50f60198 Removed the deprecated `sphinx.builder` module. 2009-06-08 17:44:53 +02:00
Georg Brandl
92e29ad323 merge with 0.6 2009-07-09 20:30:50 +02:00
Georg Brandl
4d48846c86 merge with 0.6 2009-07-09 12:25:27 +02:00
Georg Brandl
d10733d137 merge with 0.6 2009-07-09 12:10:28 +02:00
Armin Ronacher
5c678f02cd Added new minimal theme called scrolls. 2009-06-30 17:34:18 +01:00
Georg Brandl
4e535fec91 #193: Added a `visitedlinkcolor` theme option to the default theme. 2009-06-05 10:41:02 +02:00
Georg Brandl
288af885c2 merge with 0.6 2009-06-04 18:47:43 +02:00
Georg Brandl
be49adef8c #158: Allow '..' in template names, and absolute template paths;
Jinja 2 by default disables both.
2009-06-04 18:39:47 +02:00
Georg Brandl
137db91d77 When highlighting Python code, ignore extra indentation before
trying to parse it as Python.
2009-06-04 18:21:26 +02:00
Georg Brandl
501adbdb6f #191: Don't escape the tilde in URIs in LaTeX. 2009-06-04 18:11:17 +02:00
Georg Brandl
fb0791bdfc Added the `prepend and append` options to the
``literalinclude`` directive.
2009-06-04 17:57:58 +02:00
Georg Brandl
ebcf18d9c3 Added the `latex_docclass` config value and made the "twoside"
documentclass option overridable by "oneside".
2009-06-04 17:50:37 +02:00
Georg Brandl
8d96070a1a merge with 0.6 2009-05-31 19:50:29 +02:00
Georg Brandl
cfd0d8c42d Don't consider contents of source comments for the search index. 2009-05-31 19:47:42 +02:00
Georg Brandl
df75924602 merge with 0.6 2009-05-31 18:59:36 +02:00
Georg Brandl
92eef1b2e5 Set the default encoding to `utf-8-sig` to handle files with a
UTF-8 BOM correctly.
2009-05-31 18:58:28 +02:00
Georg Brandl
b28de861fe merge with 0.6 2009-05-24 19:15:57 +02:00
Georg Brandl
224104724a #178: apply `add_function_parentheses` config value to C functions as promised. 2009-05-22 18:53:58 +02:00
Georg Brandl
3eb57cdf19 merge with 0.6 2009-05-17 19:35:19 +02:00
Georg Brandl
b4365ad72b #173: Respect the docutils `title` directive. 2009-05-17 19:15:28 +02:00
Georg Brandl
3ac7ff8ec6 merge with 0.6 2009-05-17 12:59:16 +02:00
Georg Brandl
61146192c7 #172: The `obj` role now links to modules as promised. 2009-05-17 12:58:48 +02:00
Georg Brandl
f335757a41 Add changelog entry for longtable change. 2009-05-17 12:45:41 +02:00
Georg Brandl
c0e848f0db Look for translations in the system default path as well, for distributions that install the catalogs there. 2009-05-17 12:34:45 +02:00
Georg Brandl
b45cf97956 merge with 0.6 2009-05-17 12:13:19 +02:00
Georg Brandl
3fc8f0c33c Support searching for Class.methodname. 2009-05-17 12:12:24 +02:00
Georg Brandl
5692ec9d22 merge with 0.6 2009-05-10 21:21:37 +02:00
Georg Brandl
b1dbe95255 #155: Fix Python 2.4 compatibility: exceptions are old-style classes there. 2009-05-10 21:14:14 +02:00
Georg Brandl
a07daf48cf merge with 0.6 2009-05-10 20:59:55 +02:00
Georg Brandl
e02e828cbe #150: Fix display of the "sphinxdoc" theme on Internet Explorer versions 6 and 7. 2009-05-10 20:56:50 +02:00
Georg Brandl
297ceab686 merge with 0.6 2009-05-03 10:33:08 +02:00
Georg Brandl
ba45703b5a #146: Don't fail to generate LaTeX when the user has an active
``.docutils`` configuration.
2009-05-03 10:32:32 +02:00
Georg Brandl
58da7a84fd Added the `extlinks` extension. 2009-05-02 20:38:45 +02:00
Georg Brandl
7e53d3f71b Next version will be 1.0. 2009-04-29 12:55:03 +02:00