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
3b1fd1fe2c
Add tests for todo extension.
2010-01-03 12:39:55 +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
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
b45ec23724
Remove option added in docutils 0.6.
2009-12-28 19:43:45 +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
f04ca65690
Fix "fixed" descriptor handling, and add tests.
2009-10-25 11:26:10 +01:00
Georg Brandl
5e439cbbb5
#196 : Add a warning if an extension module doesn't have a `setup()` function.
2009-06-15 17:31:29 +02:00
Georg Brandl
137db91d77
When highlighting Python code, ignore extra indentation before
...
trying to parse it as Python.
2009-06-04 18:21:26 +02:00
Georg Brandl
501adbdb6f
#191 : Don't escape the tilde in URIs in LaTeX.
2009-06-04 18:11:17 +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
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
224104724a
#178 : apply `add_function_parentheses` config value to C functions as promised.
2009-05-22 18:53:58 +02:00
Georg Brandl
b4365ad72b
#173 : Respect the docutils `title` directive.
2009-05-17 19:15:28 +02:00
Georg Brandl
ef01782f42
#157 : fix make check.
2009-05-10 20:59:08 +02:00
Georg Brandl
ba0039cc4d
Bring some more sanity into quickstart validators.
2009-04-29 12:26:38 +02:00
Georg Brandl
248dcaea2c
Fix test suite failures when Pygments is not available.
2009-04-07 21:50:14 +02:00
Georg Brandl
8f44464e3b
Fix the fix of #127 to actually work.
2009-03-24 11:15:24 +00:00
Georg Brandl
1878c02078
Restore 2.4 compatibility and fix removing the generated file properly.
2009-03-16 23:46:58 +01:00
Georg Brandl
ef98b65f29
Do proper cleanup of generated files.
2009-03-16 23:30:17 +01:00
Georg Brandl
32800b1762
Fix test_env.
2009-03-16 22:47:52 +01:00
Georg Brandl
df6b2001ed
Fix test suite for docutils 0.4.
2009-03-16 22:37:38 +01:00
Georg Brandl
03c95bbc6e
Fix test_env.
2009-03-16 12:07:23 +01:00
Georg Brandl
5ea87fd6c4
Fix autosummary test suite.
2009-03-16 11:41:35 +01:00
Georg Brandl
9d0a9f3f41
Fix the test suite.
2009-03-16 11:24:19 +01:00
Georg Brandl
e517911ac3
Autodoc can now exclude single members from documentation
...
via the ``exclude-members`` option.
2009-03-15 23:52:48 +01:00
Georg Brandl
9f12d678aa
Fix test.
2009-03-15 19:55:48 +01:00
Georg Brandl
cc8030b074
Fix test_env after update() API change.
2009-03-15 19:04:02 +01:00
Georg Brandl
1861a9ec5d
Add autosummary to tests.
2009-03-15 19:02:37 +01:00
Georg Brandl
0d75f37e23
Make WARNING the default warning prefix.
2009-03-05 10:06:18 +01:00
Georg Brandl
51265dfe3f
#114 : Added an `abbr` role to markup abbreviations and acronyms.
2009-03-05 09:48:55 +01:00
Georg Brandl
b244dbf9b5
Use standard `file:line: warning: message` format for warning messages.
2009-03-05 09:21:35 +01:00
Georg Brandl
fb511a015a
Paths to literal include files and download files can now be absolute too.
2009-02-24 13:38:15 +01:00
Georg Brandl
9618b0c78a
Add makefile target for easy test coverage checking.
2009-02-22 19:00:36 +01:00
Georg Brandl
7792e27030
#10 : implement HTML section numbering.
2009-02-22 15:22:23 +01:00
Georg Brandl
bc9a351853
Fix the serializing and changes builders, and really test them.
2009-02-21 17:17:21 +01:00
Georg Brandl
2ba9ec3456
More generator tests.
2009-02-21 17:16:56 +01:00
Georg Brandl
7073a5bd2c
The new `latex_additional_files` config value can be used to
...
copy files (that Sphinx doesn't copy automatically, e.g. if they
are referenced in custom LaTeX added in ``latex_elements``) to
the build directory.
2009-02-20 11:20:15 +01:00
Georg Brandl
98311e1779
Forgot ifconfig.
2009-02-20 10:45:24 +01:00
Georg Brandl
5b1415d16a
Fix #103 : add all (usable) builtin extensions to quickstart.
2009-02-20 10:43:56 +01:00
Georg Brandl
a43b651804
Make "make check" happy.
2009-02-19 23:31:34 +01:00
Georg Brandl
bd5eb9f417
Fix a bug in FilenameUniqDict that led to test failures.
2009-02-19 22:36:00 +01:00
Georg Brandl
8bf6fa5a74
Make the HTML xpath tests generator tests.
2009-02-19 22:12:47 +01:00
Georg Brandl
4c81b055c8
Added an `only` directive that can selectively include text
...
based on enabled "tags". Tags can be given on the command
line. Also, the current builder output format (e.g. "html" or
"latex") is always a defined tag.
2009-02-19 21:56:34 +01:00
Georg Brandl
a06813c4ae
Test add_description_unit in test suite.
2009-02-18 22:12:03 +01:00
Georg Brandl
6bfed75113
Add more stuff to the autodoc test document, and fix two bugs.
2009-02-18 21:14:14 +01:00
Georg Brandl
298ea6ea5b
SVG images are now supported in HTML (via `<object> and <embed>` tags).
2009-02-18 00:52:12 +01:00
Georg Brandl
0b28b3e6f6
Switch copyright and license tags to single style. Add contributor
...
names in AUTHORS instead, and add the license of etree13 to
LICENSE.
2009-01-03 11:57:07 +01:00