diff options
| author | Georg Brandl <georg@python.org> | 2010-01-06 15:54:34 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-06 15:54:34 +0100 |
| commit | 818b990fcd3fbcfddb5d8fb84e5f23ffc75ed1ed (patch) | |
| tree | cb312b53cf7ae2673b99ac2418955738fed50eed /doc | |
| parent | 995e1df9e1ca485f9b1b690fbb64bfc3d544f563 (diff) | |
| download | sphinx-818b990fcd3fbcfddb5d8fb84e5f23ffc75ed1ed.tar.gz | |
Remove the deprecated ``exclude_dirs`` config value.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/config.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/config.rst b/doc/config.rst index dbcf799c..60dc0499 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -110,16 +110,6 @@ General configuration .. versionadded:: 0.5 -.. confval:: exclude_dirs - - A list of directory names, relative to the source directory, that are to be - excluded from the search for source files. - - .. deprecated:: 0.5 - This does not take subdirs of the excluded directories into account. Use - :confval:`exclude_trees` or :confval:`exclude_dirnames`, which match the - expectations. - .. confval:: locale_dirs .. versionadded:: 0.5 |
