Skip to content

Commit

Permalink
change to alabaster theme
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Aug 10, 2017
1 parent 57c2a68 commit 6de4773
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .rtd-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ dependencies:
- mpi4py
- six
- joblib
- pip:
- alabaster
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ install:
- pip install mpi4py
- pip install joblib
- pip install coveralls
- pip install alabaster
- pip install -vvv .

before_script:
Expand Down
6 changes: 1 addition & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,7 @@
# -- Options for HTML output ----------------------------------------------

# Readthedocs.
on_rtd = os.environ.get("READTHEDOCS", None) == "True"
if not on_rtd:
import sphinx_rtd_theme
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme = "alabaster"

# 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

0 comments on commit 6de4773

Please sign in to comment.