Switch to Documenter.jl

This commit is contained in:
2022-07-17 14:44:58 -06:00
parent b68b4ff9e4
commit 18daaf5358
16 changed files with 146 additions and 224 deletions

View File

@@ -8,8 +8,8 @@ clean:
rm -rfv build Manifest.toml test/Manifest.toml deps/formatter/build deps/formatter/Manifest.toml
docs:
cd docs; make clean; make dirhtml
rsync -avP --delete-after docs/_build/dirhtml/ ../docs/$(VERSION)/
cd docs; julia --project=. make.jl; cd ..
rsync -avP --delete-after docs/build/ ../docs/$(VERSION)/
format:
cd deps/formatter; ../../juliaw format.jl