Commit Graph

1539 Commits

Author SHA1 Message Date
Georg Brandl
af8fe705a2 Added Catalan translation, thanks to Pau Fernández. 2009-07-29 16:39:06 +00:00
Pau Fern?ndez
59c3696a7d Added the Catalan translation 2009-06-07 14:30:57 +02:00
Georg Brandl
dcf6a1c386 Add some docstrings. 2009-07-29 16:34:15 +00:00
Georg Brandl
72516863b6 Add API to add components to a domain. 2009-07-28 17:45:02 +00:00
Georg Brandl
279dd4fa41 Builder.load_env is no more. 2009-07-26 15:00:18 +02:00
Armin Ronacher
ec24ba6864 merged 2009-07-14 11:48:33 +02:00
Armin Ronacher
ae34f70782 Write theme information payload binary, not as text. Otherwise windows users will be unhappy. 2009-07-14 11:43:39 +02:00
Georg Brandl
c5c62b252c Access domain data via env.domaindata. 2009-07-13 21:31:05 +02:00
Georg Brandl
1c030b415e With a few disabled features (see XXX), the test suite runs again. 2009-07-13 21:28:01 +02:00
Georg Brandl
a1dd4695f3 First step of domain handling in environment. 2009-07-13 20:53:11 +02:00
Georg Brandl
51a78a9b88 PEP 8 2009-07-13 18:41:20 +02:00
Georg Brandl
db8395f9e1 Add make_refnode() utility function. 2009-07-13 18:27:34 +02:00
Georg Brandl
d4f957da8c Move the initialization of env and i18n into the app. 2009-07-13 18:02:42 +02:00
Georg Brandl
c92f97d848 Move xref resolution to domain class. 2009-07-13 17:28:07 +02:00
Georg Brandl
9941b09428 Fix usage of XRefRole with domain parameter. 2009-07-13 17:27:43 +02:00
Georg Brandl
dd20b14b19 Fix role class to not take a domain name anymore. 2009-07-13 17:08:05 +02:00
Georg Brandl
ab7cfb4a99 Make domains instances, which have factory methods for their roles and directives. 2009-07-13 16:59:45 +02:00
Georg Brandl
92e29ad323 merge with 0.6 2009-07-09 20:30:50 +02:00
Georg Brandl
1f0fcabe32 #201: Make `centered` directive work in LaTeX output. 2009-07-09 20:27:09 +02:00
Georg Brandl
ab4a507605 #202: dont raise a TypeError when dot cant be found. 2009-07-09 20:26:04 +02:00
Georg Brandl
4d48846c86 merge with 0.6 2009-07-09 12:25:27 +02:00
Georg Brandl
d70b036090 #206: Refuse to overwrite an existing master document in sphinx-quickstart. 2009-07-09 12:23:54 +02:00
Georg Brandl
d976bb25f4 #208: Use MS-sanctioned locale settings, determined by the
``language`` config option, in the HTML help builder.
2009-07-09 12:15:26 +02:00
Georg Brandl
d10733d137 merge with 0.6 2009-07-09 12:10:28 +02:00
Georg Brandl
5569f89de2 #210: Fix nesting of HTML tags for displayed math from pngmath extension. 2009-07-09 12:08:42 +02:00
Georg Brandl
852cdf6a20 Add a few changelog items. 2009-07-09 12:01:44 +02:00
Georg Brandl
536476287e Restore docutils compatibility. 2009-07-09 11:59:52 +02:00
Leandro Lucarella
b809740f66 Fix sphinx.sty \includegraphics command redefinition 2009-07-09 11:57:01 +02:00
Georg Brandl
da12e2f36d ifconfig now allows titles as content. 2009-07-09 11:54:32 +02:00
Georg Brandl
843b0d07e9 merge with pv 2009-07-07 21:32:10 +02:00
Georg Brandl
43f475b74e Fix long lines. 2009-07-05 12:28:45 +02:00
Georg Brandl
c02b7149aa Move domain-specific code around a bit; builtin domains are now completely in sphinx.domains. Test suite does not pass yet. 2009-07-05 12:24:27 +02:00
Georg Brandl
9199b21f85 Add new builtin theme to test suite. 2009-07-05 12:22:01 +02:00
Georg Brandl
5e33572488 Fix unbound local. 2009-07-03 20:06:33 +02:00
Georg Brandl
2c2ea9ae5f Teach babel to extract l_() messages. 2009-07-03 13:37:38 +02:00
Georg Brandl
c8e8b1bfd4 Use a new "lazy" gettext function instead of using dummy _() to help text extraction. 2009-07-03 13:34:08 +02:00
Georg Brandl
1f18db60a4 Add another sectionchar. 2009-07-03 12:11:42 +02:00
Georg Brandl
3e4599a4a1 Add some exception guards for strange objects. 2009-07-02 20:32:15 +02:00
Georg Brandl
f2b4f9a43a Remove parsetree after collecting attributes. 2009-07-02 19:41:25 +02:00
Georg Brandl
68a15b5b74 Add comment. 2009-07-02 10:58:29 +02:00
Georg Brandl
e3c59615fc Make the parameter order consistent. 2009-07-01 09:28:24 +02:00
Georg Brandl
383475a94f merge with sphinx-domains. 2009-06-30 19:01:00 +02:00
Georg Brandl
22f3fbb388 Refactor a bit to fix b/w compat of cfunc role. 2009-06-30 18:59:36 +02:00
Georg Brandl
b71566588d merge 2009-06-30 18:39:39 +02:00
Armin Ronacher
5c678f02cd Added new minimal theme called scrolls. 2009-06-30 17:34:18 +01:00
Armin Ronacher
be192d9c68 Added a new theme inspired by the jinja / werkzeug theme. 2009-06-30 17:34:02 +01:00
Georg Brandl
09d234df20 Fix duplicate code. 2009-06-30 18:11:57 +02:00
Armin Ronacher
957be3bfa0 Refactored role registrations. 2009-06-30 15:16:46 +01:00
Armin Ronacher
f82a4a4eab Makefile and .hgignore ignore a virtualenv called "env" in this folder by default now. 2009-06-30 15:16:33 +01:00
Georg Brandl
43667a2a9c Remove filemodules attribute which isnt used anymore. 2009-06-29 18:43:59 +02:00