Takayuki Shimizukawa
c4c126edd8
refactoring
2014-08-26 00:29:29 +09:00
Takayuki Shimizukawa
edef36ceaf
remove custom_fixers from MANIFEST.in. that directory already removed at 47baff4
2014-08-25 16:35:38 +09:00
Takayuki Shimizukawa
0321402c9e
pull request #130 has been merged by hand.
2014-08-25 13:37:18 +09:00
Takayuki Shimizukawa
1ad7ea01ba
Update for pull request #282 .
2014-08-24 21:08:30 +09:00
tk0miya
0780d8ca04
Fix tests has broken by changset:bb0211a65072
2014-08-24 19:40:32 +09:00
Takayuki Shimizukawa
b6ad264787
Update CHANGES for pull request #281 .
2014-08-24 15:52:49 +09:00
tk0miya
b17320ee1e
Fix cannot capture title of literal_block node by xref
2014-08-24 14:33:56 +09:00
tk0miya
08cf46cbc9
Fix #1509 TODO extension not compatible with websupport
...
websupport assigns UID to every node on reading phase and reads it
on writing phase.
but `todolist` directive generates new paragraph node on resolving phase.
This problem will occur any extensions that generate paragraph nodes
on resolving phase.
This fix changes websupport ignores paragraph node not having UIDs.
2014-08-24 12:28:37 +09:00
Takayuki Shimizukawa
a2410ec2ee
Update CHANGES and documentation for PR#266.
2014-08-24 11:07:36 +09:00
Takayuki Shimizukawa
8536b4844e
Merged in tk0miya/sphinx (pull request #266 )
...
Rename :filename: option of code-block directive to :caption:
2014-08-24 11:02:36 +09:00
Takayuki Shimizukawa
0633892fde
Update CHANGES for pull request #275 , #1537 ; sphinx.ext.intersphinx supports multiple target for the inventory.
2014-08-23 12:07:59 +09:00
Takayuki Shimizukawa
aa744dda97
Merged in bsipocz/sphinx (pull request #275 )
...
Adding the option of multiple inv for the same name & uri
2014-08-23 11:50:18 +09:00
Takayuki Shimizukawa
70fd3c6d31
:confval:templates_path
is automatically added to :confval:exclude_patterns
to avoid reading autosummary rst templates in the templates directory. Closes #1543
2014-08-23 09:04:21 +09:00
Takayuki Shimizukawa
799ae87ce0
fix fc1901d for py3, again. and add 2 assertions
2014-08-22 13:01:11 +09:00
Takayuki Shimizukawa
2987330a11
fix fc1901d for py3
2014-08-22 12:39:42 +09:00
Takayuki Shimizukawa
e8b870de0c
:mod:~sphinx.ext.viewcode
support imported function/class aliases. Closes #623
2014-08-22 11:38:56 +09:00
Brigitta Sipocz
64b915bdbe
fix typo
2014-08-21 12:50:21 +01:00
Brigitta Sipocz
452f59af0e
Addressing comment and adding docs
2014-08-21 12:47:32 +01:00
Takayuki Shimizukawa
de0b87be3e
update CHANGES for pull request #278
2014-08-21 14:54:06 +09:00
Takayuki Shimizukawa
956430c3f7
Merged in tk0miya/sphinx (pull request #278 )
...
Fix section entries were shown twice if toctree has been put under only directive
2014-08-21 14:53:14 +09:00
Takayuki Shimizukawa
2c032f2988
update CHANGES for pull request #277 , #1513
2014-08-21 14:17:04 +09:00
tk0miya
65be2792a8
Do not highlight function pointers if unexpected tokens found
2014-08-21 13:30:25 +09:00
tk0miya
2ccdebf5d9
Fix RuntimeError with numbered circular toctree
2014-08-21 09:54:57 +09:00
tk0miya
ba5a42c504
Ignore "self" and URL in toctree
2014-08-21 09:54:57 +09:00
tk0miya
7f9b6b73ed
Fix section entries were shown twice if toctree has been put under only directive
2014-08-21 09:51:15 +09:00
tk0miya
4e0053cceb
Fix #1513 highlights for function pointers in argument list of c:function
2014-08-20 19:30:19 +09:00
Takayuki Shimizukawa
7f33951fce
Update CHANGES for pull request #276 , #1381 .
2014-08-20 12:38:09 +09:00
tk0miya
dd8a02d5e1
Fix #1381 :rfc: and :pep: roles support custom link text
2014-08-20 12:27:08 +09:00
tk0miya
95fc3ce888
Backed out changeset 177fce4ba59c
2014-08-20 12:21:18 +09:00
tk0miya
3c1067c038
Fix #1381 :rfc: and :pep: roles support custom link text
2014-08-20 12:19:12 +09:00
tk0miya
3c8bc8f5fd
Merge upstream changes
2014-08-20 10:05:58 +09:00
Takayuki Shimizukawa
f14f77688a
update CHANGES for pull request #269 , #1476 .
2014-08-20 06:49:39 +09:00
Takayuki Shimizukawa
4be8071639
Merged in tk0miya/sphinx (pull request #269 )
...
Fix #1476 replace <tt> tag by <code>
2014-08-20 06:45:18 +09:00
Takayuki Shimizukawa
38fcb0956f
* fix a310af0 to add missing pt_PT, vi locales. refs #1403 .
2014-08-20 06:25:55 +09:00
Takayuki Shimizukawa
6882a9dcb3
update CHANGES for pull request #274 .
2014-08-20 06:16:02 +09:00
Takayuki Shimizukawa
f68c3b1caf
Merged in tk0miya/sphinx (pull request #274 )
...
Set its URL as a default title value if URL appears in toctree
2014-08-20 06:14:15 +09:00
Takayuki Shimizukawa
307e580300
update CHANGES for pull request #273 , #1536
2014-08-20 06:04:10 +09:00
Takayuki Shimizukawa
a2a39cefe8
Merged in tk0miya/sphinx (pull request #273 )
...
Fix RuntimeError with numbered circular toctree. Closes #1536
2014-08-20 06:01:27 +09:00
Brigitta Sipocz
6617e7cf08
fix indent
2014-08-19 20:12:45 +01:00
Brigitta Sipocz
35e10b6a30
#1537 : Adding the option of multiple inv for the same name & uri
2014-08-19 18:56:47 +01:00
tk0miya
876d593764
Optimize marking docnames as assigned
2014-08-20 01:23:36 +09:00
tk0miya
7db168416b
Set its URL as a default title value if URL appears in toctree
2014-08-20 01:00:29 +09:00
Takayuki Shimizukawa
94686aa044
remove callable
helper because 'callable' has been resurrected from py32.
2014-08-19 23:02:45 +09:00
tk0miya
137de0ddc8
Mark master_doc as assigned numbers
2014-08-19 11:02:24 +09:00
tk0miya
57cc7dfa05
Fix RuntimeError with numbered circular toctree
2014-08-19 10:44:09 +09:00
Takayuki Shimizukawa
9404f633d4
fix for py26.
2014-08-19 06:59:45 +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
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