Changeset View
Changeset View
Standalone View
Standalone View
docs/conf.py
Show All 14 Lines | |||||
source_suffix = '.rst' | source_suffix = '.rst' | ||||
master_doc = 'index' | master_doc = 'index' | ||||
project = u'scap' | project = u'scap' | ||||
copyright = u'%s, Wikimedia Foundation & contributors' % date.today().year | copyright = u'%s, Wikimedia Foundation & contributors' % date.today().year | ||||
version = '3.0' | version = '3.0' | ||||
release = version | release = version | ||||
exclude_patterns = ['_build'] | exclude_patterns = ['_build'] | ||||
pygments_style = 'sphinx' | pygments_style = 'sphinx' | ||||
man_pages = [ | |||||
( | |||||
'scap2/commands', | |||||
'scap', | |||||
'Wikimedia deployment tool - scap: scatter crap around production', | |||||
[], | |||||
'1' | |||||
) | |||||
] | |||||
html_theme = 'nature' | html_theme = 'nature' | ||||
extensions += ['sphinx.ext.intersphinx'] | extensions += ['sphinx.ext.intersphinx'] | ||||
intersphinx_mapping = {'python': ('https://docs.python.org/2.7', None)} | intersphinx_mapping = {'python': ('https://docs.python.org/2.7', None)} | ||||
# html_static_path = ['_static'] | # html_static_path = ['_static'] | ||||
htmlhelp_basename = 'scapdoc' | htmlhelp_basename = 'scapdoc' | ||||
Show All 14 Lines |
Content licensed under Creative Commons Attribution-ShareAlike 3.0 (CC-BY-SA) unless otherwise noted; code licensed under GNU General Public License (GPL) or other open source licenses. By using this site, you agree to the Terms of Use, Privacy Policy, and Code of Conduct. · Wikimedia Foundation · Privacy Policy · Code of Conduct · Terms of Use · Disclaimer · CC-BY-SA · GPL