Skip to content

Commit c1c54cd

Browse files
committed
Use *.rst extension for ReStructured text
This way it will be automatically rendered by GitHub.
1 parent c849de7 commit c1c54cd

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

buildhtml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
print "Creating the documentation..."
1010

11-
for rst_file in glob(join('DBUtils', 'Docs', '*.txt')):
11+
for rst_file in glob(join('DBUtils', 'Docs', '*.rst')):
1212
name = splitext(rst_file)[0]
1313
lang = splitext(name)[1]
1414
if lang.startswith('.'):

0 commit comments

Comments
 (0)