Skip to content

Commit

Permalink
Use Blue Brain theme
Browse files Browse the repository at this point in the history
  • Loading branch information
haleepfl committed Apr 7, 2020
1 parent f8de867 commit 4a61adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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 = 'sphinx-bluebrain-theme'

# 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,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self, *args, **kwargs):
'pathlib2>=2.3',
],
extras_require={
'docs': ['sphinx', 'sphinx_rtd_theme'],
'docs': ['sphinx', 'sphinx-bluebrain-theme'],
},
packages=find_packages(),
use_scm_version=True,
Expand Down

0 comments on commit 4a61adf

Please sign in to comment.