Commit Graph

1754 Commits

Author SHA1 Message Date
Georg Brandl
c9201f282e Add Bazaar. 2010-01-02 14:24:26 +01:00
Georg Brandl
32437e45bd merge with 0.6 2010-01-02 00:49:51 +01:00
Georg Brandl
f7b0d4c9c3 #293: line blocks are styled properly in HTML output. 2010-01-02 00:47:57 +01:00
Georg Brandl
297b2c7663 #285: make the `locale_dirs` config value work again. 2010-01-02 00:39:55 +01:00
Georg Brandl
2af4986e78 IE apparently does not like href=""; change this to href="#" which appears to work. 2010-01-02 00:30:42 +01:00
Georg Brandl
2e06fc6450 Add AGW. 2010-01-02 00:14:32 +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
e1e3c5bfb1 Add TOPS. 2010-01-01 23:43:27 +01:00
Georg Brandl
f0241626a1 Add Blender. 2010-01-01 23:41:30 +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
bf9c12a3e8 merge with 0.6 2009-12-31 09:49:12 +01:00
Georg Brandl
096725922a #303: `html_context values given on the command line via -A`
should not override other values given in conf.py.
2009-12-31 09:47:56 +01:00
Georg Brandl
613a4a02b7 merge with 0.6 2009-12-30 13:14:18 +01:00
Georg Brandl
93cca3d4ac #308: allow "double" as alias for "pair" in index entries. 2009-12-30 13:13:57 +01:00
Georg Brandl
54fc87e1cf merge with 0.6 2009-12-29 22:32:04 +01:00
Georg Brandl
4c19161b5a Fix a bug preventing incremental rebuilds for the `dirhtml` builder -- the
target file name wasn't determined portably between HTML builders.
2009-12-29 22:31:28 +01:00
Georg Brandl
b4ef4da181 Another try to fix docutils version differences. 2009-12-29 17:06:35 +01:00
Georg Brandl
51760a0fde Try fixing problems with docutils 0.4. 2009-12-29 12:48:48 +01:00
Georg Brandl
e5561f9b1b Add cross-reference. 2009-12-29 12:41:35 +01:00
Georg Brandl
3d5ebe126f merge with trunk 2009-12-29 12:34:11 +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
ea97a6b181 merge with 0.6 2009-12-28 19:43:55 +01:00
Georg Brandl
b45ec23724 Remove option added in docutils 0.6. 2009-12-28 19:43:45 +01:00
Georg Brandl
7605e0a44d merge with 0.6 2009-12-28 19:40:29 +01:00
Georg Brandl
654bc580d0 Fix for commit 41cb9d297064. 2009-12-28 19:39:15 +01:00
Georg Brandl
b6f9399961 Add change and author info for epub builder. 2009-12-28 19:08:32 +01:00
Georg Brandl
198013be93 Fix bug replacing 2 by its errno constant. 2009-12-28 19:03:36 +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
88e54f951b #299: Fix the mangling of quotes in "include:: :literal:" blocks. 2009-12-24 13:19:07 +01:00
Georg Brandl
64c534b03b #292: Fix path to the search index for the `dirhtml` builder. 2009-12-24 13:06:34 +01:00
Georg Brandl
0dc0837e01 #301: use errno values from errno module. 2009-12-24 12:58:53 +01:00
Georg Brandl
7698388835 Add issue number. 2009-12-23 12:00:37 +01:00
Georg Brandl
9e7c5e88c4 Fix some nits after pulling from http://bitbucket.org/howthebodyworks/sphinx/ and add changelog and authors entries. 2009-12-23 11:53:19 +01:00
Dan MacKinlay
d532fc2d9f sphinx now preserves lots of useful document metadata 2009-12-22 16:49:40 +11:00
Dan MacKinlay
55059117cb handle key ordering silliness in tests 2009-12-22 16:35:30 +11:00
Dan MacKinlay
87196a2523 working tests for docinfo metadata 2009-12-22 00:06:25 +11:00
Dan MacKinlay
eef9ea3b73 only deal with metadata in the place sphinx expects it - at the head of the document 2009-12-21 23:43:06 +11:00
Dan MacKinlay
5484efed31 using test_environment as a test example, I get closer, but it turns out that I have no metadata at all where I expect it 2009-12-21 23:40:44 +11:00
Dan MacKinlay
353a265989 attempt at test suite number 1 - this one doesn't seem to generate any metadata 2009-12-21 23:24:33 +11:00
Georg Brandl
a3f11db6b7 Add some examples. 2009-12-15 19:05:39 +01:00
Georg Brandl
98437cfd28 Fix typo. 2009-12-01 21:04:46 +01:00
Georg Brandl
c50ea5bbee Fix tabs. 2009-11-16 15:07:34 +01:00
Georg Brandl
571ebbf42b Add news entry on Jython compatibility. 2009-11-10 22:43:59 +00:00