File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 66 python : " 3.10"
77 jobs :
88 pre_build :
9- - cd docs && make apidocs && cd ..
9+ - sphinx-apidoc -fo docs/api typed_python typed_python/*test* typed_python/*/*test*
10+
1011
1112python :
1213 install :
Original file line number Diff line number Diff line change 11# Minimal makefile for Sphinx documentation
2+ SHELL = /bin/bash
3+ # SHELL = /bin/zsh
4+ .SHELLFLAGS = -O globstar -c # enable globstar operator
25
36# You can set these variables from the command line, and also
47# from the environment for the first two.
1518.PHONY : help clean apidocs Makefile
1619
1720apidocs :
18- @sphinx-apidoc -fo " $( APIBUILDDIR) " " $( MODULEDIR) " $(MODULEDIR ) /* test * $( MODULEDIR ) / * /* test*
21+ @sphinx-apidoc -fo " $( APIBUILDDIR) " " $( MODULEDIR) " $(MODULEDIR ) /** /* test*
1922
2023clean :
2124 -rm -rf " $( BUILDDIR) " /*
You can’t perform that action at this time.
0 commit comments