Skip to content

Commit

Permalink
Use dask_sphinx_theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Sep 8, 2018
1 parent 53ee903 commit 95c6cd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 92 deletions.
2 changes: 1 addition & 1 deletion docs/requirements-docs.txt
@@ -1,6 +1,6 @@
numpydoc==0.8
sphinx
sphinx_rtd_theme>=0.3.1
dask_sphinx_theme>=1.0.3
toolz
cloudpickle
pandas>=0.19.0
Expand Down
88 changes: 0 additions & 88 deletions docs/source/_static/style.css

This file was deleted.

6 changes: 3 additions & 3 deletions docs/source/conf.py
Expand Up @@ -96,13 +96,13 @@

# -- Options for HTML output ---------------------------------------------------

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
# documentation.
html_theme_options = {
'logo_only': True
# 'logo_only': True
}

# Add any paths that contain custom themes here, relative to this directory.
Expand All @@ -117,7 +117,7 @@

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
html_logo = "images/dask_horizontal_white_no_pad.svg"
# html_logo = "images/dask_horizontal_white_no_pad.svg"


# The name of an image file (within the static path) to use as favicon of the
Expand Down

0 comments on commit 95c6cd5

Please sign in to comment.