Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Install mozilla sphinx theme when building the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed Oct 1, 2013
1 parent 5f10896 commit e41148e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -12,3 +12,4 @@ lib
local
man
ssh_server.log
docs/build
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -35,7 +35,7 @@ coverage: build build_extras
LONG=1 $(BIN)/nosetests -s -d -v --cover-html --cover-html-dir=html --with-coverage --cover-erase --cover-package loads loads/tests

bin/sphinx-build:
bin/pip install Sphinx
bin/pip install Sphinx mozilla_sphinx_theme


docs: bin/sphinx-build
Expand Down

0 comments on commit e41148e

Please sign in to comment.