summaryrefslogtreecommitdiff
path: root/sphinx/config.py
Commit message (Expand)AuthorAgeFilesLines
* refs #1781: Setting `html_domain_indices` to a list raises a type check warni...shimizukawa2015-03-171-0/+6
* pep8 fixesGeorg Brandl2015-03-081-11/+10
* Fix flake8.Georg Brandl2015-03-081-2/+1
* Merge branch 'apple-help' of git://github.com/al45tair/sphinxGeorg Brandl2015-03-081-1/+32
|\
| * Added some additional configuration variables for Apple Help.Alastair Houghton2015-01-151-2/+5
| * Altered the way we use applehelp_locale slightly. Also altered its default s...Alastair Houghton2015-01-141-1/+1
| * Added code signing support. Improved error handling. Fixed handle_finish to...Alastair Houghton2015-01-141-2/+11
| * More changes for Apple Help support.Alastair Houghton2015-01-131-2/+3
| * Added initial Apple help support.Alastair Houghton2015-01-131-0/+18
* | Change the source parsers feature a bit:Georg Brandl2015-03-081-1/+1
* | Add support for per-suffix parsersMatthew Woehlke2015-02-281-0/+1
* | Merge branch 'source_suffix'shimizukawa2015-02-271-1/+3
|\ \
| * | source_suffix can now be a list.Georg Brandl2015-02-081-1/+3
| |/
* | refs #1346. Add new default theme.shimizukawa2015-02-241-1/+1
* | Closes #1227: Add `html_auto_image_link` config option to conf.py, to control...shimizukawa2015-02-221-0/+1
* | The ``gettext_enables`` config value has been renamed to `gettext_additional_...shimizukawa2015-02-221-1/+1
|/
* Add highlight_options configuration valueEricFromCanada2015-01-051-0/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Fix type checking for subclass scenarios.Robert Lehmann2014-11-051-3/+3
* | Remove references to outdated warning category.Robert Lehmann2014-10-311-1/+1
* | Checked configuration values for their types. Fixes #1150.Robert Lehmann2014-10-301-2/+25
* | Closes #1602: allow overriding lambda values with stringsGeorg Brandl2014-10-201-2/+4
* | Guard against sys.exit() called while exec()ing the conf.py file.Georg Brandl2014-10-191-0/+5
* | rename `numfig_prefix` to `numfig_format`. later is better for the purpose.Takayuki Shimizukawa2014-10-101-1/+1
* | Merged in shimizukawa/sphinx (pull request #305)Takayuki Shimizukawa2014-10-091-1/+1
|\ \
| * | Incompatibility. Now :confval:`gettext_uuid` is set False by default. If Fals...Takayuki Shimizukawa2014-10-051-1/+1
* | | Include placeholder in numfig prefix i18n strings so that they do not end in ...Georg Brandl2014-10-061-3/+3
* | | Fix up default labels for figures and listings.Georg Brandl2014-10-061-2/+2
|/ /
* | add :confval:`gettext_enables` to enable extracting 'index' to gettext catalo...Takayuki Shimizukawa2014-09-281-0/+1
* | Make numfig_prefix translatabletk0miya2014-09-271-3/+3
* | Assign fignum to tables and code-blockstk0miya2014-09-271-1/+4
* | Add config entries for numfigtk0miya2014-08-161-0/+3
* | merge with stableTakayuki Shimizukawa2014-09-261-7/+2
|\ \ | |/
| * refactoring by using `with cd`Takayuki Shimizukawa2014-09-261-7/+3
* | Add extension version check ability with new config value "needs_extensions".Georg Brandl2014-09-041-0/+1
* | Automatically compile ``*.mo`` files from ``*.po`` files.Takayuki Shimizukawa2014-08-031-0/+1
* | use b prefix for bytes instead of sphinx.pycompat.b function.Takayuki Shimizukawa2014-05-011-2/+2
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-5/+4
* | use six privided text_type() to replace with unicode() to support py2/py3 in ...Takayuki Shimizukawa2014-04-291-4/+4
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. r...Takayuki Shimizukawa2014-04-291-2/+3
* | use six privided functions/classes to support py2/py3 in one source. refs #1350.Takayuki Shimizukawa2014-04-291-1/+1
* | introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki 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-0/+2
|\ \
| * | Add feature to suppress uuid/location information for message catalogshayashi2014-02-011-0/+2
* | | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ \ | |/ / |/| / | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | MergeDmitry Shachnev2014-01-201-1/+1
|\ \
| * | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1