Skip to content

Commit e6bd4ca

Browse files
committed
Remove suffix in links
1 parent 09f6540 commit e6bd4ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sphinx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Build docs
2727
run: |
28-
sphinx-build . _build
28+
sphinx-build -b dirhtml . _build
2929
3030
- name: Upload docs
3131
uses: actions/upload-artifact@main

.vscode/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"label": "build",
88
"type": "shell",
9-
"command": "make html",
9+
"command": "make dirhtml",
1010
// Do not show terminal on trigger
1111
"presentation": {
1212
"reveal": "never"

0 commit comments

Comments
 (0)