Skip to content

Commit

Permalink
update the html theme to use sphinx_holoviz_theme (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
kebowen730 committed Apr 14, 2020
1 parent 08c2d44 commit 6044a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
before_install:
- pip install graphviz
install:
- pip install nbsite sphinx_ioam_theme "tornado<6"
- pip install nbsite sphinx_holoviz_theme "tornado<6"
- pip install -e .
script:
# TODO: nbsite commands will be simplified eventually...
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
version = release = param.__version__

html_static_path += ['_static']
html_theme = 'sphinx_ioam_theme'
html_theme = 'sphinx_holoviz_theme'
html_theme_options = {
'logo':'logo.png',
'favicon':'favicon.ico',
Expand Down

0 comments on commit 6044a86

Please sign in to comment.