Takayuki Shimizukawa
|
733854e121
|
* fix for Python2.5: test failed by using inspect.ArgSpec that introduced at Python-2.6.
|
2012-05-02 12:07:04 +09:00 |
|
Takayuki Shimizukawa
|
7e56be6f62
|
* fix for Python2.5: test failed by using os.path.relpath that introduced at Python-2.6.
|
2012-05-02 12:06:29 +09:00 |
|
Takayuki Shimizukawa
|
48128c7b9b
|
* fix test for Windows: test failed by test-code problem depends on os.sep.
|
2012-05-02 12:05:41 +09:00 |
|
Takayuki Shimizukawa
|
4713ca78ba
|
fix some testing.
* Python3 test support
* Specify depended library version for Python2.4, 2.5
|
2012-05-01 15:21:12 +09:00 |
|
Takayuki Shimizukawa
|
1bb4923da1
|
support multibyte filename handling.
https://bitbucket.org/birkenfeld/sphinx/issue/703
|
2012-05-01 15:13:06 +09:00 |
|
Freek Dijkstra
|
2f1f4c6be2
|
relative_uri patch. Fixes #916.
|
2012-04-28 21:03:30 +02:00 |
|
Georg Brandl
|
9af2094ca4
|
Merged in rolmei/sphinx-epub (pull request #56)
|
2012-04-11 21:35:35 +02:00 |
|
Roland Meister
|
249ee22c4d
|
the epub-cover.html template should not contain any additional blocks
|
2012-04-11 21:08:39 +02:00 |
|
Roland Meister
|
946e22ad32
|
the epub-cover.html template should not contain any additional blocks
|
2012-04-11 21:08:39 +02:00 |
|
Georg Brandl
|
b6452fe081
|
Add changelog entry for PR#54.
|
2012-03-31 07:41:39 +02:00 |
|
Espen Høgbakk
|
48b79bd0a0
|
Add norwegian bokmaal translation
|
2012-03-27 15:11:48 +02:00 |
|
Takayuki Shimizukawa
|
8b5ba50d24
|
fix wrong translation 'built-in class' for Japanese
|
2012-03-25 14:37:08 +09:00 |
|
Takayuki Shimizukawa
|
2f38109c13
|
fix wrong translation 'built-in class' for Japanese
|
2012-03-25 14:37:08 +09:00 |
|
Georg Brandl
|
fe8ed35dfb
|
Make it clearer how autodoc special comments have to be formatted.
|
2012-03-17 16:54:17 +01:00 |
|
Georg Brandl
|
1949bb17e7
|
Fixes #900: remove Nepali translations that must be wrong
|
2012-03-17 16:51:47 +01:00 |
|
ms4py
|
5b9f431fc9
|
Changed the `special-members option to behave like the members ` option.
|
2012-03-16 10:53:34 +01:00 |
|
ms4py
|
88e852aa7e
|
Create link to full size image if it is scaled with width or height.
|
2012-03-16 10:45:51 +01:00 |
|
Rob Reilink
|
f530bfdc36
|
fixed encoding for hashing functions for Python 3
|
2012-03-13 17:55:34 +01:00 |
|
Rob Reilink
|
72e48560be
|
fixed encoding for hashing functions for Python 3
|
2012-03-13 17:55:34 +01:00 |
|
Pauli Virtanen
|
da4ba903a3
|
DOC: linkcode: fix up documentation a bit
|
2012-03-11 17:55:29 +01:00 |
|
Pauli Virtanen
|
135bb6f6c8
|
ENH: add a linkcode extension
|
2012-03-11 17:48:51 +01:00 |
|
Georg Brandl
|
0c01c6e9a7
|
merge with stable
|
2012-03-10 22:24:59 +01:00 |
|
Georg Brandl
|
d83e416ecf
|
Add new changelog heading for next release
|
2012-03-10 22:23:52 +01:00 |
|
Georg Brandl
|
88a9a263e1
|
Bump version post-release.
|
2012-03-10 21:53:30 +01:00 |
|
Georg Brandl
|
38d41bdfaa
|
Added tag 1.1.3 for changeset db20c81e10dc
|
2012-03-10 21:52:55 +01:00 |
|
Georg Brandl
|
9bff8f206c
|
Fix force_decode() to work on Python 3.
|
2012-03-10 21:50:06 +01:00 |
|
Georg Brandl
|
0adcbc43af
|
Bump version to 1.1.3.
|
2012-03-10 21:42:25 +01:00 |
|
Georg Brandl
|
4cf1afb064
|
Fix code style nits.
|
2012-03-10 21:39:40 +01:00 |
|
Georg Brandl
|
c5513e960c
|
merge with stable
|
2012-03-10 21:38:29 +01:00 |
|
Georg Brandl
|
6afd9ce2d6
|
Add a comment explaining part of visit_image.
|
2012-03-10 21:29:03 +01:00 |
|
Georg Brandl
|
729565b7a9
|
Fixes #795: explain that titles on the same level as the document heading cannot be put into only directives.
|
2012-03-10 21:21:43 +01:00 |
|
Georg Brandl
|
fae8a17026
|
Fixes #836: catch AttributeError when retrieving __dict__ attribute.
|
2012-03-10 21:11:07 +01:00 |
|
Georg Brandl
|
7ecc658c71
|
Fixes #816: Fix encoding issues in the Qt help builder.
|
2012-03-10 21:02:08 +01:00 |
|
Georg Brandl
|
95f0155227
|
Fixes #873: do not raise assertion errors on empty "only" directives.
|
2012-03-10 19:36:22 +01:00 |
|
Georg Brandl
|
17591ffe93
|
Fixes #892: Fix single-HTML builder misbehaving with the master document in a subdirectory.
|
2012-03-10 19:24:03 +01:00 |
|
Georg Brandl
|
b21f7931fa
|
Add "in-development" version tag.
|
2012-03-10 19:14:46 +01:00 |
|
Georg Brandl
|
87c50b6605
|
Fixes #870: silence spurious KeyErrors when removing documents.
|
2012-03-10 19:09:01 +01:00 |
|
Georg Brandl
|
faeb371c1a
|
merge with stable
|
2012-03-10 18:57:44 +01:00 |
|
Georg Brandl
|
66ec2cff60
|
Merged in dairiki/sphinx (pull request #44)
|
2012-03-10 18:56:43 +01:00 |
|
Georg Brandl
|
1e9fce0975
|
Fixes #893: Update jquery to 1.7.1 and underscore.js to 1.3.1.
|
2012-03-10 18:20:36 +01:00 |
|
Georg Brandl
|
2e5c797802
|
Merge closed branch.
|
2012-03-10 18:14:26 +01:00 |
|
Georg Brandl
|
271e70ee8a
|
Close unused branch.
|
2012-03-10 18:14:11 +01:00 |
|
Georg Brandl
|
166c7e8d27
|
Style fixes.
|
2012-03-10 18:13:55 +01:00 |
|
Georg Brandl
|
94f8dda758
|
Merged in intgr/sphinx (pull request #45)
|
2012-03-10 18:07:16 +01:00 |
|
Charles McLaughlin
|
30b392d865
|
edited and renamed the README so it's rendered properly on Bitbucket
|
2012-03-07 14:05:47 -08:00 |
|
Georg Brandl
|
9cea222b61
|
Merged in jfinkels/sphinx/listnewdomains (pull request #43)
|
2012-03-04 10:22:23 +01:00 |
|
Robert Lehmann
|
bdd0e9baa1
|
Trigger rebuild when todo visibility is toggled (mentioned in #884).
|
2012-02-29 18:29:16 +01:00 |
|
Robert Lehmann
|
0eb8e0208e
|
Show generic admonition titles in Pyramid theme.
|
2012-02-29 18:28:22 +01:00 |
|
Robert Lehmann
|
4c32337bbf
|
Fix #884: Highlight todo admonitions differently.
|
2012-02-29 18:27:54 +01:00 |
|
Robert Lehmann
|
199e0b3325
|
Highlight generic admonitions in Pyramid theme.
|
2012-02-29 18:26:43 +01:00 |
|