Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Pylons/pyramid_zodbconn
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Mar 28, 2012
2 parents 70c4287 + 35b7f4e commit a5a00c3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -14,3 +14,4 @@ pyramid_zodbconn/coverage.xml
env26/
env27/
env25/
docs/_build/
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "docs/_themes"]
path = docs/_themes
url = git://github.com/Pylons/pylons_sphinx_theme.git
3 changes: 0 additions & 3 deletions docs/.gitignore

This file was deleted.

4 changes: 2 additions & 2 deletions docs/Makefile
Expand Up @@ -25,7 +25,7 @@ help:
clean:
-rm -rf _build/*

html: _themes/
html: _themes
mkdir -p _build/html _build/doctrees
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) _build/html
@echo
Expand Down Expand Up @@ -85,4 +85,4 @@ epub:
@echo "Build finished. The epub file is in _build/epub."

_themes:
git clone git://github.com/Pylons/pylons_sphinx_theme.git _themes
cd ..; git submodule update --init; cd docs
1 change: 1 addition & 0 deletions docs/_themes
Submodule _themes added at 03e5e5
1 change: 1 addition & 0 deletions rtd.txt
@@ -0,0 +1 @@
repoze.sphinx.autointerface

0 comments on commit a5a00c3

Please sign in to comment.