mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Replace mkdocs by sphinx
This commit is contained in:
7
Makefile
7
Makefile
@@ -20,10 +20,9 @@ dist-upload:
|
||||
$(PYTHON) -m twine upload dist/*
|
||||
|
||||
docs:
|
||||
rm -rf ../docs/$(VERSION) html
|
||||
mkdocs build -d ../docs/$(VERSION)/
|
||||
pdoc3 --html miplearn
|
||||
mv -v html ../docs/$(VERSION)/api
|
||||
rm -rf ../docs/$(VERSION)
|
||||
cd docs; make clean; make dirhtml
|
||||
rsync -avP --delete-after docs/_build/dirhtml/ ../docs/$(VERSION)
|
||||
|
||||
|
||||
install-deps:
|
||||
|
||||
Reference in New Issue
Block a user