Ejemplo n.º 1
0
def radpress_static_url(path):
    """
    Receives Radpress static urls.
    """
    version = get_version()
    return '%sradpress/%s?ver=%s' % (settings.STATIC_URL, path, version)
Ejemplo n.º 2
0
PROJECT_DIR = os.path.join(DOC_DIR, '..', 'radpress')

sys.path.insert(0, PROJECT_DIR)

import radpress

#needs_sphinx = '1.0'
extensions = []
templates_path = ['_templates']
source_suffix = '.rst'
#source_encoding = 'utf-8-sig'
master_doc = 'index'
project = u'radpress'
copyright = u'%s, Gokmen Gorgen' % datetime.date.today().year

version = radpress.get_version()
release = version
#language = None
#today = ''
#today_fmt = '%B %d, %Y'
exclude_patterns = ['_build']
#default_role = None
#add_function_parentheses = True
#add_module_names = True
#show_authors = False
pygments_style = 'sphinx'
#modindex_common_prefix = []
# html_theme = 'haiku'
#html_theme_options = {}
#html_theme_path = []
#html_title = None
Ejemplo n.º 3
0
def radpress_static_url(path):
    """
    Receives Radpress static urls.
    """
    version = get_version()
    return '%sradpress/%s?ver=%s' % (settings.STATIC_URL, path, version)
Ejemplo n.º 4
0
PROJECT_DIR = os.path.join(DOC_DIR, '..', 'radpress')

sys.path.insert(0, PROJECT_DIR)

import radpress

#needs_sphinx = '1.0'
extensions = []
templates_path = ['_templates']
source_suffix = '.rst'
#source_encoding = 'utf-8-sig'
master_doc = 'index'
project = u'radpress'
copyright = u'%s, Gokmen Gorgen' % datetime.date.today().year

version = radpress.get_version()
release = version
#language = None
#today = ''
#today_fmt = '%B %d, %Y'
exclude_patterns = ['_build']
#default_role = None
#add_function_parentheses = True
#add_module_names = True
#show_authors = False
pygments_style = 'sphinx'
#modindex_common_prefix = []
# html_theme = 'haiku'
#html_theme_options = {}
#html_theme_path = []
#html_title = None