@echo "Build finished; the LaTeX files are in output/latex."
@echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \
"run these through (pdf)latex."
+doctest:
+ $(SPHINXBUILD) -b doctest -d output/doctrees . .
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'builder.builders']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'builder.builders']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['templates']
#today_fmt = '%B %d, %Y'
# List of documents that shouldn't be included in the build.
-#unused_docs = []
+unused_docs = ['output.txt']
# List of directories, relative to source directory, that shouldn't be searched
# for source files.