Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-17refs #1781: Setting `html_domain_indices` to a list raises a type check warni...shimizukawa
2015-03-08pep8 fixesGeorg Brandl
2015-03-08Fix flake8.Georg Brandl
2015-03-08Merge branch 'apple-help' of git://github.com/al45tair/sphinxGeorg Brandl
2015-03-08Change the source parsers feature a bit:Georg Brandl
2015-02-28Add support for per-suffix parsersMatthew Woehlke
2015-02-27Merge branch 'source_suffix'shimizukawa
2015-02-23refs #1346. Add new default theme.shimizukawa
2015-02-22Closes #1227: Add `html_auto_image_link` config option to conf.py, to control...shimizukawa
2015-02-22The ``gettext_enables`` config value has been renamed to `gettext_additional_...shimizukawa
2015-02-08source_suffix can now be a list.Georg Brandl
2015-01-15Added some additional configuration variables for Apple Help.Alastair Houghton
2015-01-14Altered the way we use applehelp_locale slightly. Also altered its default s...Alastair Houghton
2015-01-14Added code signing support. Improved error handling. Fixed handle_finish to...Alastair Houghton
2015-01-13More changes for Apple Help support.Alastair Houghton
2015-01-13Added initial Apple help support.Alastair Houghton
2015-01-05Add highlight_options configuration valueEricFromCanada
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-11-05Fix type checking for subclass scenarios.Robert Lehmann
2014-10-31Remove references to outdated warning category.Robert Lehmann
2014-10-30Checked configuration values for their types. Fixes #1150.Robert Lehmann
2014-10-20Closes #1602: allow overriding lambda values with stringsGeorg Brandl
2014-10-19Guard against sys.exit() called while exec()ing the conf.py file.Georg Brandl
2014-10-09rename `numfig_prefix` to `numfig_format`. later is better for the purpose.Takayuki Shimizukawa
2014-10-08Merged in shimizukawa/sphinx (pull request #305)Takayuki Shimizukawa
2014-10-06Include placeholder in numfig prefix i18n strings so that they do not end in ...Georg Brandl
2014-10-06Fix up default labels for figures and listings.Georg Brandl
2014-10-05Incompatibility. Now :confval:`gettext_uuid` is set False by default. If Fals...Takayuki Shimizukawa
2014-09-28add :confval:`gettext_enables` to enable extracting 'index' to gettext catalo...Takayuki Shimizukawa
2014-09-27Make numfig_prefix translatabletk0miya
2014-09-26Assign fignum to tables and code-blockstk0miya
2014-09-25refactoring by using `with cd`Takayuki Shimizukawa
2014-08-16Add config entries for numfigtk0miya
2014-09-25merge with stableTakayuki Shimizukawa
2014-09-04Add extension version check ability with new config value "needs_extensions".Georg Brandl
2014-08-03Automatically compile ``*.mo`` files from ``*.po`` files.Takayuki Shimizukawa
2014-05-01use b prefix for bytes instead of sphinx.pycompat.b function.Takayuki Shimizukawa
2014-04-30remove 'six' name except importing line.Takayuki Shimizukawa
2014-04-29use six privided text_type() to replace with unicode() to support py2/py3 in ...Takayuki Shimizukawa
2014-04-29use six privided iteritems(),itervalues() to support py2/py3 in one source. r...Takayuki Shimizukawa
2014-04-29use six privided functions/classes to support py2/py3 in one source. refs #1350.Takayuki Shimizukawa
2014-04-29introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa
2014-03-01Add versionadded tags for new config values.Georg Brandl
2014-03-01Merged in kenhys/sphinx (pull request #217)Georg Brandl
2014-03-01Update copyright year.Georg Brandl
2014-03-01Update copyright year.Georg Brandl
2014-01-31Add feature to suppress uuid/location information for message catalogshayashi
2014-01-20MergeDmitry Shachnev
2014-01-19The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ``un...Georg Brandl