Skip to content

Instantly share code, notes, and snippets.

@rrzaripov
Created September 29, 2017 13:30
Show Gist options
  • Save rrzaripov/fd2ff2018a39ef9d35ba21178e1406ab to your computer and use it in GitHub Desktop.
Save rrzaripov/fd2ff2018a39ef9d35ba21178e1406ab to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
import sys
import os
sys.path.insert(0, os.path.abspath('..'))
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest']
templates_path = ['_templates']
source_suffix = '.rst'
source_encoding = 'utf-8'
master_doc = 'index'
project = u'test'
copyright = u'testers'
author = u'tester'
version = '0.0.0'
language = 'ru'
exclude_patterns = ['_build']
pygments_style = 'sphinx'
htmlhelp_basename = 'testdoc'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment