ÿØÿà JFIF ` ` ÿþxØ
| Server IP : 109.234.164.53 / Your IP : 216.73.216.110 Web Server : Apache System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64 User : computer3 ( 1098) PHP Version : 7.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/root/opt/alt/python27/share/doc/alt-python27-EasyProcess/docs/ |
Upload File : |
import os
import sys
project = 'EasyProcess'
author = 'ponty'
copyright = '2011, ponty'
__version__ = None
exec(open(os.path.join('..', project.lower(), 'about.py')).read())
release = __version__
# logging.basicConfig(level=logging.DEBUG)
sys.path.insert(0, os.path.abspath('..'))
# Extension
extensions = [
# -*-Extensions: -*-
'sphinx.ext.autodoc',
# 'sphinxcontrib.programoutput',
# 'sphinxcontrib.programscreenshot',
# 'sphinx.ext.graphviz',
# 'sphinxcontrib.autorun',
#'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
]
intersphinx_mapping = {'python': ('http://docs.python.org/', None)}
# Source
master_doc = 'index'
templates_path = ['_templates']
source_suffix = '.rst'
exclude_trees = []
pygments_style = 'sphinx'
# html build settings
html_theme = 'default'
html_static_path = ['_static']
# htmlhelp settings
htmlhelp_basename = '%sdoc' % project
# latex build settings
latex_documents = [
('index', '%s.tex' % project, u'%s Documentation' % project,
author, 'manual'),
]
# remove blank pages from pdf
# http://groups.google.com/group/sphinx-
# dev/browse_thread/thread/92e19267d095412d/d60dcba483c6b13d
latex_font_size = '10pt,oneside'
latex_elements = dict(
papersize='a4paper',
)