Skip to content

Commit

Permalink
Clean up unused pixi docs task
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Sep 19, 2024
1 parent b15cfb5 commit 445185f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ initialize-julia = { depends_on = [
"instantiate-julia",
] }
# Docs
build-julia-docs = { cmd = "julia --project docs/make.jl", depends_on = [
"initialize-julia",
], inputs = [
"core",
"docs/make.jl",
], outputs = [
"docs/build",
] }
quartodoc-build = { cmd = "quartodoc build && rm objects.json", cwd = "docs", inputs = [
"docs/_quarto.yml",
"python/ribasim",
Expand All @@ -61,7 +53,7 @@ quarto-render = { cmd = "julia --project --eval 'using Pkg; Pkg.build(\"IJulia\"
"quartodoc-build",
"generate-testmodels",
] }
docs = { depends_on = ["build-julia-docs", "quarto-preview"] }
docs = { depends_on = ["quarto-preview"] }
# Lint
mypy-ribasim-python = "mypy python/ribasim/ribasim"
mypy-ribasim-testmodels = "mypy python/ribasim_testmodels/ribasim_testmodels"
Expand Down

0 comments on commit 445185f

Please sign in to comment.