updating theme and storing docs artifacts

This commit is contained in:
Chris Holdgraf
2018-10-17 21:16:30 -07:00
parent 280b1696a9
commit 138c3b2b70
4 changed files with 10 additions and 2 deletions

View File

@@ -123,6 +123,10 @@ jobs:
cd docs cd docs
make html make html
- store_artifacts:
path: docs/_build/html/
destination: html
workflows: workflows:
version: 2 version: 2
all-tests: all-tests:

View File

@@ -34,7 +34,10 @@ intersphinx_cache_limit = 90 # days
# The name of the Pygments (syntax highlighting) style to use. # The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx' pygments_style = 'sphinx'
html_theme = 'alabaster' import alabaster_jupyterhub
html_theme = 'alabaster_jupyterhub'
html_theme_path = [alabaster_jupyterhub.get_html_theme_path()]
# Add any paths that contain custom static files (such as style sheets) here, # 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, # relative to this directory. They are copied after the builtin static files,

View File

@@ -1 +0,0 @@
sphinx_copybutton

View File

@@ -1,2 +1,4 @@
sphinx>=1.4, !=1.5.4 sphinx>=1.4, !=1.5.4
sphinx_copybutton sphinx_copybutton
alabaster
alabaster_jupyterhub