summaryrefslogtreecommitdiff
path: root/tests/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* Complete test suite overhaul.Georg Brandl2014-09-211-3/+3
* merge with stableshimizukawa2014-07-131-14/+16
|\
| * use b prefix for bytes instead of sphinx.pycompat.b function.shimizukawa2014-05-011-3/+2
| * remove 'six' name except importing line.shimizukawa2014-04-301-2/+2
| * introduce the six module and reduce sphinx.util.pycompat implementation. refs...shimizukawa2014-04-291-2/+2
| * remove tests.util.write_file duplicated implementation.shimizukawa2014-04-281-6/+7
| * Update copyright year.Georg Brandl2014-03-011-3/+5
| |\
| | * d98e70c13eff followup: only do type conversion of confoverrides if the values...Georg Brandl2014-01-101-3/+5
* | | * With non-callable `setup` in a conf.py, now sphinx-build emits user-friendl...shimizukawa2014-06-301-0/+7
|/ /
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-2/+1
* conf.py now accept CRLF end-of-line.shimizukawa2013-02-101-0/+12
* Copyright update.Georg Brandl2013-01-011-1/+1
* Fix test after config default change.Georg Brandl2011-01-061-1/+1
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
* | Fix test_config under 2.x.Georg Brandl2010-08-101-1/+2
* | Improve support for automatic 2to3 conversion of config files. It now kicks ...Georg Brandl2010-07-311-0/+6
* | Fix warning for bytestrings with non-ascii content for python3DasIch2010-06-201-2/+7
* | Fix encoding in config test and open configs in binary mode to warn for possi...DasIch2010-05-301-2/+3
|/
* merge with trunkGeorg Brandl2010-01-171-1/+7
|\
| * Added ``needs_sphinx`` config value and ``Sphinx.require_sphinx`` application...Georg Brandl2010-01-171-1/+7
* | merge with trunkGeorg Brandl2010-01-171-1/+18
|\ \ | |/
| * merge with 0.6Georg Brandl2010-01-121-2/+2
| |\
| * | Improve the handling of non-Unicode strings in the configuration:Georg Brandl2010-01-121-1/+18
* | | merge with trunk (not working perfectly yet)Georg Brandl2010-01-071-2/+2
|\ \ \ | | |/ | |/|
| * | Remove the deprecated ``exclude_dirs`` config value.Georg Brandl2010-01-061-2/+2
| |/
* | merge with trunkGeorg Brandl2010-01-021-1/+1
|\ \ | |/
| * Happy new year!Georg Brandl2010-01-011-1/+1
* | Fix test now that show_authors is true.Georg Brandl2009-08-091-1/+1
|/
* Fix test suite.Georg Brandl2009-02-151-1/+1
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
|\
| * Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
* | Allow giving values for dict type config values in the overrides.Georg Brandl2008-11-301-1/+3
|/
* Add tests for HTML escaping.Georg Brandl2008-11-231-2/+2
* Merged revisions 65640,65675,65699,65701 via svnmerge fromgeorg.brandl2008-08-231-2/+2
* Merged revisions 65283,65303,65316-65317,65372-65375,65377,65380,65483-65485,...georg.brandl2008-08-041-5/+5
* Merged revisions 65138,65145-65146,65268-65273 via svnmerge fromgeorg.brandl2008-07-291-0/+1
* Add a test suite skeleton, a first test for sphinx.config, and fix a bug in c...georg.brandl2008-06-051-0/+76