Skip to content

Commit 21d84ce

Browse files
committed
Try dirhtml approach
1 parent acb2655 commit 21d84ce

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: '3.12'
2020
- run: pip install sphinx sphinx_rtd_theme sphinx-reredirects
21-
- run: make html
21+
- run: make dirhtml
2222
- name: Upload artifact
2323
uses: actions/upload-pages-artifact@v3
2424
with:

source/conf.py

-3
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,7 @@
122122

123123
html_favicon = 'img/favicon.ico'
124124

125-
html_link_suffix = ''
126-
127125
redirects = {
128-
"index": "/",
129126
"hub/setup/requirements": "/hub/deployment#hardware-requirements",
130127
"hub/setup/billing": "/hub/license",
131128
"hub/setup/keycloak-administration": "/hub/user-group-management",

0 commit comments

Comments
 (0)