Skip to content

Commit

Permalink
Put conf.py.conf back properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Sep 23, 2015
1 parent b15d50b commit f6d8b2f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions readthedocs/templates/sphinx/conf.py.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-

import sys, os
extensions = []
templates_path = ['{{ template_dir }}', 'templates', '_templates', '.templates']
source_suffix = '{{ project.suffix }}'
master_doc = 'index'
project = u'{{ project.name }}'
copyright = u'{{ project.copyright }}'
version = '{{ version.verbose_name }}'
release = '{{ version.verbose_name }}'
exclude_patterns = ['_build']
pygments_style = 'sphinx'
htmlhelp_basename = '{{ project.slug }}'
file_insertion_enabled = False
latex_documents = [
('index', '{{ project.slug }}.tex', u'{{ project.name }} Documentation',
u'{{ project.copyright }}', 'manual'),
]

0 comments on commit f6d8b2f

Please sign in to comment.