summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-27 04:01:36 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-27 04:01:36 -0800
commit49fb53828e711fdff3f3b60c5355f64847ddb9cc (patch)
tree8dcfbb549292d75617d0ea5c7ae33339888f5e9e /docs/conf.py
parenta207e5c8976e4f7bcf0e80ba4d94ccbf7a7f2670 (diff)
downloadpastedeploy-git-49fb53828e711fdff3f3b60c5355f64847ddb9cc.tar.gz
Use .rst for extension for better rendering on GitHub
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 17bdf1c..c2c3191 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -28,7 +28,7 @@ extensions = ['sphinx.ext.autodoc']
templates_path = ['_templates']
# The suffix of source filenames.
-source_suffix = '.txt'
+source_suffix = '.rst'
# The master toctree document.
master_doc = 'index'