Daniel Neuhäuser
7ecdad4bbe
Automated merge with ssh://bitbucket.org/birkenfeld/sphinx
2010-08-10 17:25:01 +02:00
Georg Brandl
bd950c3bb4
Fix test_config under 2.x.
2010-08-10 17:16:49 +02:00
Daniel Neuhäuser
53920deb3e
Delete remaining files in the _build directory
2010-08-10 15:22:42 +02:00
Daniel Neuhäuser
c614ba995d
Fixed algorithm test_insert passes now and everything seems to be working fine
2010-08-10 15:22:11 +02:00
Daniel Neuhäuser
805c2c405e
Automated merge with ssh://bitbucket.org/birkenfeld/sphinx
2010-08-10 12:27:51 +02:00
Daniel Neuhäuser
828ad48e3d
Initial version tracking implementation
2010-08-10 12:25:48 +02:00
Georg Brandl
861941e5f1
merge with 1.0
2010-08-05 16:20:12 +02:00
Georg Brandl
df107e70f8
Allow breaking long signatures, continuing with backlash-escaped newlines.
2010-08-05 16:03:36 +02:00
Georg Brandl
8c91fb78ce
#484 : Fix crash when duplicating a parameter in an info field list.
...
Problem was that the :type: info nodes were inserted twice into the
doctree, which led to inconsistencies when reference nodes were resolved.
2010-08-05 12:53:05 +02:00
Georg Brandl
01c501054e
#480 : Fix handling of target naming in intersphinx.
2010-08-05 11:58:43 +02:00
Georg Brandl
0e84c75822
Improve support for automatic 2to3 conversion of config files. It now kicks in whenever the original file raises SyntaxErrors on compiling.
2010-07-31 19:47:15 +02:00
Georg Brandl
67ffb9bf54
Fix raw_input which is not converted by 2to3 if not called.
2010-07-28 20:24:35 +02:00
Georg Brandl
c683c6ed83
Add some changes not picked up in the transplantation process.
2010-07-28 19:49:06 +02:00
Georg Brandl
5a28ae4686
Add some tests for docfields.
2010-07-27 19:19:29 +02:00
Georg Brandl
3b64ec2a2e
Now that the expected warnings are regexes, diffing them with the actual output makes no sense anymore.
2010-07-27 19:07:51 +02:00
Georg Brandl
4a400034d9
This apparently fixes a failing test in Gentoo.
2010-07-27 17:52:57 +02:00
Georg Brandl
0aafe2ac1d
Further fix for intersphinx labels, add test cases for that.
2010-07-27 13:20:58 +02:00
Georg Brandl
e3f47a800a
Actually test the JSON builder.
2010-07-25 14:50:47 +02:00
Georg Brandl
23971336b7
Fix :guilabel: unescaping, and make some tests actually run.
2010-07-21 11:33:24 +01:00
Daniel Neuhäuser
2cbaded701
Add test for oldcmarkup warning
2010-07-02 16:44:05 +02:00
Georg Brandl
7c7d3f4010
Added `exclude argument to :func:.autodoc.between`. From http://bitbucket.org/mfperzel/sphinx-additions .
2010-06-12 18:16:18 +02:00
Georg Brandl
dd4f973221
merge with 0.6
2010-06-03 17:25:16 +02:00
Georg Brandl
af51c2f7bb
Make test suite work with docutils from trunk: they emit a line number for a warning where 0.6 doesnt.
2010-06-03 17:21:33 +02:00
Georg Brandl
35f0b555a4
The `toctree callable in templates now accepts a titles_only` keyword argument.
2010-05-30 13:16:26 +02:00
Georg Brandl
f3c706edae
The `include` directive now supports absolute paths, which are interpreted as relative to the source directory.
2010-05-30 12:59:42 +02:00
Georg Brandl
3bd9e4617e
Add a test for absolute image filenames.
2010-05-30 12:47:17 +02:00
Georg Brandl
57c438be4f
Test references to figures and tables by caption.
2010-05-30 12:42:05 +02:00
Daniel Neuhäuser
6f982283ed
Fixed a testcase in response to issue #415 which is failing as of revision a854e3d2ca07
2010-05-30 04:47:28 +02:00
Daniel Neuhäuser
625127fd63
Fix SyntaxError in config generated by quickstart and the quickstart test
2010-05-28 04:08:15 +02:00
Georg Brandl
b621cfaec1
Unify version_info checks.
2010-07-28 19:36:57 +02:00
Georg Brandl
0d4c3a31b6
#426 : Fix encoding issues when saving/loading intersphinx inventories.
2010-05-26 19:51:09 +02:00
Georg Brandl
d3d93a54f0
Test the viewcode extension; decode the source files before highlighting them.
2010-05-26 19:29:44 +02:00
Georg Brandl
8bcf1f4511
Fix long line.
2010-05-25 00:50:15 +02:00
Georg Brandl
4d0facf1e1
Add the "oldcmarkup" extension, to help migrating to 1.0.
2010-05-24 15:12:27 +02:00
Georg Brandl
0238e83013
Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the external/internal distinction code)
...
In HTML output, references now get the class ``internal`` if they are internal to the whole project, as opposed to internal to the current page.
The ``menuselection`` and ``guilabel`` roles now support ampersand accelerators.
2010-05-24 12:57:07 +02:00
Georg Brandl
5b7e794e2b
#413 : Added a way for intersphinx to refer to named labels in other
...
projects, and to specify the project you want to link to.
2010-05-23 13:06:01 +02:00
Georg Brandl
ecb75bd0d2
merge with 0.6
2010-05-22 14:19:33 +02:00
Georg Brandl
529d3f5329
#404 : Make `\and work properly in the author field of the latex_documents` setting.
2010-05-22 14:15:39 +02:00
Georg Brandl
8cb5a02312
Give a binary document name.
2010-07-28 19:27:45 +02:00
Daniel Neuhäuser
ddeb627cef
Don't use (in this case) unnecessary python2 unicode literals
2010-07-11 12:24:50 +02:00
Daniel Neuhäuser
7acfe972a4
Fixed test_env.test_images test for python3
2010-07-11 11:32:16 +02:00
Daniel Neuhäuser
23af2ea875
Provided a working fix for the remaining errors in the test suite
2010-07-11 01:05:27 +02:00
Daniel Neuhäuser
839cc5aaeb
Revert changes from the last commit which caused problems with 2.x
2010-07-11 00:57:08 +02:00
Daniel Neuhäuser
a7ca488a8e
Removed XMLParser._fixtext which fixes several errors in the test suite
2010-07-10 19:47:32 +02:00
Daniel Neuhäuser
37db093428
the test suite now runs on ubuntu, hopefully also debian and other system
2010-06-22 22:49:58 +02:00
Georg Brandl
3002eb391f
Make string contents nongreedy.
2010-07-28 19:15:04 +02:00
Daniel Neuhäuser
98b6073a7e
Fixed warnings in python3
2010-06-20 22:39:38 +02:00
Daniel Neuhäuser
710a7d75a1
Fix warning for bytestrings with non-ascii content for python3
2010-06-20 19:34:49 +02:00
Daniel Neuhäuser
0780242572
Fixed the coverage extension test as well as the coverage extension itself for python3
2010-06-19 19:58:28 +02:00
Daniel Neuhäuser
1f5c4e6c9c
make doctest work with python2 and python3
2010-06-19 21:50:00 +02:00