File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,17 +7,18 @@ channels = ["conda-forge"]
77platforms = [" 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" ]}
1112build-pdf = " sphinx-build -M simplepdf . _build"
1213build-html = " sphinx-build -M html . _build"
1314build-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" ]}
1617livehtml = " sphinx-autobuild . _build --port=0 --open-browser -j=4"
1718
1819
1920[dependencies ]
20- sphinx = " <7"
21+ sphinx = " >=6.2, <7"
2122python = " >=3.11.6,<3.12"
2223sphinxext-opengraph = " >=0.9.0,<0.10"
2324sphinx-copybutton = " >=0.5.2,<0.6"
You can’t perform that action at this time.
0 commit comments