Skip to content

Commit

Permalink
updated docs for rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
blaflamme committed Nov 7, 2011
1 parent 96e2cbc commit c8049b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,2 +1 @@
_build _build
_themes
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "_themes"]
path = _themes
url = git://github.com/Pylons/pylons_sphinx_theme.git
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -61,7 +61,7 @@ json:
@echo @echo
@echo "Build finished; now you can process the JSON files." @echo "Build finished; now you can process the JSON files."


htmlhelp: _themes/ htmlhelp: _themes
$(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
@echo @echo
@echo "Build finished; now you can run HTML Help Workshop with the" \ @echo "Build finished; now you can run HTML Help Workshop with the" \
Expand Down Expand Up @@ -130,6 +130,6 @@ doctest:
"results in $(BUILDDIR)/doctest/output.txt." "results in $(BUILDDIR)/doctest/output.txt."


_themes: _themes:
git clone git://github.com/Pylons/pylons_sphinx_theme.git _themes git submodule update --init




1 change: 1 addition & 0 deletions _themes
Submodule _themes added at 03e5e5

0 comments on commit c8049b4

Please sign in to comment.