diff options
-rw-r--r-- | api/conf.py | 2 | ||||
-rw-r--r-- | api/requirements.txt | 3 | ||||
-rw-r--r-- | test-requirements.txt | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/api/conf.py b/api/conf.py index 746a90fe..b5adb4ca 100644 --- a/api/conf.py +++ b/api/conf.py @@ -121,7 +121,7 @@ todo_include_todos = False # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +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 diff --git a/api/requirements.txt b/api/requirements.txt new file mode 100644 index 00000000..0d38313b --- /dev/null +++ b/api/requirements.txt @@ -0,0 +1,3 @@ +git+https://gerrit.opnfv.org/gerrit/snaps#egg=snaps +sphinx>=1.6.2 # BSD +sphinx-rtd-theme diff --git a/test-requirements.txt b/test-requirements.txt index 569b80c3..422cbeb6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,4 +7,5 @@ nose # LGPL flake8<2.6.0,>=2.5.4 # MIT pylint==1.4.5 # GPLv2 sphinx>=1.6.2 # BSD +sphinx-rtd-theme yamllint |