Georg Brandl
439018a4e6
merge heads
2014-09-17 12:24:13 +02:00
Georg Brandl
9f0afa534d
Exception logs now contain the last 10 messages emitted by Sphinx.
2014-09-17 12:22:14 +02:00
Georg Brandl
02901ae02f
Merged in gerardmp/sphinx/gerardmp/added-libreoffice-extension-to-the-exten-1410948858630 (pull request #289 )
...
Added "libreoffice" extension to the extension list
2014-09-17 12:20:45 +02:00
Gerard Marull Paretas
424a6b572b
Added "libreoffice" extension to the extension list
2014-09-17 10:14:25 +00:00
tk0miya
873efc5358
Fix #1512 env.record_dependency crashes on multibyte directories
2014-09-15 22:10:13 +09:00
Georg Brandl
bf6f5acd2c
add distribution possibility
2014-09-14 17:26:13 +00:00
Georg Brandl
18ec1d79d3
Merged in hickford/sphinx-1/hickford/add-instructions-how-to-install-sphinx-t-1410715164407 (pull request #287 )
...
Add instructions how to install Sphinx to top of tutorial
2014-09-14 19:24:45 +02:00
Georg Brandl
8b76c848d1
Merged in hickford/sphinx/hickford/explain-how-to-install-sphinx-with-pip-r-1410714824122 (pull request #286 )
...
Explain how to install Sphinx with pip (rather than easy_install). Fixes #1447
2014-09-14 19:24:03 +02:00
Matt Hickford
f5567e03fa
Add instructions how to install Sphinx to top of tutorial
2014-09-14 17:19:32 +00:00
Matt Hickford
580458fce1
Explain how to install Sphinx with pip (rather than easy_install). Fixes #1447
2014-09-14 17:13:52 +00:00
Nathan Goldbaum
7a2e5a0c93
Test for subclasses of docutils node types when screening searchindex
2014-09-12 19:31:44 -07:00
Takayuki Shimizukawa
7b9c9586bd
sphinx.application.Sphinx.add_search_language raises AssertionError for correct type of argument. Closes #1563
2014-09-09 17:27:00 +09:00
Georg Brandl
90c7adba6d
rename "literal.inc.orig", too easy to delete together with other merge backup files
2014-09-07 15:28:58 +02:00
Georg Brandl
3645481458
merge with stable
2014-09-07 15:26:06 +02:00
Georg Brandl
294c83d8f0
Closes #1561 : fix typo and indentation.
2014-09-07 15:24:50 +02:00
Georg Brandl
ec329d54f2
Add extension version check ability with new config value "needs_extensions".
2014-09-04 08:57:36 +02:00
Georg Brandl
fc680f1e25
Return version from setup() for all sphinx.ext extensions.
2014-09-03 16:39:30 +02:00
Georg Brandl
b6594d18d1
Add support for extensions to declare their version as a string returned from setup().
2014-09-03 16:27:15 +02:00
Takayuki Shimizukawa
c884bfacab
Post-release bump.
2014-09-02 00:16:50 +09:00
Takayuki Shimizukawa
7207b614b6
merge with stable
2014-09-02 00:11:32 +09:00
Takayuki Shimizukawa
2b7b519280
Added tag 1.2.3 for changeset 1aecc0bb5db6
2014-09-02 00:02:11 +09:00
Takayuki Shimizukawa
b4620a3888
Bump to 1.2.3.
2014-09-01 23:20:28 +09:00
Takayuki Shimizukawa
b7629471e5
run make check
and correct errors.
2014-09-01 23:16:54 +09:00
Guillem Barba
24c5eb6e9c
Add unit test for new env-read-docs event
2014-09-01 09:19:43 +02:00
Takayuki Shimizukawa
0eab4c72f0
suggested by birkenfeld, it's great honor to me :)
2014-08-31 00:42:08 +09:00
Takayuki Shimizukawa
463a039957
less markup for README.rst, less emoticon for official.
2014-08-31 00:38:11 +09:00
Takayuki Shimizukawa
5bf58f34a4
revert 53a9c95c86f0 for this file. "the changelog gets too cluttered with all the names; people read the changelog mostly because they want to know the changes."
2014-08-31 00:33:35 +09:00
Takayuki Shimizukawa
3deed9c531
Remove some co-maintainers who has no commit after 2012/10/30.
2014-08-31 00:21:46 +09:00
Takayuki Shimizukawa
0cfb00db79
Add documentation to make contribution easier.
2014-08-31 00:02:01 +09:00
Takayuki Shimizukawa
9acf2527ce
fix for py3 support
2014-08-30 20:57:06 +09:00
Takayuki Shimizukawa
d11267b205
Merge with stable
2014-08-30 20:20:19 +09:00
Takayuki Shimizukawa
45cfb42864
Add source comment to explain why is the second argument (msgnode) not needed. Refs #1300 , 8d51df20d4
2014-08-30 16:13:11 +09:00
Takayuki Shimizukawa
f99e077dd4
Add documentation for supported image types and choosing priority for each builders. refs #1358 .
2014-08-29 23:14:12 +09:00
Takayuki Shimizukawa
ad69dadd14
Now Sphinx exits with non-zero status code if builder status is not success. Closes #508 .
2014-08-29 01:14:54 +09:00
Takayuki Shimizukawa
f190de75cd
Fix: pgen2 tokenizer doesn't recognize ...
literal (Ellipsis for py3). Closes #1547
...
I think pgen2 code derived from lib2to3 package. Basically, the package only support python2 code then it doesn't recognize `...` literal.
2014-08-28 22:41:52 +09:00
Takayuki Shimizukawa
e9aae6563d
Fix: footnotes from table get displayed twice in LaTeX. To fix this, restoring footnote support hotfix for tabulary.sty that had been lost at f938a95 for #949 . Closes #1522
2014-08-26 22:37:18 +09:00
Takayuki Shimizukawa
438f9fe3de
make text
generate wrong table when it has empty table cells. Closes #1544
2014-08-26 20:52:02 +09:00
Takayuki Shimizukawa
13bbf44d87
Update CHANGES for pull request #258 , #939 . dedent
feature has been merged. Closes #939
2014-08-26 09:51:21 +09:00
Takayuki Shimizukawa
8f7936d75c
* gettext does not extract nodes.line in a table or list. Closes #1477
2014-08-26 01:39:26 +09:00
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