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
 
@@ -80,49 +80,49 @@ exclude_patterns = ['_build']
 
# 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
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
 
@@ -52,33 +52,34 @@ 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)