File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 FORCE_COLOR : 1
1212
1313jobs :
14- docs :
15- uses : tskit-dev/.github/.github/workflows/docs.yml@v6
14+ Docs :
15+ uses : tskit-dev/.github/.github/workflows/docs.yml@main
1616 with :
1717 pyproject-directory : python
18+ doxygen-directory : docs/doxygen
Original file line number Diff line number Diff line change 1-
2- # Need to set PYTHONPATH so that we pick up the local tskit
3- PYPATH =$(shell pwd) /../python/
4- TSK_VERSION: =$(shell PYTHONPATH=${PYPATH} \
5- python -c 'import tskit; print(tskit.__version__.split("+") [0])')
6-
71BUILDDIR = _build
82DOXYGEN_XML =doxygen/xml
93
@@ -13,13 +7,7 @@ ${DOXYGEN_XML}: ../c/tskit/*.h
137 cd doxygen && doxygen
148
159dev :
16- PYTHONPATH=${PYPATH} ./build.sh
17-
18- dist :
19- @echo Building distribution for tskit version ${TSK_VERSION}
20- cd doxygen && doxygen
21- sed -i -e s/__TSKIT_VERSION__/${TSK_VERSION} /g _config.yml
22- PYTHONPATH=${PYPATH} ./build.sh
10+ uv --project=../python run jupyter-book build -Wn --keep-going .
2311
2412clean :
2513 rm -fR $(BUILDDIR ) $(DOXYGEN_XML )
You can’t perform that action at this time.
0 commit comments