Takayuki Shimizukawa
|
f14f77688a
|
update CHANGES for pull request #269, #1476.
|
2014-08-20 06:49:39 +09:00 |
|
Takayuki Shimizukawa
|
6882a9dcb3
|
update CHANGES for pull request #274.
|
2014-08-20 06:16:02 +09:00 |
|
Takayuki Shimizukawa
|
307e580300
|
update CHANGES for pull request #273, #1536
|
2014-08-20 06:04:10 +09:00 |
|
Takayuki Shimizukawa
|
60911efe05
|
Merge with tip
|
2014-08-18 23:20:42 +09:00 |
|
Takayuki Shimizukawa
|
53fad89482
|
Update CHANGES for pull request #268. closes #743.
|
2014-08-18 23:16:26 +09:00 |
|
Takayuki Shimizukawa
|
544e73602c
|
merge with stable
|
2014-08-15 22:47:00 +09:00 |
|
Georg Brandl
|
3d9f6e1dc4
|
changelog entry for bizstyle theme.
|
2014-08-15 15:33:08 +02:00 |
|
Takayuki Shimizukawa
|
b5f351064c
|
* importing the pull request #270 change to stable: Non-ASCII docstring cause UnicodeDecodeError when uses with inheritance-diagram directive. Thanks to WAKAYAMA shirou. Closes #1533
|
2014-08-15 00:31:21 +09:00 |
|
Takayuki Shimizukawa
|
d01efde712
|
update CHANGES
|
2014-08-13 13:46:53 +09:00 |
|
Takayuki Shimizukawa
|
3c4939fea2
|
update CHANGES
|
2014-08-13 13:46:30 +09:00 |
|
Takayuki Shimizukawa
|
caf687d379
|
* add support docutils-0.12
|
2014-08-12 06:45:38 +09:00 |
|
Takayuki Shimizukawa
|
954869df26
|
merge with stable
|
2014-08-12 06:42:57 +09:00 |
|
Takayuki Shimizukawa
|
e984e381e8
|
* On Python3 environment, docutils.conf with 'source_link=true' in the general section cause type error. Closes #1531
|
2014-08-12 00:11:23 +09:00 |
|
Takayuki Shimizukawa
|
d40c786538
|
* tiny update for changes
|
2014-08-12 00:09:50 +09:00 |
|
Takayuki Shimizukawa
|
8b60f04431
|
* adding new sphinx supported system languages. closes #1403.
* update all catalogs from transifex.
|
2014-08-11 21:57:06 +09:00 |
|
Takayuki Shimizukawa
|
d39327d539
|
* for pull request #258: update CHANGES, add tests, add a document and refactoring.
|
2014-08-10 23:03:02 +09:00 |
|
Takayuki Shimizukawa
|
14353b30c2
|
for pull request #263, update CHANGES, fix for py26, fix for pep8.
|
2014-08-10 22:05:05 +09:00 |
|
Takayuki Shimizukawa
|
4b1485f421
|
* for PR#265: update CHANGES, small refactoring.
|
2014-08-10 16:53:09 +09:00 |
|
Takayuki Shimizukawa
|
68949656b2
|
* for PR#264: update CHANGES, add tests, small refactoring.
|
2014-08-10 16:28:31 +09:00 |
|
Takayuki Shimizukawa
|
f7399a261a
|
Add app.set_translator() API to register or override a Docutils translator class like :confval:html_translator_class.
|
2014-08-05 00:18:54 +09:00 |
|
Takayuki Shimizukawa
|
2e1c16486c
|
* fix code to pass test, add versionadded to doc, update CHANGES for pull request #229
|
2014-08-03 19:19:31 +09:00 |
|
Takayuki Shimizukawa
|
e0ce77db1b
|
* update CHANGES for pull request #260
|
2014-08-03 17:45:21 +09:00 |
|
Takayuki Shimizukawa
|
721e4ad5a0
|
* update CHANGES for pull request #255
|
2014-08-03 16:42:28 +09:00 |
|
Takayuki Shimizukawa
|
eaed3ca9f1
|
Automatically compile `*.mo files from *.po` files.
|
2014-08-03 16:22:08 +09:00 |
|
Takayuki Shimizukawa
|
da4c67e2a3
|
When specifying toctree :numbered: option and :tocdepth: metadata, sub section number that is larger depth than :tocdepth: is shrinked. Closes #1251.
|
2014-08-02 18:10:41 +09:00 |
|
Takayuki Shimizukawa
|
8aa302f46c
|
Using same word before.
|
2014-07-26 07:19:40 +02:00 |
|
Takayuki Shimizukawa
|
4fcb3f4f7f
|
sphinx-apidoc command now have a --version option to show version information and exit. closes #1518
|
2014-07-25 23:33:57 +02:00 |
|
Takayuki Shimizukawa
|
da20c3713b
|
merge with stable
|
2014-07-13 11:43:12 +09:00 |
|
Takayuki Shimizukawa
|
269421bc58
|
* Fix: Non-ASCII filename raise exception on make singlehtml, latex, man, texinfo and changes. Closes #1508
|
2014-07-13 10:44:48 +09:00 |
|
Takayuki Shimizukawa
|
91709946d6
|
* Fix: py:function directive generate incorrectly signature when specifying a default parameter with an empty list []. Closes #1503
|
2014-07-12 20:50:15 +09:00 |
|
Takayuki Shimizukawa
|
0fc0ccfa4d
|
* sync message text in Makefile/make.bat and make-mode.
* update CHANGES for adding coverage targets.
|
2014-07-05 09:30:11 +09:00 |
|
Takayuki Shimizukawa
|
c8e0a8759d
|
Update documentation and sphinx-build -N option behavior for windows color console support. closes #1291.
|
2014-07-05 01:39:13 +09:00 |
|
Takayuki Shimizukawa
|
6ab7a2cbec
|
Windows color console support. update for pull request #252.
|
2014-07-05 01:16:33 +09:00 |
|
Takayuki Shimizukawa
|
4d69072f44
|
* Fix: autodoc, autosummary: importing setup.py will invoke setup process and execute sys.exit(). Now sphinx avoids SystemExit exception and emits warnings without unexpected termination. Closes #1226
|
2014-07-05 00:11:59 +09:00 |
|
Takayuki Shimizukawa
|
b3aa4aa81b
|
* In autodoc, fix display of parameter defaults containing backslashes. Closes #1502
|
2014-07-02 00:09:11 +09:00 |
|
Takayuki Shimizukawa
|
f781f55b28
|
* With non-callable setup in a conf.py, now sphinx-build emits user-friendly error message. Closes #1499
|
2014-06-30 22:54:28 +09:00 |
|
Takayuki Shimizukawa
|
ff8ce91f77
|
* Fix: autosummary can't handle nested classes correctly. Closes #1441
|
2014-06-21 17:05:31 +09:00 |
|
EricFromCanada
|
4883e1eba2
|
more corrections for spelling and grammar
|
2014-06-19 12:14:47 -04:00 |
|
Takayuki Shimizukawa
|
0fb938ad38
|
* add test and code comment for pull request #157
|
2014-06-14 17:03:57 +09:00 |
|
Takayuki Shimizukawa
|
fb2c15eaa7
|
* fix again for mathjax secure url. refs #1459.
|
2014-06-11 23:03:00 +09:00 |
|
Takayuki Shimizukawa
|
74fbd611ab
|
merge with stable
|
2014-06-09 22:45:05 +09:00 |
|
Takayuki Shimizukawa
|
1d742bdcf5
|
* Fix exception on Python3 if nonexistent method is specified by automethod. Closes #1467
|
2014-06-09 01:43:34 +09:00 |
|
Takayuki Shimizukawa
|
52331a04c3
|
* Provide non-minified JS files for jquery.js and underscore.js to clarify the source of the minified files. refs #1434.
|
2014-06-07 18:32:56 +09:00 |
|
Takayuki Shimizukawa
|
f3df14965e
|
update CHANGES for #1459,PR#244 mathjax http:// url.
|
2014-06-05 18:07:27 +09:00 |
|
Takayuki Shimizukawa
|
9ebee01d19
|
* update CHANGES and fix for py3-compat for pull request #241. Closes #1466
|
2014-05-28 00:14:50 +09:00 |
|
Takayuki Shimizukawa
|
6746c83a18
|
* Drop Python-3.2. And now, removing 2to3 mechanism procedure has been completed. Closes #1350.
Pygments-2.0 will drop Python-3.2.
The snowballstemmer package that is referred from sphinx-1.3 (that is merged at pull request #214) has not supported Python-3.2.
We decided to drop the Python-3.2.
see also https://bitbucket.org/birkenfeld/sphinx/pull-request/243/native-py2-py3-support-without-2to3-refs
|
2014-05-27 23:17:36 +09:00 |
|
Takayuki Shimizukawa
|
a335414b81
|
Merged in shimizukawa/sphinx-py3-native (pull request #243)
native py2/py3 support without 2to3. refs #1350
|
2014-05-27 23:01:35 +09:00 |
|
Takayuki Shimizukawa
|
191f29279f
|
Merged in davidjb/sphinx/tag-documentation (pull request #240)
Add clarification about the syntax of tags
|
2014-05-12 11:16:13 +09:00 |
|
David Bernard
|
7f78995d06
|
Expand tag documentation to include syntax requirements
|
2014-05-12 12:04:16 +10:00 |
|
Takayuki Shimizukawa
|
187431b8ea
|
update CHANGES for string length of the websupport db schema.
|
2014-05-05 16:21:32 +09:00 |
|