Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | override extensions in config.py | cancerhermit | 2013-08-04 | 1 | -0/+2 | |
| | | ||||||
* | | Add and document html_extra_path option. | Matthias C. M. Troffaes | 2013-08-22 | 1 | -0/+1 | |
|/ | ||||||
* | Add new setting epub_tocscope for epub builder. | Roland Meister | 2013-03-06 | 1 | -0/+1 | |
| | | | | The new setting replaces the old heuristic that was never that good. | |||||
* | epub_use_index instead of html_use_index for epub builder (Issue #1106) | Roland Meister | 2013-03-06 | 1 | -0/+1 | |
| | | | | | | The change adds the method get_builder_config. This allows use of the option epub_use_index instead of html_use_index for epub output. | |||||
* | Closes #1110: Add new config value texinfo_no_detailmenu and do not generate ↵ | Jonathan Waltman | 2013-02-19 | 1 | -0/+1 | |
| | | | | detailed menus for non-"Top" nodes. | |||||
* | conf.py now accept CRLF end-of-line. | Takayuki Shimizukawa | 2013-02-10 | 1 | -22/+3 | |
| | ||||||
* | change None to 'html' to regenerate output when the setting is changed. | shirou | 2013-02-10 | 1 | -1/+1 | |
| | ||||||
* | change "epub_show_urls" option default value to 'inline'. | shirou | 2013-02-09 | 1 | -1/+1 | |
| | | | | This keeps the current behaviour. | |||||
* | add epub_show_urls option. This option is almost same as latex_show_urls. | shirou | 2013-02-06 | 1 | -0/+1 | |
| | ||||||
* | Use default values for latex_documents, man_pages, and texinfo_documents if ↵ | Jonathan Waltman | 2013-01-07 | 1 | -3/+18 | |
| | | | | not set in conf.py. | |||||
* | Closes #1067: implement pluggable search scorer and tweak scoring to give ↵ | Georg Brandl | 2013-01-04 | 1 | -0/+1 | |
| | | | | good results. Patch by Hernan Grecco. | |||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | Fix bug when loading config file (wrong path). | Giovanni Bajo | 2012-12-14 | 1 | -1/+1 | |
| | ||||||
* | merge heads | Takayuki Shimizukawa | 2012-12-10 | 1 | -0/+3 | |
|\ | ||||||
| * | Add Docutils-native XML and pseudo-XML builders | Jonathan Waltman | 2012-12-04 | 1 | -0/+3 | |
| | | ||||||
* | | support multibyte filename handling. | Takayuki Shimizukawa | 2012-05-01 | 1 | -3/+4 | |
|/ | | | | https://bitbucket.org/birkenfeld/sphinx/issue/703 | |||||
* | Merged in rolmei/sphinx-epub (pull request #56) | Georg Brandl | 2012-04-11 | 1 | -0/+1 | |
|\ | ||||||
| * | Merge with arlaneenalra/sphinx | Roland Meister | 2012-02-21 | 1 | -0/+1 | |
| |\ | ||||||
| | * | Working with guides | jules | 2011-07-30 | 1 | -0/+1 | |
| | | | ||||||
* | | | merge with stable | Georg Brandl | 2012-03-10 | 1 | -2/+3 | |
|\ \ \ | ||||||
| * | | | Fixes #875 and #876: use the right file mode to successfully read config ↵ | Georg Brandl | 2012-03-10 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | files under 2.x and 3.x. | |||||
| * | | | Fix SyntaxError when conf.py includes CR characters | tk0miya | 2011-10-22 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Add #anchor checking to 'linkcheck' builder. | Marti Raudsepp | 2012-02-28 | 1 | -0/+1 | |
| |/ / |/| | | | | | | | | This requires us to download the document and parse its HTML. | |||||
* | | | Merge with birkenfeld/sphinx | Roland Meister | 2012-02-13 | 1 | -2/+6 | |
|\ \ \ | ||||||
| * | | | Fix SyntaxError when conf.py includes CR characters | tk0miya | 2011-10-22 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Closes #561: Add configuration option to prevent catalog bundling. | Robert Lehmann | 2011-10-03 | 1 | -0/+3 | |
| | | | ||||||
| * | | Fix #649: translate default html_title. Update locale catalogs. | Georg Brandl | 2011-09-21 | 1 | -1/+2 | |
| |/ | ||||||
* | | Merge with birkenfeld/sphinx. | Roland Meister | 2011-05-23 | 1 | -0/+1 | |
|\ \ | |/ | ||||||
| * | Add :confval:`texinfo_show_urls`. | Jonathan Waltman | 2011-03-06 | 1 | -0/+1 | |
| | | ||||||
* | | Added the epub theme options relbar1 and footer. | Roland Meister | 2011-05-23 | 1 | -0/+1 | |
| | | ||||||
* | | Merge with birkenfeld/sphinx. | Roland Meister | 2011-02-28 | 1 | -14/+55 | |
|\ \ | |/ | ||||||
| * | #537: Added :confval:`nitpick_ignore`. | Georg Brandl | 2011-01-08 | 1 | -0/+1 | |
| | | ||||||
| * | #516: Added new value of the :confval:`latex_show_urls` option to show the ↵ | Georg Brandl | 2011-01-06 | 1 | -1/+1 | |
| | | | | | | | | URLs in footnotes. | |||||
| * | Get rid of the "v". | Georg Brandl | 2011-01-06 | 1 | -1/+1 | |
| | | ||||||
| * | merge with bb+http://jonathanj/sphinx | Georg Brandl | 2011-01-04 | 1 | -0/+1 | |
| |\ | ||||||
| | * | Implement "man_show_urls" configuration option to show the URL after ↵ | Jonathan Jacobs | 2010-10-24 | 1 | -0/+1 | |
| | | | | | | | | | | | | external references in manpages. | |||||
| * | | #209: Added :confval:`text_newlines` and :confval:`text_sectionchars` config ↵ | Georg Brandl | 2011-01-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | values. | |||||
| * | | #273: Add an API for adding full-text search support for languages other ↵ | Georg Brandl | 2011-01-04 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | than English. Add support for Japanese. Based on the implementation by SHIBUKAWA Yoshiki in https://bitbucket.org/shibu/sphinx/. | |||||
| * | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | #472: linkcheck builder: Check links in parallel, use HTTP HEAD requests and ↵ | Georg Brandl | 2011-01-04 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | allow configuring the timeout. New config values: :confval:`linkcheck_timeout` and :confval:`linkcheck_workers`. | |||||
| * | | | Remove html_permalink_text again and give meaning to html_add_permalinks. | Georg Brandl | 2010-12-11 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | #559 Add `html_permalink_text` confval | Daniel Neuhäuser | 2010-12-01 | 1 | -0/+1 | |
| | |/ | |/| | ||||||
| * | | #521: Added :confval:`linkcheck_ignore` config value. | Georg Brandl | 2010-10-22 | 1 | -0/+3 | |
| | | | ||||||
| * | | Update config for Texinfo | Jonathan Waltman | 2010-09-16 | 1 | -0/+6 | |
| | | | ||||||
| * | | merge with http://bitbucket.org/rolmei/sphinx-epub/ | Georg Brandl | 2010-08-26 | 1 | -0/+1 | |
| |\ \ | ||||||
| * | | | Docstring harmonization. | Georg Brandl | 2010-08-22 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | Improve support for automatic 2to3 conversion of config files. It now kicks ↵ | Georg Brandl | 2010-07-31 | 1 | -15/+22 | |
| | | | | | | | | | | | | | | | | in whenever the original file raises SyntaxErrors on compiling. | |||||
| * | | | Run 2to3 on config files which contain Python 2.x unicode literals. | Georg Brandl | 2010-07-30 | 1 | -9/+18 | |
| | | | | ||||||
| * | | | Mode "Ub" does not exist. | Georg Brandl | 2010-07-28 | 1 | -1/+1 | |
| | | | |