File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Minimal makefile for Sphinx documentation
2-
3-
2+ SHELL = /bin/bash
3+ # SHELL = /bin/zsh
4+ .SHELLFLAGS = -O globstar -c # enable globstar operator
45
56# You can set these variables from the command line, and also
67# from the environment for the first two.
78SPHINXOPTS ?=
89SPHINXBUILD ?= sphinx-build
910SOURCEDIR = .
1011BUILDDIR = _build
11- APIBUILDDIR = api
12+ APIBUILDDIR = api
1213MODULEDIR = ../typed_python
13-
1414# Put it first so that "make" without argument is like "make help".
1515help :
1616 @$(SPHINXBUILD ) -M help " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
1717
1818.PHONY : help clean apidocs Makefile
1919
2020apidocs :
21- @sphinx-apidoc -fo " $( APIBUILDDIR) " " $( MODULEDIR) "
21+ @sphinx-apidoc -fo " $( APIBUILDDIR) " " $( MODULEDIR) " $( MODULEDIR ) / ** / * test *
2222
2323clean :
2424 -rm -rf " $( BUILDDIR) " /*
You can’t perform that action at this time.
0 commit comments