Commit Graph

929 Commits

Author SHA1 Message Date
Georg Brandl
a967dc4027 Fix #60: Don't crash for invalid index entries. 2008-11-30 20:56:08 +01:00
Georg Brandl
765ec5c0c3 Add html_add_permalinks config value. 2008-11-30 20:38:59 +01:00
Georg Brandl
c450bab147 Allow using different Pygments formatters. 2008-11-30 20:29:34 +01:00
Georg Brandl
50339493c6 Add Sphinx.add_lexer(). 2008-11-30 19:58:29 +01:00
Armin Ronacher
31a46c6930 Changed an __import__ call in the highlighter module because that trigger a bug in the python importer. 2008-11-30 19:55:59 +01:00
Georg Brandl
2757866655 Allow giving values for dict type config values in the overrides. 2008-11-30 16:33:56 +01:00
Georg Brandl
bd12a8e547 Some more fixes after the great renaming. 2008-11-29 20:04:11 +01:00
Georg Brandl
18d1581eec This is version 0.6. 2008-11-29 20:03:56 +01:00
Georg Brandl
9175e665b1 Move builders and writers into new packages. 2008-11-29 19:56:58 +01:00
Georg Brandl
40f8fb4dc2 Locale catalog update. 2008-11-27 18:40:57 +01:00
Georg Brandl
2740523edd Note that the quickstarted conf.py doesn't contain all possible config values. 2008-11-27 18:34:34 +01:00
Georg Brandl
8225225139 Fix #59: use easy_install -U to upgrade existing versions. 2008-11-27 18:26:24 +01:00
Georg Brandl
80cccbdb00 Add Pysparse. 2008-11-27 18:11:02 +01:00
Sebastian Wiesner
58114bf857 Automated merge with http://bitbucket.org/birkenfeld/sphinx 2008-11-27 00:32:38 +01:00
Sebastian Wiesner
a2a8e8da52 Fixed markup escaping issue 2008-11-27 00:31:43 +01:00
Georg Brandl
b1e2e72cf0 Add ObjectListView. 2008-11-24 20:43:22 +01:00
Georg Brandl
30bb2bc9fe Fix #54: awkward wording in quickstart. 2008-11-24 20:42:05 +01:00
Georg Brandl
46b6689240 Fix #53, a few nits in the README. 2008-11-24 20:33:58 +01:00
Georg Brandl
6726192fb6 Don't fail test suite because of missing latex packages. 2008-11-23 21:58:30 +01:00
Georg Brandl
a2773de9e0 Add file in _static directory so that it isn't ignored by Hg. 2008-11-23 21:35:52 +01:00
Georg Brandl
672024e95c Update ez_setup.py. 2008-11-23 19:50:56 +01:00
Georg Brandl
f7c774b882 Add text output format. 2008-11-23 19:13:15 +01:00
Georg Brandl
6a70a4a461 Remove old tag. 2008-11-23 19:02:58 +01:00
Georg Brandl
16e9f6e0ae Added tag 0.5 for changeset 83433c206e7f 2008-11-23 19:02:38 +01:00
Georg Brandl
9cce898a36 Final changes for 0.5. 2008-11-23 19:02:32 +01:00
Georg Brandl
2bb2e78488 2.4 compatibility fix. 2008-11-23 19:02:10 +01:00
Georg Brandl
b29b72833f Added tag 0.5 for changeset a7829d07c5d0 2008-11-23 18:41:02 +01:00
Georg Brandl
9b66475cda Remove unused import. 2008-11-23 17:11:59 +01:00
Georg Brandl
404625e718 Fix param name and add example. 2008-11-23 17:08:19 +01:00
Georg Brandl
b0b725d66b "todolist" has no content or arguments. 2008-11-23 16:52:51 +01:00
Georg Brandl
a00cabae8e Don't register two handlers for the same event. 2008-11-23 16:26:14 +01:00
Georg Brandl
91c31181b0 Add tests for HTML escaping. 2008-11-23 15:22:09 +01:00
Georg Brandl
410ac72590 Fix test after latex writer change. 2008-11-23 15:21:57 +01:00
Sebastian Wiesner
28f361e564 Automated merge with https://bitbucket.org/birkenfeld/sphinx 2008-11-23 13:30:03 +01:00
Georg Brandl
8fd56e7ece Make display equations centered. 2008-11-23 12:43:35 +01:00
Georg Brandl
16d26edcd8 Changelog entry for #51. 2008-11-23 12:43:15 +01:00
Georg Brandl
43cc7122c2 Fix #51: escape config variables in HTML templates. 2008-11-23 12:39:21 +01:00
Georg Brandl
50d15d947d Fix display of "--" in long option strings. 2008-11-23 12:26:56 +01:00
Georg Brandl
df7e93dcf1 Fix latex markup for line blocks in tables. 2008-11-23 12:22:43 +01:00
Georg Brandl
e8cfdda7a2 Fix three problems in HTML help index generation.
Patch from Hirokazu Yamamoto (see bugs.python.org/4252), fixes #44.
2008-11-22 15:28:09 +01:00
Georg Brandl
c8e08821fd Use regular system message node for warning about latex failures. 2008-11-22 14:22:39 +01:00
Georg Brandl
446729bbcd Fix a bug in jsdump. 2008-11-22 13:59:47 +01:00
Georg Brandl
4c5e72e306 Reorder builder sections. 2008-11-22 13:34:51 +01:00
Georg Brandl
8c5419662e Add note about needed LaTeX packages. 2008-11-22 13:32:32 +01:00
Pauli Virtanen
6be9f22ecf sphinx.ext.pngmath: make Latex errors non-fatal for HTML output 2008-11-20 21:38:21 +02:00
Sebastian Wiesner
096331e2f8 Fixed syntax error in setup.py 2008-11-20 20:12:41 +01:00
Sebastian Wiesner
331f625f91 Fixed encoding issue in pngmath hashing 2008-11-20 20:06:36 +01:00
Sebastian Wiesner
2f9ae1df81 Fixed encoding issue in pngmath hashing 2008-11-20 20:06:36 +01:00
Sebastian Wiesner
eeb494cf87 Switched templating to jinja2 2008-11-20 20:05:45 +01:00
Georg Brandl
d02008f99d #47: fix English. 2008-11-19 21:36:16 +01:00