# -*- coding: utf-8 -*-1#2# aws-cli documentation build configuration file, created by3# sphinx-quickstart on Fri Feb 1 12:57:38 2013.4#5# This file is execfile()d with the current directory set to its containing dir.6#7# Note that not all possible configuration values are present in this8# autogenerated file.9#10# All configuration values have a default; values that are commented out11# serve to show the default.1213import sys, os1415# If extensions (or modules to document with autodoc) are in another directory,16# add these directories to sys.path here. If the directory is relative to the17# documentation root, use os.path.abspath to make it absolute, like shown here.18sys.path.insert(0, os.path.abspath('.'))1920import bootstrapdocs2122# -- General configuration -----------------------------------------------------2324# If your documentation needs a minimal Sphinx version, state it here.25#needs_sphinx = '1.0'2627# Add any Sphinx extension module names here, as strings. They can be extensions28# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.29extensions = []3031# Add any paths that contain templates here, relative to this directory.32templates_path = ['_templates']3334# The suffix of source filenames.35source_suffix = '.rst'3637# The encoding of source files.38#source_encoding = 'utf-8-sig'3940# The master toctree document.41master_doc = 'index'4243# General information about the project.44project = u'AWS CLI Command Reference'45copyright = u'2018, Amazon Web Services'4647# The version info for the project you're documenting, acts as replacement for48# |version| and |release|, also used in various other places throughout the49# built documents.50#51# The short X.Y version.52version = '1.42.'53# The full version, including alpha/beta/rc tags.54release = '1.42.25'5556# The language for content autogenerated by Sphinx. Refer to documentation57# for a list of supported languages.58#language = None5960# There are two options for replacing |today|: either, you set today to some61# non-false value, then it is used:6263# Else, today_fmt is used as the format for a strftime call.64#today_fmt = '%B %d, %Y'6566# List of patterns, relative to source directory, that match files and67# directories to ignore when looking for source files.68exclude_patterns = ['examples']6970# The reST default role (used for this markup: `text`) to use for all documents.71#default_role = None7273# If true, '()' will be appended to :func: etc. cross-reference text.74#add_function_parentheses = True7576# If true, the current module name will be prepended to all description77# unit titles (such as .. function::).78#add_module_names = True7980# If true, sectionauthor and moduleauthor directives will be shown in the81# output. They are ignored by default.82#show_authors = False8384# The name of the Pygments (syntax highlighting) style to use.85pygments_style = 'guzzle_sphinx_theme.GuzzleStyle'86#pygments_style = 'sphinx'8788# A list of ignored prefixes for module index sorting.89#modindex_common_prefix = []9091# Natural language of docs.92language = 'en'939495# -- Options for HTML output ---------------------------------------------------9697# The theme to use for HTML and HTML Help pages. See the documentation for98# a list of builtin themes.99#html_theme = 'pyramid'100101# Theme options are theme-specific and customize the look and feel of a theme102# further. For a list of options available for each theme, see the103# documentation.104# html_theme_options = {105# 'bodyfont': '"Andale Mono", Courier, monospace;'106# }107108# Add any paths that contain custom themes here, relative to this directory.109#html_theme_path = ['.']110111# The name for this set of Sphinx documents. If None, it defaults to112# "<project> v<release> documentation".113html_title = "AWS CLI %s Command Reference" % release114115# A shorter title for the navigation bar. Default is the same as html_title.116#html_short_title = None117118# The name of an image file (relative to this directory) to place at the top119# of the sidebar.120#html_logo = None121122# The name of an image file (within the static path) to use as favicon of the123# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32124# pixels large.125#html_favicon = None126127# Add any paths that contain custom static files (such as style sheets) here,128# relative to this directory. They are copied after the builtin static files,129# so a file named "default.css" will overwrite the builtin "default.css".130html_static_path = ['_static']131132# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,133# using the given strftime format.134#html_last_updated_fmt = '%b %d, %Y'135136# If true, SmartyPants will be used to convert quotes and dashes to137# typographically correct entities.138#html_use_smartypants = True139140# Custom sidebar templates, maps document names to template names.141html_sidebars = {142'**': ['sidebarlogo.html',143'localtoc.html',144'searchbox.html',145'feedback.html',146'userguide.html']147}148149# Additional templates that should be rendered to pages, maps page names to150# template names.151#html_additional_pages = {}152153# If false, no module index is generated.154#html_domain_indices = True155156# If false, no index is generated.157#html_use_index = True158159# If true, the index is split into individual pages for each letter.160#html_split_index = False161162# If true, links to the reST sources are added to the pages.163#html_show_sourcelink = True164165# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.166#html_show_sphinx = True167168# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.169#html_show_copyright = True170171# If true, an OpenSearch description file will be output, and all pages will172# contain a <link> tag referring to it. The value of this option must be the173# base URL from which the finished HTML is served.174#html_use_opensearch = ''175176# This is the file name suffix for HTML files (e.g. ".xhtml").177#html_file_suffix = None178179# Output file base name for HTML help builder.180htmlhelp_basename = 'aws-clidoc'181182# Adds an HTML table visitor to apply Bootstrap table classes183html_translator_class = 'guzzle_sphinx_theme.HTMLTranslator'184p = os.path.abspath('.')185p = os.path.join(p, 'guzzle_sphinx_theme')186html_theme_path = [p]187html_theme = 'guzzle_sphinx_theme'188# Register the theme as an extension to generate a sitemap.xml189extensions.append("guzzle_sphinx_theme")190191html_theme_options = {192# Set the name of the project to appear in the nav menu193"project_nav_name": "AWS CLI Command Reference",194# Set your GitHub user and repo to enable GitHub stars links195"github_user": "aws",196"github_repo": "aws-cli",197# Set to true to bind left and right key events to turn the page198"bind_key_events": False,199# Specify a base_url used to generate sitemap.xml links. If not200# specified, then no sitemap will be built.201"base_url": "https://docs.aws.amazon.com/cli/latest/",202}203204205206# -- Options for LaTeX output --------------------------------------------------207208latex_elements = {209# The paper size ('letterpaper' or 'a4paper').210#'papersize': 'letterpaper',211212# The font size ('10pt', '11pt' or '12pt').213#'pointsize': '10pt',214215# Additional stuff for the LaTeX preamble.216#'preamble': '',217}218219# Grouping the document tree into LaTeX files. List of tuples220# (source start file, target name, title, author, documentclass [howto/manual]).221latex_documents = [222('index', 'aws-cli.tex', u'AWS CLI Documentation',223u'Amazon Web Services', 'manual'),224]225226# The name of an image file (relative to this directory) to place at the top of227# the title page.228#latex_logo = None229230# For "manual" documents, if this is true, then toplevel headings are parts,231# not chapters.232#latex_use_parts = False233234# If true, show page references after internal links.235#latex_show_pagerefs = False236237# If true, show URL addresses after external links.238#latex_show_urls = False239240# Documents to append as an appendix to all manuals.241#latex_appendices = []242243# If false, no module index is generated.244#latex_domain_indices = True245246247# -- Options for manual page output --------------------------------------------248249# One entry per manual page. List of tuples250# (source start file, name, description, authors, manual section).251252man_pages = [('reference/index', 'aws', 'The main command', '', 1),253('reference/autoscaling/index', 'aws-autoscaling',254'The autoscaling service', '', 1),255('reference/cloudformation/index', 'aws-cloudformation',256'AWS CloudFormation', '', 1),257('reference/cloudwatch/index', 'aws-cloudwatch',258'Amazon CloudWatch', '', 1),259('reference/datapipeline/index', 'aws-datapipeline',260'AWS Data Pipeline', '', 1),261('reference/directconnect/index', 'aws-directconnect',262'AWS Direct Connect', '', 1),263('reference/dynamodb/index', 'aws-dynamodb',264'Amazon DynamoDB', '', 1),265('reference/ec2/index', 'aws-ec2',266'Amazon Elastic Compute Cloud', '', 1),267('reference/elasticache/index', 'aws-elasticache',268'Amazon ElastiCache', '', 1),269('reference/elasticbeanstalk/index', 'aws-elasticbeanstalk',270'AWS Elastic Beanstalk', '', 1),271('reference/elastictranscoder/index', 'aws-elastictranscoder',272'Amazon Elastic Transcoder', '', 1),273('reference/elb/index', 'aws-elb',274'Elastic Load Balancing', '', 1),275('reference/emr/index', 'aws-emr',276'Amazon Elastic MapReduce', '', 1),277('reference/iam/index', 'aws-iam',278'AWS Identity and Access Management', '', 1),279('reference/importexport/index', 'aws-importexport',280'AWS Import/Export', '', 1),281('reference/rds/index', 'aws-rds',282'Amazon Relational Database Service', '', 1),283('reference/redshift/index', 'aws-redshift',284'Amazon Redshift', '', 1),285('reference/route53/index', 'aws-route53',286'Amazon Route 53', '', 1),287('reference/s3/index', 'aws-s3',288'Amazon Simple Storage Service', '', 1),289('reference/ses/index', 'aws-ses',290'Amazon Simple Email Service', '', 1),291('reference/sns/index', 'aws-sns',292'Amazon Simple Notification Service', '', 1),293('reference/sqs/index', 'aws-sqs',294'Amazon Simple Queue Service', '', 1),295('reference/storagegateway/index', 'aws-storagegateway',296'AWS Storage Gateway', '', 1),297('reference/sts/index', 'aws-sts',298'AWS Security Token Service', '', 1),299('reference/support/index', 'aws-support',300'AWS Support', '', 1),301('reference/swf/index', 'aws-swf',302'Amazon Simple Workflow Service', '', 1),303]304305# If true, show URL addresses after external links.306#man_show_urls = False307308309# -- Options for Texinfo output ------------------------------------------------310311# Grouping the document tree into Texinfo files. List of tuples312# (source start file, target name, title, author,313# dir menu entry, description, category)314texinfo_documents = []315316317# Documents to append as an appendix to all manuals.318#texinfo_appendices = []319320# If false, no module index is generated.321#texinfo_domain_indices = True322323# How to display URL addresses: 'footnote', 'no', or 'inline'.324#texinfo_show_urls = 'footnote'325326327