mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-01 04:04:52 +00:00
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:
parent
9851fc8d6e
commit
93cffeee46
3 changed files with 2 additions and 1 deletions
|
|
@ -22,3 +22,4 @@ bin/*
|
|||
develop-eggs/*.egg-link
|
||||
src/authority/_models/*
|
||||
src/example/example.db
|
||||
docs/build
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue