Skip to content

Commit

Permalink
Changed documentation sources extension back to .txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz Balcerzak committed Jan 24, 2011
1 parent d768d3a commit d752303
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
templates_path = ['templates']

# The suffix of source filenames.
source_suffix = '.rst'
source_suffix = '.txt'

# The encoding of source files.
#source_encoding = 'utf-8'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion dulwich/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def tutorial_test_suite():
'object-store',
'conclusion',
]
tutorial_files = ["../../docs/tutorial/%s.rst" % name for name in tutorial]
tutorial_files = ["../../docs/tutorial/%s.txt" % name for name in tutorial]
def setup(test):
test.__dulwich_tempdir = tempfile.mkdtemp()
os.chdir(test.__dulwich_tempdir)
Expand Down

0 comments on commit d752303

Please sign in to comment.