Skip to content

Commit 41969e2

Browse files
docs: fix path to download assets (#522)
## Description As title says. The current click on "download assets" ends in 404 not found page because the path was not correctly set. However, adding "assets.zip" to the URL fixes this :) ## Issue linked None ## Checklist - [ ] I have tested my changes locally. - [ ] I have added necessary documentation or updated existing documentation. - [ ] I have followed the coding style guidelines of this project. - [ ] I have added appropriate tests (unit, integration, system). - [ ] I have reviewed my changes before submitting this pull request. - [ ] I have linked the issue or issues that are solved by the PR if any. - [ ] I have assigned this PR to myself. - [ ] I have made sure that the title of my PR follows [Conventional commits style](https://www.conventionalcommits.org/en/v1.0.0/#summary) (e.g. ``feat: add optical property``) - [ ] I have agreed with the Contributor License Agreement ([CLA](https://developer.ansys.com/form/cla-acceptance)). --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent e0394e3 commit 41969e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changelog.d/522.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix path to download assets

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
cname_pref=f"https://{cname}/version/{get_version_match(version)}",
179179
python_file_loc="{{ env.docname }}.py",
180180
ipynb_file_loc="{{ env.docname }}.ipynb",
181-
assets_loc="_static/assets/download/",
181+
assets_loc="_static/assets/download/assets.zip",
182182
)
183183

184184

0 commit comments

Comments
 (0)