Commit Graph

1440 Commits

Author SHA1 Message Date
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
55bbb72bd0 merge 2009-06-03 23:18:20 +02:00
Georg Brandl
42d12d8683 Refix #188. 2009-06-03 23:18:02 +02:00
Pauli Virtanen
aea718e2a2 Fix fails-to-work oversight in pngmath.py 2009-06-02 23:05:33 +03:00
Georg Brandl
18d5f967bd merge with 0.6 2009-06-01 10:47:38 +02:00
Georg Brandl
51e8e68a6d Add Selenium. 2009-06-01 10:46:54 +02:00
Georg Brandl
799bc4fefe #188: fix oversight in replacing parameter. 2009-06-01 10:40:17 +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
b3a2b211cd Update of Polish translation. 2009-05-31 18:47:27 +02:00
Georg Brandl
77eb655659 Update of Slovenian translation. 2009-05-31 18:46:18 +02:00
Armin Ronacher
e8ab405a2e Added werkzeug docs to the examples. 2009-05-30 09:43:51 +02:00
Georg Brandl
d6fc2c25c9 merge with 0.6 2009-05-28 08:42:35 +02:00
Georg Brandl
62c6acfb4f Fix variable name. 2009-05-28 08:41:50 +02:00
Georg Brandl
8e574c4a10 #179: properly set rebuild parameter for pngmath config values. 2009-05-27 21:59:07 +02:00
Georg Brandl
a50329bd52 Fix argument mismatch for sphinx-autogen entry point. 2009-05-27 21:55:30 +02:00
Georg Brandl
166f04881d Work around a bug with centering graphviz images in latex. 2009-05-24 21:50:02 +02:00
Georg Brandl
99c3ad9d6d Add another indirection for formatting the name in Documenter. 2009-05-24 21:36:27 +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
88dadf142b update messages for 1.0 branch 2009-05-22 18:51:46 +02:00
Georg Brandl
8b94dfffa7 merge with 0.6 2009-05-22 18:50:57 +02:00
Georg Brandl
4cbfac0589 Update message catalogs. 2009-05-22 18:21:47 +02:00
Georg Brandl
48ee3ed5b1 Update POT file for new template locations. 2009-05-22 18:19:30 +02:00
Georg Brandl
043569613a Generate correct instructions for Qt help building in quickstart, patch by Wouter van Heyst. 2009-05-22 18:13:49 +02:00
Georg Brandl
cbadd4543a Include images in the Qt help qhp file, patch by Wouter van Heyst. 2009-05-22 18:13:23 +02:00
Pauli Virtanen
2bf065f664 autosummary: fix python2.4 compatibility 2009-05-21 18:43:57 +03: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
d8616219cf merge with http://bitbucket.org/cdevienne/sphinx-longtable/ 2009-05-17 12:41:36 +02:00
Georg Brandl
724d8c81d1 Provide a ==dev egg link in pkg-info. 2009-05-17 12:39:43 +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
d132ef67a5 Fallback for UnicodeErrors without an encoding set. 2009-05-17 12:31:39 +02:00
Georg Brandl
7749debcdc Reformat autosummary docs. 2009-05-17 12:29:38 +02:00
Georg Brandl
8bb67b9bf0 merge with 0.6 2009-05-17 12:24:17 +02:00
Georg Brandl
0a3d0495a1 merge with pv/sphinx-work 2009-05-17 12:24:04 +02:00
Georg Brandl
d2bdbb0ee5 #168: fix code. 2009-05-17 12:20:04 +02:00
Georg Brandl
9921e20a3d merge with 0.6 2009-05-17 12:14:55 +02:00
Georg Brandl
c77362ad62 Use variable declaration. 2009-05-17 12:14:46 +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
d31ae6884c Add GeoServer. 2009-05-17 12:10:19 +02:00
Georg Brandl
95dbaa5360 merge with 0.6 2009-05-16 12:49:58 +02:00
Georg Brandl
adfb8c2668 Fix speling. 2009-05-16 12:47:18 +02:00
Pauli Virtanen
4ab7bf69bb autosummary: fix another bug in module stub template 2009-05-15 01:03:36 +03:00