Commit 630e1121 authored by Reed O'Brien's avatar Reed O'Brien

Merge pull request #1 from koansys/master

RTD updates 
parents 72c51094 e75d2e4c
...@@ -8,3 +8,4 @@ venv ...@@ -8,3 +8,4 @@ venv
env26/ env26/
zodburi/coverage.xml zodburi/coverage.xml
nosetests.xml nosetests.xml
docs/_build/
[submodule "docs/_themes"]
path = docs/_themes
url = git://github.com/Pylons/pylons_sphinx_theme.git
_themes
_build/
.static
...@@ -25,7 +25,7 @@ help: ...@@ -25,7 +25,7 @@ help:
clean: clean:
-rm -rf _build/* -rm -rf _build/*
html: _themes/ html: _themes
mkdir -p _build/html _build/doctrees mkdir -p _build/html _build/doctrees
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) _build/html $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) _build/html
@echo @echo
...@@ -85,4 +85,4 @@ epub: ...@@ -85,4 +85,4 @@ epub:
@echo "Build finished. The epub file is in _build/epub." @echo "Build finished. The epub file is in _build/epub."
_themes: _themes:
git clone git://github.com/Pylons/pylons_sphinx_theme.git _themes cd ..; git submodule update --init; cd docs
Subproject commit 03e5e5aaaeddc4c9aea887478c7e7b379a127b6f
repoze.sphinx.autointerface
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment