We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f6540 commit e6bd4caCopy full SHA for e6bd4ca
.github/workflows/sphinx.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Build docs
27
run: |
28
- sphinx-build . _build
+ sphinx-build -b dirhtml . _build
29
30
- name: Upload docs
31
uses: actions/upload-artifact@main
.vscode/tasks.json
@@ -6,7 +6,7 @@
6
{
7
"label": "build",
8
"type": "shell",
9
- "command": "make html",
+ "command": "make dirhtml",
10
// Do not show terminal on trigger
11
"presentation": {
12
"reveal": "never"
0 commit comments