Skip to content

Commit

Permalink
use alabaster
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Jul 31, 2017
1 parent 7851222 commit 3901f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -15,7 +15,7 @@ coverage: bin/coverage
bin/nosetests --with-coverage --cover-html --cover-html-dir=html --cover-package=vaurien

docs: bin/sphinx-build
SPHINXBUILD=../bin/sphinx-build $(MAKE) -C docs html $^
cd docs;make html SPHINXBUILD=../bin/sphinx-build

bin/sphinx-build: bin/python
bin/pip install sphinx
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -121,7 +121,7 @@ def __getattr__(self, name):
# a list of builtin themes.

html_theme_path = ['_themes']
html_theme = 'mozilla'
html_theme = 'alabaster'

# 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

0 comments on commit 3901f46

Please sign in to comment.