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

Version Path
xnd-0.2.0dev8 ext/ruby_xnd/xnd/doc/Makefile
ndtypes-0.2.0dev8 ext/ruby_ndtypes/ndtypes/doc/Makefile
ndtypes-0.2.0dev6 ext/ruby_ndtypes/ndtypes/doc/Makefile
xnd-0.2.0dev7 ext/ruby_xnd/xnd/doc/Makefile
xnd-0.2.0dev6 ext/ruby_xnd/xnd/doc/Makefile
xnd-0.2.0dev5 ext/ruby_xnd/xnd/doc/Makefile
ndtypes-0.2.0dev5 ext/ruby_ndtypes/ndtypes/doc/Makefile
xnd-0.2.0dev3 ext/ruby_xnd/xnd/doc/Makefile
ndtypes-0.2.0dev4 ext/ruby_ndtypes/ndtypes/doc/Makefile