Sha256: 638e43b26db24b5c22abf30517add5d9ea84e70b05eb466bf64f283b058e1d9f
Contents?: true
Size: 252 Bytes
Versions: 9
Compression:
Stored size: 252 Bytes
Contents
# Makefile for Sphinx documentation. SPHINXBUILD = sphinx-build BUILDDIR = build default: html html: sphinx-build -b html -d build/doctrees . build/html doctest: sphinx-build -b doctest -d build/doctrees . build/html clean: rm -rf $(BUILDDIR)/*
Version data entries
9 entries across 9 versions & 2 rubygems