Skip to content

Commit 3e04455

Browse files
committed
Update pixi conf
1 parent 2e417a3 commit 3e04455

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pixi.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@ channels = ["conda-forge"]
77
platforms = ["win-64","linux-64"]
88

99
[tasks]
10-
linkcheck = "sphinx-build -M linkcheck . _build"
10+
clean = "rm -rf _build"
11+
linkcheck = {cmd="sphinx-build -M linkcheck . _build", depends_on = ["clean"]}
1112
build-pdf = "sphinx-build -M simplepdf . _build"
1213
build-html = "sphinx-build -M html . _build"
1314
build-html-all = "sphinx-build -M html . _build -a"
14-
html = {cmd= 'explorer .\Docs\_build\html\index.html', depends_on = ["build-html-all"]}
15-
pdf = {cmd= 'explorer .\Docs\_build\simplepdf\Agada-Documentation.pdf', depends_on = ["build-pdf"]}
15+
html = {cmd= 'explorer .\_build\html\index.html', depends_on = ["build-html-all"]}
16+
pdf = {cmd= 'explorer .\_build\simplepdf\Agada-Documentation.pdf', depends_on = ["build-pdf"]}
1617
livehtml = "sphinx-autobuild . _build --port=0 --open-browser -j=4"
1718

1819

1920
[dependencies]
20-
sphinx = "<7"
21+
sphinx = ">=6.2,<7"
2122
python = ">=3.11.6,<3.12"
2223
sphinxext-opengraph = ">=0.9.0,<0.10"
2324
sphinx-copybutton = ">=0.5.2,<0.6"

0 commit comments

Comments
 (0)