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
 
@@ -56,97 +56,97 @@ version = '2.0-dev'
 
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.
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
 
@@ -28,57 +28,58 @@ 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)