Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | shimizukawa | 2014-04-29 | 1 | -2/+3 |
| | | | | refs #1350. | ||||
* | use six privided functions/classes to support py2/py3 in one source. refs #1350. | shimizukawa | 2014-04-29 | 1 | -1/+1 |
| | |||||
* | introduce the six module and reduce sphinx.util.pycompat implementation. ↵ | shimizukawa | 2014-04-29 | 1 | -4/+5 |
| | | | | refs #1350. | ||||
* | Add versionadded tags for new config values. | Georg Brandl | 2014-03-01 | 1 | -2/+2 |
| | |||||
* | Merged in kenhys/sphinx (pull request #217) | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
|\ | | | | | | | Add feature to suppress uuid/location information for message catalogs | ||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -8/+31 |
| |\ | |||||
| * | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | | | |||||
* | | | Add feature to suppress uuid/location information for message catalogs | hayashi | 2014-02-01 | 1 | -0/+2 |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | Before: default #: ../../../source/news.txt:6 # 9f62de6b9c3b477095dba5e468972e6d msgid "News" msgstr After: suppress uuid & location information msgid "News" msgstr | ||||
* | | Merge | Dmitry Shachnev | 2014-01-20 | 1 | -1/+1 |
|\ \ | |||||
| * | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | ||||
* | | | The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ↵ | Georg Brandl | 2014-01-19 | 1 | -4/+0 |
|/ / | | | | | | | ``unused_docs`` have been removed. | ||||
* | | merge with stable | Georg Brandl | 2014-01-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #1345: Fix two bugs with :confval:`nitpick_ignore`; now you don't have to | Georg Brandl | 2014-01-12 | 1 | -1/+1 |
| | | | | | | | | remove the store environment for changes to have effect. | ||||
* | | d98e70c13eff followup: only do type conversion of confoverrides if the ↵ | Georg Brandl | 2014-01-10 | 1 | -18/+24 |
| | | | | | | | | values are strings and add a test | ||||
* | | Closes #925: Allow list-typed config values to be provided on the command line, | Georg Brandl | 2014-01-10 | 1 | -1/+22 |
|/ | | | | like ``-D key=val1,val2``. | ||||
* | Merged in cancerhermit/sphinx (pull request #153) | Georg Brandl | 2013-09-16 | 1 | -0/+1 |
|\ | | | | | | | override extensions in config.py | ||||
| * | Add and document html_extra_path option. | Matthias C. M. Troffaes | 2013-08-22 | 1 | -0/+1 |
| | | |||||
* | | override extensions in config.py | cancerhermit | 2013-08-04 | 1 | -0/+2 |
|/ | |||||
* | 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. | shimizukawa | 2013-02-10 | 1 | -22/+3 |
| | |||||
* | change None to 'html' to regenerate output when the setting is changed. | WAKAYAMA Shirou | 2013-02-10 | 1 | -1/+1 |
| | |||||
* | change "epub_show_urls" option default value to 'inline'. | WAKAYAMA 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. | WAKAYAMA 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 | shimizukawa | 2012-12-10 | 1 | -0/+3 |
|\ | |||||
| * | Add Docutils-native XML and pseudo-XML builders | Jon Waltman | 2012-12-04 | 1 | -0/+3 |
| | | |||||
* | | support multibyte filename handling. | 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 | -2/+4 |
|\ | |||||
| * | merge with stable | Georg Brandl | 2012-03-10 | 1 | -0/+4 |
| |\ | |||||
| | * | 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. | ||||
| * | | 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. | ||||
* | | | Merge with arlaneenalra/sphinx | Roland Meister | 2012-02-21 | 1 | -2/+9 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge with birkenfeld/sphinx | Roland Meister | 2012-02-13 | 1 | -0/+3 |
| |\ \ | | |/ | |/| | |||||
| | * | Merge with birkenfeld/sphinx. | Roland Meister | 2011-05-23 | 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 | -0/+2 |
| | |\ \ | |||||
| | | * | | Changed new epub option rebuild parameter to 'env'. | Roland Meister | 2011-02-28 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Added epub_max_image_width configuration option. | Roland Meister | 2011-02-28 | 1 | -0/+1 |
| | | | | | |||||
| | | * | | Added epub_fix_images configuration option | Roland Meister | 2011-02-27 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | 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 |
| | |_|/ | |/| | | |||||
* | | | | Working with guides | jules | 2011-07-30 | 1 | -0/+1 |
|/ / / | |||||
* | | | Add :confval:`texinfo_show_urls`. | Jon Waltman | 2011-03-06 | 1 | -0/+1 |
|/ / | |||||
* | | #537: Added :confval:`nitpick_ignore`. | Georg Brandl | 2011-01-08 | 1 | -0/+1 |
| | |