Jonathan Waltman
55b28b0198
Fix whitespace / line length issues reported by "make test"
2012-11-03 11:04:32 -05:00
Jonathan Waltman
e1209ecd90
sphinx-build: Require Docutils >= 0.10 when running under Python >= 3.3
2012-11-03 09:52:39 -05:00
Jonathan Waltman
b057ef76ef
Require Docutils 0.10 in tox py33 test env.
2012-11-03 09:37:35 -05:00
Jonathan Waltman
2dc47649a2
Update distribute_setup.py to version 0.6.30 ( http://python-distribute.org/distribute_setup.py )
2012-11-03 07:35:20 -05:00
Robert Lehmann
c3d4887a36
Configure Travis CI.
2012-11-03 10:50:50 +01:00
Robert Lehmann
bb51110b3e
Add OpenCV.
2012-11-02 17:27:02 +01:00
Robert Lehmann
31536aafa2
Link domains provided by sphinxcontrib.
2012-11-02 16:52:55 +01:00
Robert Lehmann
edebdbbb7b
Update domains provided by sphinxcontrib.
2012-11-02 16:02:32 +01:00
Georg Brandl
1f905f121a
Fix intersphinx dictionary ordering confusion differently, as proposed by Jon.
2012-11-01 17:58:47 +01:00
Georg Brandl
00b3433b0d
merge with Takayuki's sphinx-fix-testing-fork
2012-11-01 17:56:16 +01:00
Georg Brandl
72962c99b7
Fix test_autodoc with Python 3.3, patches by Jon and Takayuki.
2012-11-01 17:52:41 +01:00
Georg Brandl
21d57d3125
Fix running tests under Python 3 without tox.
2012-11-01 17:38:22 +01:00
Takayuki Shimizukawa
ee0d0ed1fd
adjust code-comment to suitable reST format
2012-10-31 10:21:16 +09:00
Takayuki Shimizukawa
88e1bbe307
fix #1008 : fix autodoc documenter resolve ordering.
...
note: MethodDocumenter and FunctionDocumenter is same priority then
Documenter.format_signature() choice documenter is not stable
(depend on memory condition?).
2012-10-31 09:20:36 +09:00
Takayuki Shimizukawa
d51b5d5118
merge heads
2012-10-30 20:41:05 +09:00
Georg Brandl
c411b51fbb
Closes #998 : fix manpage writer in expectation of docutils 0.10 API change
2012-10-30 10:48:48 +01:00
Georg Brandl
f4cfc45319
Add a py33 environment.
2012-10-30 10:46:32 +01:00
Georg Brandl
d13c0470af
Update requirements documentation.
2012-10-30 10:24:57 +01:00
Georg Brandl
4961799528
Remove obsolete tox environments.
2012-10-30 10:22:51 +01:00
Georg Brandl
447ba07b3c
Add Istihza.
2012-10-30 10:21:53 +01:00
Georg Brandl
6f824a533d
Add Valence.
2012-10-30 10:20:59 +01:00
Georg Brandl
b40a5a0c0e
Add Turbulenz.
2012-10-30 10:20:10 +01:00
Georg Brandl
1d4c1c11f5
Add PSI4.
2012-10-30 10:19:41 +01:00
Georg Brandl
9a2760fcb1
Add DEAP.
2012-10-30 10:18:11 +01:00
Georg Brandl
cac6b44169
Add MathJax.
2012-10-30 10:11:05 +01:00
Georg Brandl
2671d55436
Update required Python to 2.5.
2012-10-30 09:55:44 +01:00
Georg Brandl
ede91a36d0
Add or-tools.
2012-10-30 08:53:41 +01:00
Georg Brandl
d769d4ae71
Change sphinx-dev to sphinx-users where applicable.
2012-10-30 08:47:20 +01:00
Takayuki Shimizukawa
d856e89a79
fix #1008 #1029 : intersphinx_mapping values are not stable if mapping have plural key/value set
2012-10-30 12:44:53 +09:00
Takayuki Shimizukawa
c1145e65ba
fix #1008 : can't get correct source code filename because all modules have '__loader__' attribute at Python-3.3.
2012-10-30 10:04:18 +09:00
Takayuki Shimizukawa
2d238baa57
fix: Pygment-1.5 can't work with Python-2.4
2012-10-29 21:38:48 +09:00
Takayuki Shimizukawa
718993afc8
fix #440 #1008 : coarse timestamp resolution in some filesystem generate wrong outdated file-list
2012-10-29 21:00:34 +09:00
Takayuki Shimizukawa
bee7f8bc39
fix test_linkcode str/bytes incompatibility at py3
2012-10-29 13:07:21 +09:00
Georg Brandl
0c02841412
Closes #1010 : Make pngmath images transparent by default; IE7+ should handle it.
2012-10-28 19:06:48 +01:00
Georg Brandl
20e5574c54
Closes #1012 : Update Estonian translation.
2012-10-28 19:03:36 +01:00
Georg Brandl
0fd6ebce62
Closes #1018 : Fix "container" directive handling in the text builder.
2012-10-28 19:01:51 +01:00
Georg Brandl
2efca93473
Closes #1028 : Fix line block output in the text builder.
2012-10-28 18:59:47 +01:00
Georg Brandl
67aa6029e8
#1015 changelog entry.
2012-10-28 18:41:21 +01:00
Georg Brandl
c573d61207
Closes #1015 : do not override the jQuery contains() function by defining our own with that name; rather use the one from Underscore.
2012-10-28 18:40:52 +01:00
Georg Brandl
f29ff1b468
merge
2012-10-28 18:35:10 +01:00
Georg Brandl
e7ba8c364d
Changelog entry for PR#25
2012-10-28 18:35:01 +01:00
Georg Brandl
cc98245c42
Some more changelog entries.
2012-10-28 18:33:09 +01:00
Georg Brandl
6ec1cb8e74
Merged in jonovik/sphinx (pull request #25 )
2012-10-28 18:26:59 +01:00
Georg Brandl
10a65f62ef
Linkcode changelog entry.
2012-10-28 18:22:53 +01:00
Georg Brandl
201883d209
Merged in pv/sphinx-work/ext-linkcode (pull request #47 )
2012-10-28 18:21:57 +01:00
Georg Brandl
8944af3642
Locale update.#
2012-10-28 18:20:00 +01:00
Georg Brandl
88dac45c9e
Fix Norwegian language code.
2012-10-28 18:19:54 +01:00
Georg Brandl
c94b2b761d
merge
2012-10-28 18:14:21 +01:00
Georg Brandl
2ea543ee2d
merge with stable
2012-10-28 18:14:11 +01:00
Georg Brandl
dd9e7b8462
Merged in siberiano/sphinx (pull request #74 )
2012-10-28 18:14:01 +01:00