Docs: Renamed .rst to .txt. It's simpler to identify these text files for not so versatile users (What is .rst? My editor won't open this.) and it actually does not change anything in sphinx's behaviour.

This commit is contained in:
Martin Mahner 2009-07-09 19:25:22 +02:00
parent 9851fc8d6e
commit 93cffeee46
3 changed files with 2 additions and 1 deletions

View file

@ -22,3 +22,4 @@ bin/*
develop-eggs/*.egg-link
src/authority/_models/*
src/example/example.db
docs/build

View file

@ -28,7 +28,7 @@ extensions = []
#templates_path = ['.templates']
# The suffix of source filenames.
source_suffix = '.rst'
source_suffix = '.txt'
# The encoding of source files.
#source_encoding = 'utf-8'