Changeset - 93445cb5d3f0
[Not reviewed]
0 3 0
Branko Majic (branko) - 6 years ago 2018-07-17 22:51:52
branko@majic.rs
MAR-129: Switch to using RTD theme for docs and updated requirements.
3 files changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -8,193 +8,193 @@
 
#
 
# Note that not all possible configuration values are present in this
 
# autogenerated file.
 
#
 
# All configuration values have a default; values that are commented out
 
# serve to show the default.
 

	
 
# import sys
 
# import os
 

	
 
# If extensions (or modules to document with autodoc) are in another directory,
 
# add these directories to sys.path here. If the directory is relative to the
 
# documentation root, use os.path.abspath to make it absolute, like shown here.
 
# sys.path.insert(0, os.path.abspath('.'))
 

	
 
# -- General configuration ------------------------------------------------
 

	
 
# If your documentation needs a minimal Sphinx version, state it here.
 
# needs_sphinx = '1.0'
 

	
 
# Add any Sphinx extension module names here, as strings. They can be
 
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 
# ones.
 
extensions = []
 

	
 
# Add any paths that contain templates here, relative to this directory.
 
templates_path = ['_templates']
 

	
 
# The suffix of source filenames.
 
source_suffix = '.rst'
 

	
 
# The encoding of source files.
 
# source_encoding = 'utf-8-sig'
 

	
 
# The master toctree document.
 
master_doc = 'index'
 

	
 
# General information about the project.
 
project = u'Majic Ansible Roles'
 
copyright = u'2018, Branko Majic'
 

	
 
# The version info for the project you're documenting, acts as replacement for
 
# |version| and |release|, also used in various other places throughout the
 
# built documents.
 
#
 
# The short X.Y version.
 
version = '2.0-dev'
 
# The full version, including alpha/beta/rc tags.
 
release = '2.0-dev'
 

	
 
# The language for content autogenerated by Sphinx. Refer to documentation
 
# for a list of supported languages.
 
#
 
# This is also used if you do content translation via gettext catalogs.
 
# Usually you set "language" from the command line for these cases.
 
language = None
 

	
 
# There are two options for replacing |today|: either, you set today to some
 
# non-false value, then it is used:
 
# today = ''
 
# Else, today_fmt is used as the format for a strftime call.
 
# today_fmt = '%B %d, %Y'
 

	
 
# List of patterns, relative to source directory, that match files and
 
# directories to ignore when looking for source files.
 
exclude_patterns = ['_build']
 

	
 
# The reST default role (used for this markup: `text`) to use for all
 
# documents.
 
# default_role = None
 

	
 
# If true, '()' will be appended to :func: etc. cross-reference text.
 
# add_function_parentheses = True
 

	
 
# If true, the current module name will be prepended to all description
 
# unit titles (such as .. function::).
 
# add_module_names = True
 

	
 
# If true, sectionauthor and moduleauthor directives will be shown in the
 
# output. They are ignored by default.
 
# show_authors = False
 

	
 
# The name of the Pygments (syntax highlighting) style to use.
 
pygments_style = 'sphinx'
 

	
 
# A list of ignored prefixes for module index sorting.
 
# modindex_common_prefix = []
 

	
 
# If true, keep warnings as "system message" paragraphs in the built documents.
 
# keep_warnings = False
 

	
 

	
 
# -- Options for HTML output ----------------------------------------------
 

	
 
# The theme to use for HTML and HTML Help pages.  See the documentation for
 
# a list of builtin themes.
 
html_theme = 'classic'
 
html_theme = 'sphinx_rtd_theme'
 

	
 
# Theme options are theme-specific and customize the look and feel of a theme
 
# further.  For a list of options available for each theme, see the
 
# documentation.
 
# html_theme_options = {}
 

	
 
# Add any paths that contain custom themes here, relative to this directory.
 
# html_theme_path = []
 

	
 
# The name for this set of Sphinx documents.  If None, it defaults to
 
# "<project> v<release> documentation".
 
# html_title = None
 

	
 
# A shorter title for the navigation bar.  Default is the same as html_title.
 
# html_short_title = None
 

	
 
# The name of an image file (relative to this directory) to place at the top
 
# of the sidebar.
 
# html_logo = None
 

	
 
# The name of an image file (within the static path) to use as favicon of the
 
# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
 
# pixels large.
 
# html_favicon = None
 

	
 
# Add any paths that contain custom static files (such as style sheets) here,
 
# relative to this directory. They are copied after the builtin static files,
 
# so a file named "default.css" will overwrite the builtin "default.css".
 
html_static_path = ['_static']
 

	
 
# Add any extra paths that contain custom files (such as robots.txt or
 
# .htaccess) here, relative to this directory. These files are copied
 
# directly to the root of the documentation.
 
# html_extra_path = []
 

	
 
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 
# using the given strftime format.
 
# html_last_updated_fmt = '%b %d, %Y'
 

	
 
# If true, SmartyPants will be used to convert quotes and dashes to
 
# typographically correct entities.
 
# html_use_smartypants = True
 

	
 
# Custom sidebar templates, maps document names to template names.
 
# html_sidebars = {}
 

	
 
# Additional templates that should be rendered to pages, maps page names to
 
# template names.
 
# html_additional_pages = {}
 

	
 
# If false, no module index is generated.
 
# html_domain_indices = True
 

	
 
# If false, no index is generated.
 
# html_use_index = True
 

	
 
# If true, the index is split into individual pages for each letter.
 
# html_split_index = False
 

	
 
# If true, links to the reST sources are added to the pages.
 
# html_show_sourcelink = True
 

	
 
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
 
# html_show_sphinx = True
 

	
 
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
 
# html_show_copyright = True
 

	
 
# If true, an OpenSearch description file will be output, and all pages will
 
# contain a <link> tag referring to it.  The value of this option must be the
 
# base URL from which the finished HTML is served.
 
# html_use_opensearch = ''
 

	
 
# This is the file name suffix for HTML files (e.g. ".xhtml").
 
# html_file_suffix = None
 

	
 
# Language to be used for generating the HTML full-text search index.
 
# Sphinx supports the following languages:
 
#   'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ja'
 
#   'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr'
 
# html_search_language = 'en'
 

	
 
# A dictionary with options for the search language support, empty by default.
 
# Now only 'ja' uses this config value
 
# html_search_options = {'type': 'default'}
 

	
 
# The name of a javascript file (relative to the configuration directory) that
 
# implements a search results scorer. If empty, the default will be used.
 
# html_search_scorer = 'scorer.js'
 

	
 
# Output file base name for HTML help builder.
 
htmlhelp_basename = 'MajicAnsibleRolesdoc'
 

	
 
# -- Options for LaTeX output ---------------------------------------------
 

	
 
latex_elements = {
requirements.in
Show inline comments
 
ansible~=2.5.0
 
dnspython
 
molecule~=2.14.0
 
paramiko
 
pip-tools
 
python-vagrant
 
sphinx~=1.7.0
 
sphinx_rtd_theme~=0.4.0
 
\ No newline at end of file
requirements.txt
Show inline comments
 
#
 
# This file is autogenerated by pip-compile
 
# To update, run:
 
#
 
#    pip-compile --output-file requirements.txt requirements.in
 
#
 
alabaster==0.7.11         # via sphinx
 
ansible-lint==3.4.21      # via molecule
 
ansible==2.5.6
 
anyconfig==0.9.4          # via molecule
 
arrow==0.12.1             # via jinja2-time
 
asn1crypto==0.24.0        # via cryptography
 
atomicwrites==1.1.5       # via pytest
 
attrs==18.1.0             # via pytest
 
babel==2.6.0              # via sphinx
 
backports.functools-lru-cache==1.5  # via arrow
 
bcrypt==3.1.4             # via paramiko
 
binaryornot==0.4.4        # via cookiecutter
 
cerberus==1.1             # via molecule
 
certifi==2018.4.16        # via requests
 
cffi==1.11.5              # via bcrypt, cryptography, pynacl
 
chardet==3.0.4            # via binaryornot, requests
 
click-completion==0.3.1   # via molecule
 
click==6.7                # via click-completion, cookiecutter, molecule, pip-tools, python-gilt
 
colorama==0.3.9           # via molecule, python-gilt
 
configparser==3.5.0       # via flake8
 
cookiecutter==1.6.0       # via molecule
 
cryptography==2.2.2       # via ansible, paramiko
 
dnspython==1.15.0
 
docutils==0.14            # via sphinx
 
enum34==1.1.6             # via cryptography, flake8
 
fasteners==0.14.1         # via python-gilt
 
first==2.0.1              # via pip-tools
 
flake8==3.5.0             # via molecule
 
funcsigs==1.0.2           # via pytest
 
future==0.16.0            # via cookiecutter
 
git-url-parse==1.1.0      # via python-gilt
 
idna==2.7                 # via cryptography, requests
 
imagesize==1.0.0          # via sphinx
 
ipaddress==1.0.22         # via cryptography
 
jinja2-time==0.2.0        # via cookiecutter
 
jinja2==2.10              # via ansible, click-completion, cookiecutter, jinja2-time, molecule, sphinx
 
markupsafe==1.0           # via jinja2
 
mccabe==0.6.1             # via flake8
 
molecule==2.14.0
 
monotonic==1.5            # via fasteners
 
more-itertools==4.2.0     # via pytest
 
packaging==17.1           # via sphinx
 
paramiko==2.4.1
 
pathspec==0.5.6           # via yamllint
 
pbr==3.0.1                # via git-url-parse, molecule, python-gilt
 
pexpect==4.2.1            # via molecule
 
pip-tools==2.0.2
 
pluggy==0.6.0             # via pytest
 
poyo==0.4.1               # via cookiecutter
 
psutil==5.2.2             # via molecule
 
ptyprocess==0.6.0         # via pexpect
 
py==1.5.4                 # via pytest
 
pyasn1==0.4.3             # via paramiko
 
pycodestyle==2.3.1        # via flake8
 
pycparser==2.18           # via cffi
 
pyflakes==1.6.0           # via flake8
 
pygments==2.2.0           # via sphinx
 
pynacl==1.2.1             # via paramiko
 
pyparsing==2.2.0          # via packaging
 
pytest==3.6.3             # via testinfra
 
python-dateutil==2.7.3    # via arrow
 
python-gilt==1.2.1        # via molecule
 
python-vagrant==0.5.15
 
pytz==2018.5              # via babel
 
pyyaml==3.12              # via ansible, ansible-lint, molecule, python-gilt, yamllint
 
requests==2.19.1          # via cookiecutter, sphinx
 
sh==1.12.14               # via molecule, python-gilt
 
six==1.11.0               # via ansible-lint, bcrypt, click-completion, cryptography, fasteners, molecule, more-itertools, packaging, pip-tools, pynacl, pytest, python-dateutil, sphinx, testinfra
 
snowballstemmer==1.2.1    # via sphinx
 
sphinx==1.7.5
 
sphinx-rtd-theme==0.4.0
 
sphinx==1.7.6
 
sphinxcontrib-websupport==1.1.0  # via sphinx
 
tabulate==0.8.2           # via molecule
 
testinfra==1.12.0         # via molecule
 
tree-format==0.1.2        # via molecule
 
typing==3.6.4             # via sphinx
 
urllib3==1.23             # via requests
 
whichcraft==0.4.1         # via cookiecutter
 
yamllint==1.11.1          # via molecule
0 comments (0 inline, 0 general)