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 5 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -101,7 +101,7 @@ pygments_style = 'sphinx'
 

	
 
# 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
requirements.in
Show inline comments
 
@@ -4,4 +4,5 @@ molecule~=2.14.0
 
paramiko
 
pip-tools
 
python-vagrant
 
sphinx~=1.7.0
 
\ No newline at end of file
 
sphinx~=1.7.0
 
sphinx_rtd_theme~=0.4.0
 
\ No newline at end of file
requirements.txt
Show inline comments
 
@@ -73,7 +73,8 @@ 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
0 comments (0 inline, 0 general)