Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs build #1953

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Conversation

ADBond
Copy link
Contributor

@ADBond ADBond commented Feb 9, 2024

Type of PR

  • BUG
  • FEAT
  • MAINT
  • DOC

Is your Pull Request linked to an existing Issue or Pull Request?

Fixes #1948.

Give a brief description for the solution you have provided

After #1917 the link-checking broke. This appears to be because the file CONTRIBUTING.md lives outside the docs/ folder and so is not included in the build. Presumably one of the dependencies I removed did some magic to allow this previously.

This adds a symlink in docs/ to the original file, so that to mkdocs it appears in the correct place, and we don't need to worry about keeping both copies in sync. The link rewriting for CONTRIBUTING.md is already handled from #1913.

This dummy PR shows the docs CI passing the link-checking okay now.

PR Checklist

  • Added documentation for changes
  • Added feature to example notebooks or tutorial (if appropriate)
  • Added tests (if appropriate)
  • Updated CHANGELOG.md (if appropriate)
  • Made changes based off the latest version of Splink
  • Run the linter

@ADBond ADBond added bug Something isn't working documentation Improvements or additions to documentation labels Feb 9, 2024
@ADBond ADBond requested a review from RossKen February 9, 2024 14:02
@ADBond ADBond merged commit d34b34e into moj-analytical-services:master Feb 12, 2024
4 of 5 checks passed
@ADBond ADBond deleted the fix-docs-build branch February 12, 2024 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs build broken
2 participants