Georg Brandl
bbd315b82e
merge with stable
2014-11-07 15:03:06 +01:00
Georg Brandl
fa09ec000f
Fix :confval:autodoc_docstring_signature
not working with signatures
...
in class docstrings.
2014-11-07 15:01:10 +01:00
Georg Brandl
0889073f35
merge with stable
2014-11-06 21:26:10 +01:00
Georg Brandl
5d9d802272
Closes #1619 : missing in_production_list check for latex writer
2014-11-06 21:26:00 +01:00
Georg Brandl
5edd1fcad8
Announce used Python version when running tests.
2014-11-06 09:12:51 +01:00
Georg Brandl
e6fa449e85
Add a basic test for sphinx.apidoc.
2014-11-06 09:11:20 +01:00
Georg Brandl
db57e82afe
Stop removing temporary test data after tests.
2014-11-06 09:10:32 +01:00
Georg Brandl
d06ede265d
Merge with stable.
2014-11-04 08:52:17 +01:00
Georg Brandl
fdeaff759a
Closes #1611 : actually use "argv" argument again in cmdline.main.
2014-11-04 08:51:40 +01:00
Takayuki Shimizukawa
9bd306840f
change a link for documentation translation page: from 1.2 to 1.3
2014-11-04 10:27:53 +09:00
Takayuki Shimizukawa
2710f705a1
fix: support python versions.
2014-10-30 10:13:54 +09:00
Takayuki Shimizukawa
dc482fd247
use reference to python 3.4 for intersphinx
2014-10-30 10:08:33 +09:00
Takayuki Shimizukawa
4dd1c538d5
Fix #1610 : Sphinx cause AttributeError when MeCab search option is enabled and python-mecab is not installed.
2014-10-29 01:08:47 +09:00
Takayuki Shimizukawa
6227082061
add a example.
2014-10-28 21:24:21 +09:00
Takayuki Shimizukawa
5bd2143fd0
enable sphinx.ext.viewcode for sphinx doc itself
2014-10-28 13:45:27 +09:00
tk0miya
88103c112a
Fix #1603 :numref: doesn't work correctly when label contain underscore
...
If label contains underscore, the underscores are replaced with hyphens on normalization.
:numref: confuses the normalization with explicit notation.
This fix uses `target` variable insted of labelid to check the role is explicit or not.
2014-10-27 11:02:54 +09:00
Georg Brandl
b5430045ae
copyright year update
2014-10-24 07:45:57 +02:00
Georg Brandl
96ce3b1374
Closes #1597 : Added possibility to return a new template name from html-page-context
.
2014-10-23 07:58:23 +02:00
Takayuki Shimizukawa
8b2f784dad
Merged in westurner/sphinx-1/westurner/doc-invocationrst-sphinxapidoc-m-option-1413253549167 (pull request #308 )
...
DOC: invocation.rst: sphinx-apidoc -M option
2014-10-22 00:24:48 +09:00
Georg Brandl
5729afdba5
Closes #1593 : fix quickstart -F.
2014-10-20 08:24:01 +02:00
Georg Brandl
165db545ef
Closes #1602 : allow overriding lambda values with strings
2014-10-20 08:23:18 +02:00
Georg Brandl
5fedc69fec
Guard against sys.exit() called while exec()ing the conf.py file.
2014-10-19 21:25:45 +02:00
Takayuki Shimizukawa
0d379f1613
improve css for figure
2014-10-20 00:36:00 +09:00
Takayuki Shimizukawa
8800192419
improve css for numfig caption
2014-10-20 00:35:34 +09:00
Takayuki Shimizukawa
7db1820d78
update CHANGES for pull request #311
2014-10-19 12:57:12 +09:00
shirou
00f62168b5
fix sphinx-quickstart does not work on python 3.4.
2014-10-18 22:09:20 +09:00
Georg Brandl
e2a5298f1f
Merged in westurner/sphinx/westurner/doc-glossary-markup-ref (pull request #310 )
...
DOC: Add reference to markup/para.rst#glossary-directive from markup/inline.rst
2014-10-18 09:02:18 +02:00
Wes Turner
5fb0c374e9
DOC: Add reference to markup/para.rst#glossary-directive from markup/inline.rst
2014-10-18 01:59:13 -05:00
Wes Turner
6bbd4c00d5
DOC: invocation.rst: sphinx-apidoc -M option
2014-10-14 02:25:56 +00:00
Takayuki Shimizukawa
215c4c01c8
bump version
2014-10-09 15:37:33 +00:00
Takayuki Shimizukawa
62dfb76fac
Added tag 1.3b1 for changeset 701b48f97a37
2014-10-09 15:31:26 +00:00
Takayuki Shimizukawa
1323770863
release 1.3b1
2014-10-09 15:05:46 +00:00
Takayuki Shimizukawa
d289870f48
rename numfig_prefix
to numfig_format
. later is better for the purpose.
2014-10-10 00:19:17 +09:00
Takayuki Shimizukawa
6261c8b68d
Use universal wheel package. removing build directory procedure is not needed anymore.
2014-10-10 00:01:57 +09:00
Takayuki Shimizukawa
da651089e7
fix trailing space and long line
2014-10-09 23:53:33 +09:00
Takayuki Shimizukawa
95ada28440
update locales
2014-10-09 22:57:43 +09:00
Takayuki Shimizukawa
1173b5daaa
fix i18n.
...
* in some languages the form of "this" changes depending on the following noun
2014-10-09 22:57:25 +09:00
Takayuki Shimizukawa
20d55bd5b6
fix: remove alert() from bizstyle js.
...
change: overkilled breadcrumb stripping.
2014-10-09 22:41:32 +09:00
Takayuki Shimizukawa
4aa4d08a0a
merge with stable
2014-10-09 22:05:20 +09:00
Takayuki Shimizukawa
857422eb67
update CHANGES for pull request #303 , pull request #307 .
2014-10-09 21:53:09 +09:00
Takayuki Shimizukawa
1ff5ffe1ed
Merged in tk0miya/sphinx (pull request #307 )
...
Add frame to code-block in LaTeX
2014-10-09 21:31:28 +09:00
Takayuki Shimizukawa
2826af738d
Merged in tk0miya/sphinx (pull request #303 )
...
Add :numref: role to refer figures, tables and code-blocks by its fignum
2014-10-09 19:45:50 +09:00
tk0miya
83e8bbf58b
Add docs about :numref: role
2014-10-09 19:31:36 +09:00
tk0miya
e32883433a
Update docs by reviewing
2014-10-09 01:41:51 +09:00
Takayuki Shimizukawa
b9a39f0ea0
Merged in shimizukawa/sphinx (pull request #305 )
...
gettext speed-up. closes #1426
2014-10-09 00:59:39 +09:00
Takayuki Shimizukawa
27f89b9e99
fix documentation for websupport.
2014-10-09 00:57:01 +09:00
Takayuki Shimizukawa
ab91342bb1
fix testing for jQuery-1.11.1
2014-10-09 00:56:26 +09:00
tk0miya
f51b945d89
Add frame to code-block in LaTeX
2014-10-08 21:52:33 +09:00
Takayuki Shimizukawa
90e9957240
fix grammar by review
2014-10-08 21:36:33 +09:00
tk0miya
18051a5110
Add docs about confval for numfig
2014-10-08 11:03:14 +09:00