Roland Meister
004d706004
Added epub_cover configuration option.
2010-08-06 22:50:41 +02:00
Roland Meister
7cbe0588a9
Added new config parameter epub_tocdup.
2010-07-10 16:33:43 +02:00
Georg Brandl
74e791301d
Complete comment.
2010-06-20 18:29:47 +02:00
Georg Brandl
7df8430f2e
Merge with http://bitbucket.org/chrism/sphinx/ , add latex_show_pagrefs/latex_show_urls config values.
2010-05-24 15:59:05 +02:00
Georg Brandl
0f2a0381ba
Rename default_domain to primary_domain; give it special semantics.
2010-05-23 16:48:54 +02:00
Georg Brandl
28b337dd0c
merge
2010-04-18 09:41:44 +02:00
Georg Brandl
63289cba33
Rename rst_prologue to rst_prolog and document it.
2010-04-07 13:03:34 +02:00
Georg Brandl
d7f1aeba8c
Review changes from http://bitbucket.org/tpowers/sphinx/ and add docs.
2010-04-07 13:02:03 +02:00
tpowers
68fd75f536
Implemented rst_prologue conf.py option.
2010-03-30 05:13:42 -07:00
tpowers
ff3707e2a5
Implemented html_compact_lists conf.py option. Normally True. When False,
...
"simple" item lists are not compacted. See
http://docutils.sourceforge.net/FAQ.html#how-are-lists-formatted-in-html .
Bullet lists like the "Indices and Tables" section look odd when they are
not compacted. Therefore specially change any bullet list that only has
paragraph's with pending_xrefs to use compact paragraphs instead.
Implemented secnumber_suffix conf.py option. Default is '. '. Section
numbers look better if changed to u'\u00a0\u00a0'.
2010-03-28 19:07:14 -07:00
Georg Brandl
3d01c2c95f
#282 : Added a "nitpicky" mode that emits warnings for all missing references.
...
It is activated by the ``-n`` command-line switch or the ``nitpicky`` config value.
2010-02-28 12:13:55 +01:00
Georg Brandl
121b864f31
Add manual page writer.
2010-02-21 11:50:08 +01:00
Georg Brandl
454ecf80a4
Make the concept of "module index" generalized to domains. As a side-effect, the latex modindex is no longer generated by LaTeX.
2010-02-20 01:13:23 +01:00
Georg Brandl
68ecaea045
merge with trunk
2010-02-19 10:36:59 +01:00
Georg Brandl
3c89a7475b
merge with http://bitbucket.org/rolmei/sphinx-epub/ .
2010-02-19 10:20:07 +01:00
Georg Brandl
baf0087f3a
merge with trunk
2010-01-17 18:29:16 +01:00
Georg Brandl
5a9a454631
Added `needs_sphinx
config value and
Sphinx.require_sphinx
` application API function.
2010-01-17 18:24:35 +01:00
Georg Brandl
bacb6435e4
merge with trunk
2010-01-17 17:52:51 +01:00
Georg Brandl
1ec19290e1
Rename os to osutil, thanks to relative imports.
2010-01-17 17:49:01 +01:00
Georg Brandl
b0e2c44dc8
merge with trunk
2010-01-17 17:43:33 +01:00
Georg Brandl
c5d67b0321
Refactor util package.
2010-01-17 17:35:12 +01:00
Georg Brandl
5d40d8bd63
merge with trunk
2010-01-17 14:24:24 +01:00
Georg Brandl
a7d9a4894b
merge with 0.6
2010-01-12 23:40:26 +00:00
Georg Brandl
c2379f7c21
Remove Python 2.5ism and undefined local access.
2010-01-12 20:53:43 +00:00
Georg Brandl
8bb4d4320d
merge with 0.6
2010-01-12 10:47:29 +00:00
Georg Brandl
43d08313a0
Improve the handling of non-Unicode strings in the configuration:
...
warn about non-ascii bytestrings, and give nicer messages if unicode errors
occur.
2010-01-12 10:45:38 +00:00
Roland Meister
0a1f09c9cf
Added the epub_tocdepth configuration option.
2010-01-09 11:19:41 +01:00
Georg Brandl
b1c937f0d9
merge with trunk (not working perfectly yet)
2010-01-07 21:41:03 +01:00
Georg Brandl
ab7ac64e1a
Add new universal config value `exclude_patterns
`, with glob-style exclude patterns.
...
This makes the old ``unused_docs``, ``exclude_trees`` and ``exclude_dirnames`` obsolete.
2010-01-06 15:48:39 +01:00
Georg Brandl
c3c3f739af
Remove the deprecated `exclude_dirs
` config value.
2010-01-06 15:54:34 +01:00
Georg Brandl
faeec5cbbb
merge with trunk
2010-01-02 21:03:56 +01:00
Georg Brandl
47ccbccc62
merge with 0.6
2010-01-01 14:10:48 +01:00
Georg Brandl
f6a56192d1
Happy new year!
2010-01-01 14:09:13 +01:00
Georg Brandl
f3a2854ba9
merge with trunk
2009-12-31 18:40:58 +01:00
Georg Brandl
24fb46226f
Review of epub builder. Add a separate "epub_theme" config value for selecting a different theme.
2009-12-29 12:32:42 +01:00
Roland Meister
706e12da65
Initial import from local repository
2009-12-28 17:09:09 +01:00
Pauli Virtanen
8122339c95
Add GNOME Devhelp builder
2009-06-27 19:49:51 +03:00
Georg Brandl
041d7c37a5
#116 : Added `html_output_encoding
` config value.
2009-06-16 22:19:51 +02:00
Georg Brandl
0ed845462f
#169 : Added the `trim_doctest_flags
` config value, which is true by default.
2009-06-16 21:53:53 +02:00
Georg Brandl
c8e8b1bfd4
Use a new "lazy" gettext function instead of using dummy _() to help text extraction.
2009-07-03 13:34:08 +02:00
Georg Brandl
5c6697e69f
Fix some oversights.
2009-06-29 17:16:05 +02:00
Georg Brandl
ebcf18d9c3
Added the `latex_docclass
` config value and made the "twoside"
...
documentclass option overridable by "oneside".
2009-06-04 17:50:37 +02:00
Georg Brandl
df75924602
merge with 0.6
2009-05-31 18:59:36 +02:00
Georg Brandl
92eef1b2e5
Set the default encoding to `utf-8-sig
` to handle files with a
...
UTF-8 BOM correctly.
2009-05-31 18:58:28 +02:00
Georg Brandl
b349660d95
Add html_show_copyright config val, patch by Wojtek Walczak.
2009-04-09 19:04:44 +00:00
Georg Brandl
7073a5bd2c
The new `latex_additional_files
` config value can be used to
...
copy files (that Sphinx doesn't copy automatically, e.g. if they
are referenced in custom LaTeX added in ``latex_elements``) to
the build directory.
2009-02-20 11:20:15 +01:00
Georg Brandl
4c81b055c8
Added an `only
` directive that can selectively include text
...
based on enabled "tags". Tags can be given on the command
line. Also, the current builder output format (e.g. "html" or
"latex") is always a defined tag.
2009-02-19 21:56:34 +01:00
Georg Brandl
d4f5796f3b
The HTML builder now stores a small file named `.buildinfo
` in
...
its output directory. It stores a hash of config values that
can be used to determine if a full rebuild needs to be done (e.g.
after changing ``html_theme``).
2009-02-19 16:15:36 +01:00
Georg Brandl
d5ea00899c
Change html_collapse_toctree setting to an argument of the toctree() callable.
2009-02-16 00:08:08 +01:00
Georg Brandl
c3e13cfa9a
Add theming test suite, fix a few bugs and doc problems.
2009-02-15 16:10:10 +01:00