summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2018-12-17 01:12:59 -0800
committerJordan Justen <jordan.l.justen@intel.com>2019-01-07 16:42:31 -0800
commitf5eddd7cd6db7005edd3883ac70c298969e5e517 (patch)
treea5580289702b2909764e31c00035e0fc4f8ba749
parentaee77c0e542597ccd11fc691eddca40d58b7e717 (diff)
sphinx: Change theme from alabaster to flask
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Acked-by: Eric Anholt <eric@anholt.net> Acked-by: Dylan Baker <dylan@pnwbakers.com>
-rw-r--r--.gitlab-ci.yml1
-rw-r--r--docs/conf.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1aee0c1fc..621e63a6d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@ pages:
script:
- apk --no-cache add py2-pip python-dev
- pip install sphinx
+ - pip install Flask-Sphinx-Themes
- cd docs
- apk --no-cache add make
- make html
diff --git a/docs/conf.py b/docs/conf.py
index a17f7533c..64ddeab4d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -124,7 +124,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 = 'flask'
# 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