Unverified Commit 043f045c authored by Michael Gussert's avatar Michael Gussert Committed by GitHub

Fixes GitHub edit link (#2873)

I added the path_to_docs key to the html_theme_options dictionary in
conf.py and set it to docs/

## Checklist

- [X] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [X] I have made corresponding changes to the documentation
- [X] My changes generate no new warnings
- [X] I have added tests that prove my fix is effective or that my
feature works
- [X] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [X] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there
parent fde59597
...@@ -229,6 +229,7 @@ html_static_path = ["source/_static/css"] ...@@ -229,6 +229,7 @@ html_static_path = ["source/_static/css"]
html_css_files = ["custom.css"] html_css_files = ["custom.css"]
html_theme_options = { html_theme_options = {
"path_to_docs": "docs/",
"collapse_navigation": True, "collapse_navigation": True,
"repository_url": "https://github.com/isaac-sim/IsaacLab", "repository_url": "https://github.com/isaac-sim/IsaacLab",
"use_repository_button": True, "use_repository_button": True,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment