Skip to content

Commit

Permalink
Use dask-sphinx-theme [ci skip] (#62)
Browse files Browse the repository at this point in the history
Use dask-sphinx-theme
  • Loading branch information
jakirkham committed Sep 8, 2018
1 parent d439e77 commit 315d8f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'sphinx_rtd_theme'
html_theme = 'dask_sphinx_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
Expand Down Expand Up @@ -311,4 +311,3 @@ def run_apidoc(_):

def setup(app):
app.connect('builder-inited', run_apidoc)
app.add_stylesheet("https://dask.pydata.org/en/latest/_static/style.css")
2 changes: 1 addition & 1 deletion environment_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- pip==18.0
- wheel==0.31.1
- sphinx==1.7.5
- sphinx_rtd_theme==0.4.1
- dask-sphinx-theme==1.0.3
- dask==0.16.1
- numpy==1.11.3
- pims==0.4.1
Expand Down

0 comments on commit 315d8f4

Please sign in to comment.