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
4046c5f0e2
Merged in tk0miya/sphinx (pull request #268 )
...
Fix numbering section does not work at singlehtml mode (adhoc)
2014-08-18 23:10:59 +09:00
tk0miya
14107fd5de
Fix numbering section at singlehtml mode does not work for nested toctree
2014-08-18 22:06:30 +09:00
tk0miya
ba072ab903
Use config.master_doc insted of "index"
2014-08-18 21:51:49 +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
acf1276d39
ues sphinx.util.force_decode if doc is not unicode.
2014-08-15 22:21:19 +09:00
Shoji KUMAGAI
c1deefb545
add 'new in 1.3' marker
2014-08-15 16:49:11 +09:00
Shoji KUMAGAI
2ec8ddbe93
add non-minified JS file for css3-mediaqueries.js
2014-08-15 16:34:00 +09:00
Shoji KUMAGAI
babb78eccb
modify to include css3-mediaqueries.js as local static content
2014-08-15 16:14:39 +09:00
Shoji KUMAGAI
92e0c0f448
fix copyright and license
2014-08-15 16:09:03 +09:00
Shoji KUMAGAI
b71508d6fa
Add theme contents for 'bizstyle'
2014-08-15 13:38:02 +09: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
shirou
f47beb8c3f
remove unnecessary line.
2014-08-14 22:49:09 +09:00
shirou
140ea6086a
decode when reading __doc__ on inheritance_diagram.py instead of decode on graphviz.py
2014-08-14 22:43:21 +09:00
shirou
1e0fd180b1
if code is not unicode, change to unicode in ext/graphviz.py.
2014-08-14 20:31:36 +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
b8c2619858
Merged in r_rudi/sphinx (pull request #267 )
...
add 'diff' parameter to literalinclude.
2014-08-13 13:17:47 +09:00
shirou
a5add3608e
use six.string_types instead of text_types.
...
also fix import path problem.
2014-08-13 12:19:19 +09:00
shirou
7d7ba3a7c6
according to comment, move import, use six.text_type, and use 'not'.
2014-08-13 00:47:01 +09:00
tk0miya
b9aa71ec39
Update comment for adhoc changes
2014-08-12 19:47:59 +09:00
shirou
4e70d364ba
add test and document about diff params in literalinclude.
2014-08-12 14:11:54 +09:00
shirou
ea37c01552
fix encoding problem in diff param in literalinclude.
...
This commit creates read_with_encoding which read from file with encoding. It is used normal file read and also diff file read.
2014-08-12 14:11:33 +09:00
tk0miya
5725ee0e82
Fix numbering section does not work at singlehtml mode (adhoc)
2014-08-12 11:22:34 +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
shirou
6bd142c9b5
add 'diff' parameter to literalinclude.
...
This solves issue #1134 with a pygments highlighting support.
2014-08-12 00:33:28 +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
e5cb460d8b
* update old XPath notation
2014-08-11 14:19:14 +09:00
Takayuki Shimizukawa
1d65d9cdc6
rename test files
2014-08-10 23:47:27 +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
4f357d9edd
Merged in zsiddiqui2/sphinx (pull request #258 )
...
Problematic Whitespace stripped
2014-08-10 22:29:34 +09:00
Takayuki Shimizukawa
ed9de1c9e8
* provide _copy_to_temp option for TestApp()
2014-08-10 22:23:52 +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
8dcd094a30
Merged in jakobla/sphinx (pull request #263 )
...
Rewrite of C++ domain (also fixes #1013 , #1103 )
2014-08-10 20:02:37 +09:00
Jakob Lykke Andersen
e43fcfa1f4
C++, test now also work with Python 3.
2014-08-10 11:59:22 +02:00
Jakob Lykke Andersen
e65287ec9c
C++, fix cpp:parent bug and add all aliases of fundamental integer types.
2014-08-10 11:14:47 +02:00
Takayuki Shimizukawa
e19f97dae1
refactoring. remove old python related code (from sha import sha)
2014-08-10 17:01:21 +09:00
Takayuki Shimizukawa
7aed098f5d
refactoring at 37664fe44c7 is not correct. reverting. Thanks @tk0miya. refs pull request #264
2014-08-10 17:00:09 +09:00
Takayuki Shimizukawa
4b1485f421
* for PR#265: update CHANGES, small refactoring.
2014-08-10 16:53:09 +09:00
Takayuki Shimizukawa
d4da4c7f4a
Merged in tk0miya/sphinx (pull request #265 )
...
Fix could not capture caption of graphviz node by xref
2014-08-10 16:46:35 +09:00
Takayuki Shimizukawa
c3fdd2a9c3
* refactoring
2014-08-10 16:31:28 +09:00
Takayuki Shimizukawa
68949656b2
* for PR#264: update CHANGES, add tests, small refactoring.
2014-08-10 16:28:31 +09:00
Takayuki Shimizukawa
5191696c5b
Merged in tk0miya/sphinx (pull request #264 )
...
Fix could not resolve xref for figure node with :name: option
2014-08-10 14:33:27 +09:00
tk0miya
13f37e9a3b
Fix could not capture caption of graphviz node by xref
...
std domain and LaTeX writer expect figure node for capturing captions,
but graphviz directive returns graphviz node including caption attribute.
So sphinx cannot capture it on resolving xref.
This change makes graphviz directive returns figure and caption nodes in place.
2014-08-10 12:05:24 +09:00
Jakob Lykke Andersen
0de1022a78
Ooops, revert stray function renames.
2014-08-07 13:33:52 +02:00