We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb2655 commit 21d84ceCopy full SHA for 21d84ce
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
python-version: '3.12'
20
- run: pip install sphinx sphinx_rtd_theme sphinx-reredirects
21
- - run: make html
+ - run: make dirhtml
22
- name: Upload artifact
23
uses: actions/upload-pages-artifact@v3
24
source/conf.py
@@ -122,10 +122,7 @@
122
123
html_favicon = 'img/favicon.ico'
124
125
-html_link_suffix = ''
126
-
127
redirects = {
128
- "index": "/",
129
"hub/setup/requirements": "/hub/deployment#hardware-requirements",
130
"hub/setup/billing": "/hub/license",
131
"hub/setup/keycloak-administration": "/hub/user-group-management",
0 commit comments