File: conf.py

package info (click to toggle)
case 1.5.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 368 kB
  • sloc: python: 1,026; makefile: 205; sh: 63
file content (23 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- coding: utf-8 -*-
from __future__ import absolute_import, unicode_literals, print_function

from sphinx_celery import conf

globals().update(conf.build_config(
    'case', __file__,
    project='Case',
    # version_dev='2.0',
    # version_stable='1.0',
    canonical_url='http://case.readthedocs.org',
    webdomain='celeryproject.org',
    github_project='celery/case',
    author='Ask Solem & contributors',
    author_name='Ask Solem',
    copyright='2016',
    publisher='Celery Project',
    html_logo='images/celery_128.png',
    html_favicon='images/favicon.ico',
    html_prepend_sidebars=['sidebardonations.html'],
    extra_extensions=[],
    include_intersphinx={'python', 'sphinx'},
))