Skip to content

Commit

Permalink
implement remarks from the PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
roosre committed Dec 19, 2022
1 parent 758d444 commit 81fc1e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ jobs:
- name: Generate the documentation with tox
run: |
tox -e doc-linux
touch .tox/doc_out/.nojekyll
- name: Upload HTML Documentation
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
("PyAnsys", "https://docs.pyansys.com/"),
],
"switcher": {
"json_url": f"{cname}/release/versions.json",
"json_url": f"https://{cname}/release/versions.json",
"version_match": get_version_match(__version__),
},
"navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"],
Expand Down

0 comments on commit 81fc1e9

Please sign in to comment.