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
Takayuki Shimizukawa
7a44d4d0eb
fix: For a apidoc -M feature, packages with empty docstring caused a syntax error. Closes #1456 .
...
# see also pull request #236
2014-05-05 12:22:58 +09:00
Takayuki Shimizukawa
82a53382d5
Fix: In python3 environment, make linkcheck cause "Can't convert 'bytes'
...
object to str implicitly" error when link target url has a hash part.
Thanks to Jorge_C. Closes #1457
2014-05-04 00:43:50 +09:00
Takayuki Shimizukawa
5c6d6c8e24
Add Python-3.4 support
2014-05-01 20:54:41 +09:00
Takayuki Shimizukawa
8f69e25c85
* Fix: autosummary does not create the description from attributes docstring. Closes #1444
2014-04-11 23:38:37 +09:00
Georg Brandl
41580fc373
merge with stable
2014-03-25 10:27:36 +01:00
Georg Brandl
53abebda69
Closes #636 : Keep straight single quotes in literal blocks in the LaTeX build.
2014-03-25 10:26:20 +01:00
Georg Brandl
18755458a1
merge with stable
2014-03-25 09:31:44 +01:00
Takayuki Shimizukawa
43a9881c4b
Fix i18n: missing python domain's cross-references with currentmodule directive or currentclass directive. refs #1363
...
* node attributes 'py:module', 'py:class' is provided from environment (e.x. currentmodule directive is provided on previous line, not on node)
* Because translation nodes are parsed in independently, 'provided attributes by environment' are not exist.
* For a pending_xref nodes, all attributes of a translated xref node should be same as original xref node in current test cases.
* For the above reasons, I overwrite all attributes from origonal node to new translated xref node.
2014-03-23 23:01:15 +09:00
Takayuki Shimizukawa
b751d5db52
Fix: Generated i18n sphinx.js files are missing message catalog entries from '.js_t' and '.html'. The issue was introduced from Sphinx-1.1. Closes #1419
2014-03-21 10:58:41 +09:00
Georg Brandl
afd6c0b28d
Merged in shibu/sphinx/add_stemmer (pull request #214 )
2014-03-04 19:10:19 +01:00
Georg Brandl
cae4910527
Post-release bump.
2014-03-02 08:47:18 +01:00
Georg Brandl
6a9fca835c
Bump to 1.2.2.
2014-03-02 08:41:38 +01:00