File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 66 python : " 3.10"
77 jobs :
88 pre_build :
9- - sphinx-apidoc -fo docs/api typed_python typed_python/**/*test*
10-
9+ - cd docs && make apidocs && cd ..
1110
1211python :
1312 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
52
63# You can set these variables from the command line, and also
74# from the environment for the first two.
1815.PHONY : help clean apidocs Makefile
1916
2017apidocs :
21- @sphinx-apidoc -fo " $( APIBUILDDIR) " " $( MODULEDIR) " $(MODULEDIR ) /** /* test*
18+ @sphinx-apidoc -fo " $( APIBUILDDIR) " " $( MODULEDIR) " $(MODULEDIR ) /* test * $( MODULEDIR ) / * /* test*
2219
2320clean :
2421 -rm -rf " $( BUILDDIR) " /*
You can’t perform that action at this time.
0 commit comments