Commit Graph

4256 Commits

Author SHA1 Message Date
Georg Brandl
ec453b94e7 Small changelog fixes/reordering. 2013-09-16 08:47:41 +02:00
Georg Brandl
dd2de96498 Small consistency fix for timestamp tzoffset calculation. 2013-09-16 08:28:47 +02:00
Georg Brandl
8519d70489 merge with stable 2013-09-16 08:24:54 +02:00
Georg Brandl
48ea7a5fe2 we will not do a 1.1.4 2013-09-16 08:24:33 +02:00
Georg Brandl
908db10899 Avoid some pyflakes false positives. 2013-09-16 08:22:38 +02:00
Georg Brandl
7a1a7c60f3 merge with stable 2013-09-16 08:21:44 +02:00
Georg Brandl
4d8672fe56 Update EXAMPLES, thanks to juh. 2013-09-16 08:09:08 +02:00
Georg Brandl
e5492756cb Update the changelog. 2013-09-16 08:00:03 +02:00
Georg Brandl
ff33545457 Closes #1159: do not emit duplicate inventory entries for py:module objects.
Also add a workaround on the consumer side in intersphinx, so that links
to projects using old versions of Sphinx generate correct links.
2013-09-16 07:54:12 +02:00
Georg Brandl
a58c1332ff Closes issue #1242: make it clearer that "translations not available" means only for the built-in messages, and special-case English. 2013-09-16 07:26:46 +02:00
Georg Brandl
6be087fbe1 merge 2013-09-16 05:18:04 +02:00
Georg Brandl
4b3a0b677d Add the cover of the Learning Sphinx book as an image. 2013-09-16 05:17:38 +02:00
Georg Brandl
900c50dd92 merge with stable 2013-09-16 05:10:27 +02:00
Georg Brandl
3541cef023 Update link to Japanese translation of the docs, and a link to the new OReilly book. 2013-09-16 05:09:05 +02:00
Georg Brandl
895c0c1195 Merged in cancerhermit/sphinx (pull request #153)
override extensions in config.py
2013-09-16 04:35:00 +02:00
Georg Brandl
8b85355a22 Fix new html_extra_path option for singlehtml builder. 2013-09-16 04:33:02 +02:00
Georg Brandl
7c7c5af02a Merged in mcmtroffaes/sphinx-html-extra-path (pull request #158)
Add html_extra_path option to copy additional files ad verbatim to the output root folder.
2013-09-16 04:28:22 +02:00
Georg Brandl
e732807869 Merged in JonnyJD/sphinx/autodoc_novalue (pull request #109)
feature: autodoc: add :annotation: option for autodata and autoattribute
2013-09-16 04:25:53 +02:00
Georg Brandl
5f4ace9ace Do not use footnotesize for table entries. 2013-09-16 04:20:34 +02:00
Georg Brandl
b672e51f0e merge with regrebo/sphinx (PR#151) 2013-09-16 04:15:41 +02:00
Georg Brandl
078e9bfb51 Merged in sahchandler/sphinx (pull request #155)
Add support for C++11 member function ref-qualifiers and C++03 volatile member function ref-qualifier
2013-09-16 04:00:07 +02:00
Georg Brandl
0597b0f948 merge with masklinn/sphinx (PR#132: update JQuery to 1.8.3) 2013-09-16 03:54:18 +02:00
Georg Brandl
b00b53613e Merged in lidavidm/sphinx (pull request #160)
Sidebar: correctly restores open/closed state
2013-09-16 03:50:41 +02:00
Georg Brandl
d521ebf93e Fixup docfield example usage. 2013-09-16 03:51:02 +02:00
Kevin Burke
8faf315643 Add more inline examples
The idea is to show off all of the supported functionality of Sphinx
autodocs for domains in the given example. I always get confused about
the format for raised exceptions, etc. It would be great if this was a
little bit more of a comprehensive reference.
2013-09-05 09:52:54 -07:00
David Li
edb8bda9dd Sidebar: strip spaces from cookie key
This ensures the sidebar will correctly restore its open/closed
state.
2013-08-31 16:56:08 +00:00
Matthias C. M. Troffaes
af73fc486e Actual implementation. 2013-08-22 09:30:25 +01:00
Matthias C. M. Troffaes
e20c82a277 Test that extra entries are in outdir. 2013-08-22 09:24:00 +01:00
Matthias C. M. Troffaes
28873bfa6a Set up initial test. 2013-08-22 09:20:47 +01:00
Matthias C. M. Troffaes
57aceed4ed Add and document html_extra_path option. 2013-08-22 08:51:06 +01:00
Roland Meister
88c72be190 Add warning for unusual chars in filenames. Closes #1199 2013-08-10 15:36:05 +02:00
Roland Meister
2f18f710f7 Unify usage of os.path/path in EpubBuilder. 2013-08-10 15:10:20 +02:00
Roland Meister
548325c4e9 Avoid confusing PIL warning for vector graphics (epub builder). 2013-08-10 15:06:06 +02:00
Roland Meister
f010460438 Unify exceptions caught in EpubBuilder.copy_image_files 2013-08-10 14:20:21 +02:00
Takayuki Shimizukawa
dfd9f1cdc8 Sphinx generates broken ePub on Windows. Closes #1232 2013-08-10 18:25:28 +09:00
Tres Walsh
829a5150da Add support for C++11 member function ref-qualifiers and C++03 volatile member function ref-qualifier
Specifically, support for the following has been added:

 * rvalue reference for *this
 * volatile
 * override keyword support

Additionally support for '= default' and '= delete' has been added.

Several tests have also been added to test_cpp_domain.py to insure that these features actually work.
2013-08-07 09:24:32 -07:00
cancerhermit
b368e1e6ee Merged in cancerhermit/fix-override-extensions-in-configpy-1375648717102 (pull request #1)
override extensions in config.py
2013-08-05 10:51:13 +04:00
cancerhermit
cd3d3d2180 override extensions in config.py 2013-08-04 20:41:34 +00:00
Takayuki Shimizukawa
04d22a53d5 support parallel testing with detox 2013-07-27 16:15:36 +09:00
Takayuki Shimizukawa
91ef671ea9 Add test for docutils.conf and prevent 'html4css1.css' missing warning.
Now --embed-stylesheet option default become false.
2013-07-27 14:13:15 +09:00
Takayuki Shimizukawa
fa7fe88d74 Add some URLs to example list. 2013-07-27 00:40:08 +09:00
Takayuki Shimizukawa
f26de54a12 Support docutils.conf 'writers' and 'html4css1 writer' section by html writer.
latex, manpage and texinfo writers support 'writers' section.
2013-07-26 23:23:46 +09:00
Takayuki Shimizukawa
72a6bfde28 add docutils-0.11 for testing 2013-07-25 00:26:43 +00:00
Takayuki Shimizukawa
d23387d82e for testing: change docutils version spec 0.10.0 -> 0.10 2013-07-25 00:24:19 +00:00
Takayuki Shimizukawa
d9f5439ffe fix: broken document format (rst) 2013-07-14 14:43:21 +09:00
Lennart Regebro
f76644fae3 Table improvements in latex:
- The table headers now use header fonts.
- The hlines are in better places.
2013-07-12 23:02:06 +02:00
Takayuki Shimizukawa
a8282e2291 Merged in ericholscher/sphinx (pull request #150)
A pull request with some developer documentation updates
2013-07-12 08:49:13 +09:00
Eric Holscher
f62a28d805 Add link to referenced docutils docs. 2013-07-11 13:30:17 -07:00
Takayuki Shimizukawa
33c9e1fb28 Fix i18n: gettext did not translate admonition directive's title. Closes #1206 2013-07-03 08:19:10 +00:00
Eric Holscher
ec494bec07 Add documentation to the undocumented builder methods. 2013-07-02 22:58:34 -07:00