summaryrefslogtreecommitdiff
path: root/sphinx/config.py
Commit message (Expand)AuthorAgeFilesLines
* use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-291-2/+3
* use six privided functions/classes to support py2/py3 in one source. refs #1350.shimizukawa2014-04-291-1/+1
* introduce the six module and reduce sphinx.util.pycompat implementation. refs...shimizukawa2014-04-291-4/+5
* Add versionadded tags for new config values.Georg Brandl2014-03-011-2/+2
* Merged in kenhys/sphinx (pull request #217)Georg Brandl2014-03-011-1/+1
|\
| * Update copyright year.Georg Brandl2014-03-011-8/+31
| |\
| * | Update copyright year.Georg Brandl2014-03-011-1/+1
* | | Add feature to suppress uuid/location information for message catalogshayashi2014-02-011-0/+2
| |/ |/|
* | MergeDmitry Shachnev2014-01-201-1/+1
|\ \
| * | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1
* | | The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ``un...Georg Brandl2014-01-191-4/+0
|/ /
* | merge with stableGeorg Brandl2014-01-121-1/+1
|\ \ | |/
| * #1345: Fix two bugs with :confval:`nitpick_ignore`; now you don't have toGeorg Brandl2014-01-121-1/+1
* | d98e70c13eff followup: only do type conversion of confoverrides if the values...Georg Brandl2014-01-101-18/+24
* | Closes #925: Allow list-typed config values to be provided on the command line,Georg Brandl2014-01-101-1/+22
|/
* Merged in cancerhermit/sphinx (pull request #153)Georg Brandl2013-09-161-0/+1
|\
| * Add and document html_extra_path option.Matthias C. M. Troffaes2013-08-221-0/+1
* | override extensions in config.pycancerhermit2013-08-041-0/+2
|/
* Add new setting epub_tocscope for epub builder.Roland Meister2013-03-061-0/+1
* epub_use_index instead of html_use_index for epub builder (Issue #1106)Roland Meister2013-03-061-0/+1
* Closes #1110: Add new config value texinfo_no_detailmenu and do not generate ...Jonathan Waltman2013-02-191-0/+1
* conf.py now accept CRLF end-of-line.shimizukawa2013-02-101-22/+3
* change None to 'html' to regenerate output when the setting is changed.WAKAYAMA Shirou2013-02-101-1/+1
* change "epub_show_urls" option default value to 'inline'.WAKAYAMA Shirou2013-02-091-1/+1
* add epub_show_urls option. This option is almost same as latex_show_urls.WAKAYAMA Shirou2013-02-061-0/+1
* Use default values for latex_documents, man_pages, and texinfo_documents if n...Jonathan Waltman2013-01-071-3/+18
* Closes #1067: implement pluggable search scorer and tweak scoring to give goo...Georg Brandl2013-01-041-0/+1
* Copyright update.Georg Brandl2013-01-011-1/+1
* Fix bug when loading config file (wrong path).Giovanni Bajo2012-12-141-1/+1
* merge headsshimizukawa2012-12-101-0/+3
|\
| * Add Docutils-native XML and pseudo-XML buildersJon Waltman2012-12-041-0/+3
* | support multibyte filename handling.shimizukawa2012-05-011-3/+4
|/
* Merged in rolmei/sphinx-epub (pull request #56)Georg Brandl2012-04-111-2/+4
|\
| * merge with stableGeorg Brandl2012-03-101-0/+4
| |\
| | * Add #anchor checking to 'linkcheck' builder.Marti Raudsepp2012-02-281-0/+1
| * | Fixes #875 and #876: use the right file mode to successfully read config file...Georg Brandl2012-03-101-2/+3
* | | Merge with arlaneenalra/sphinxRoland Meister2012-02-211-2/+9
|\ \ \ | | |/ | |/|
| * | Merge with birkenfeld/sphinxRoland Meister2012-02-131-0/+3
| |\ \ | | |/ | |/|
| | * Merge with birkenfeld/sphinx.Roland Meister2011-05-231-0/+1
| | |\
| | * | Added the epub theme options relbar1 and footer.Roland Meister2011-05-231-0/+1
| | * | Merge with birkenfeld/sphinx.Roland Meister2011-02-281-0/+2
| | |\ \
| | | * | Changed new epub option rebuild parameter to 'env'.Roland Meister2011-02-281-2/+2
| | | * | Added epub_max_image_width configuration option.Roland Meister2011-02-281-0/+1
| | | * | Added epub_fix_images configuration optionRoland Meister2011-02-271-0/+1
| * | | | Fix SyntaxError when conf.py includes CR characterstk0miya2011-10-221-1/+1
| * | | | Closes #561: Add configuration option to prevent catalog bundling.Robert Lehmann2011-10-031-0/+3
| * | | | Fix #649: translate default html_title. Update locale catalogs.Georg Brandl2011-09-211-1/+2
| | |_|/ | |/| |
* | | | Working with guidesjules2011-07-301-0/+1
|/ / /
* | | Add :confval:`texinfo_show_urls`.Jon Waltman2011-03-061-0/+1
|/ /
* | #537: Added :confval:`nitpick_ignore`.Georg Brandl2011-01-081-0/+1