Commit Graph

1490 Commits

Author SHA1 Message Date
Georg Brandl
6aff01ea31 Consistently id-escape all hypertarget names. 2010-01-17 23:23:57 +01:00
Georg Brandl
affa2e166a Consistent escaping also of docname targets. 2010-01-17 14:24:05 +01:00
Georg Brandl
8fc4896801 #321: Fix link generation in the LaTeX builder -- target names need to be escaped in references as well as definitions. 2010-01-17 14:17:23 +01:00
Georg Brandl
097810e011 #288: fix bottom margin of paragraphs in admonitions. 2010-01-17 12:18:21 +01:00
Georg Brandl
fa00d30daf Add link to rst2pdf generated version. 2010-01-12 21:11:20 +00:00
Georg Brandl
d7a4fc7660 Added tag 0.6.4 for changeset 24a206106321 2010-01-12 21:09:55 +00:00
Georg Brandl
872062f93b Prepare for release 0.6.4. 2010-01-12 20:55:59 +00:00
Georg Brandl
c2379f7c21 Remove Python 2.5ism and undefined local access. 2010-01-12 20:53:43 +00:00
Georg Brandl
1b725c3acf Fix typo. 2010-01-12 10:47:05 +00:00
Georg Brandl
43d08313a0 Improve the handling of non-Unicode strings in the configuration:
warn about non-ascii bytestrings, and give nicer messages if unicode errors
occur.
2010-01-12 10:45:38 +00:00
Georg Brandl
c8321d3020 #316: catch "broken pipe" OSErrors when communicating with graphviz; get stdout/stderr anyway. This happens e.g. when dot does not support the selected output format. 2010-01-12 09:55:07 +00:00
Georg Brandl
403b01f38b #315: update bug reporting information. 2010-01-12 09:43:34 +00:00
Georg Brandl
ebe51c181e Add a "how do I do google analytics" entry, thanks tonfa. 2010-01-07 15:33:47 +01:00
Georg Brandl
a4ca76db7e Fix long line. 2010-01-07 14:35:24 +01:00
Georg Brandl
6f1a3b5c3f Fix config value names. 2010-01-06 15:51:02 +01:00
Georg Brandl
86f0e75b75 Remove unused variable. 2010-01-06 15:43:31 +01:00
Georg Brandl
975e0175cc Restore compatibility with Pygments >= 1.2. 2010-01-06 15:42:13 +01:00
Georg Brandl
9e480add56 Remove unused statement. 2010-01-06 12:07:46 +01:00
Georg Brandl
4c47d2d8e2 #295: Fix escaping of hyperref targets in LaTeX output. 2010-01-06 11:48:25 +01:00
Georg Brandl
a5f1df6946 Mark code blocks as Python. 2010-01-03 19:38:17 +01:00
Georg Brandl
9d15d3f654 #302: Fix links generated by the `:doc:` role for LaTeX output.
For that, record the source docname in an xfileref node in node['refdoc'].
The LaTeX builder creates one big toctree out of all documents, therefore
"fromdocname" in resolve_references refers to the wrong file.
2010-01-03 16:03:08 +01:00
Georg Brandl
276fc659b0 #162: add link to sphinx.pocoo.org/latest. 2010-01-03 15:36:51 +01:00
Georg Brandl
3b1fd1fe2c Add tests for todo extension. 2010-01-03 12:39:55 +01:00
Georg Brandl
dcabce9f78 #286: collect todo nodes after the whole document has been read; this allows placing substitution references in todo items. 2010-01-03 12:36:21 +01:00
Georg Brandl
7b09f95cfa #294: do not ignore an explicit `today` config value in a LaTeX build. 2010-01-03 12:20:54 +01:00
Georg Brandl
b9294de041 The `alt` text of inheritance diagrams is now much cleaner:
it's not the graphviz code but a description "Inheritance diagram of ...".
2010-01-03 11:47:46 +01:00
Georg Brandl
0b70a32efe Ignore images in section titles when generating link captions.
(Otherwise, the "alt" text leaks into the caption, and docutils automatically
assigns an alt text to images in substitutions.)
2010-01-03 11:42:15 +01:00
Georg Brandl
6049dae619 Fix a traceback when the whole module name is stripped by a prefix in modindex_common_prefix. 2010-01-03 10:27:06 +01:00
Georg Brandl
c4cccb33ea #287: add better background color for <tt> in warnings and notes. 2010-01-02 21:20:25 +01:00
Georg Brandl
3c09b7ab8f Update check_sources; we now have 201x. 2010-01-02 21:11:23 +01:00
Georg Brandl
f4da14806c #310: support exception messages in the `testoutput blocks of the doctest` extension.
Also add minimal test cases for the doctest extension.
2010-01-02 14:59:27 +01:00
Georg Brandl
c9201f282e Add Bazaar. 2010-01-02 14:24:26 +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
f6a56192d1 Happy new year! 2010-01-01 14:09:13 +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
93cca3d4ac #308: allow "double" as alias for "pair" in index entries. 2009-12-30 13:13:57 +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
b45ec23724 Remove option added in docutils 0.6. 2009-12-28 19:43:45 +01:00
Georg Brandl
654bc580d0 Fix for commit 41cb9d297064. 2009-12-28 19:39:15 +01:00
Georg Brandl
198013be93 Fix bug replacing 2 by its errno constant. 2009-12-28 19:03:36 +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