Skip to content

Commit 9deb3b7

Browse files
committed
docs: fix LICENSE link in README to resolve myst.xref_missing
Replace the relative path (LICENSE) with an absolute URL so MyST treats it as an external link rather than an internal cross-reference. Removes the <!-- docs-end --> workaround so the License section is now included in the rendered Sphinx docs as well.
1 parent fc58c7e commit 9deb3b7

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ If you use CausalPy in your research, please cite it. A Zenodo DOI for stable re
164164

165165
Plans for the repository can be seen in the [Issues](https://github.com/pymc-labs/CausalPy/issues).
166166

167-
<!-- docs-end -->
168-
169167
## License
170168

171-
[Apache License 2.0](LICENSE)
169+
[Apache License 2.0](https://github.com/pymc-labs/CausalPy/blob/main/LICENSE)

docs/source/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
```{include} ../../README.md
88
:start-after: <!-- docs-start -->
9-
:end-before: <!-- docs-end -->
109
```
1110

1211
:::{toctree}

0 commit comments

Comments
 (0)