You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
225 B

# -*- coding: utf-8 -*-
# Simple dummy Sphinx configuration
source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'rst-sphinx'
copyright = u'2014, Foo'
version = '0'
release = '0'