KennethEnevoldsen / augmenty

Augmenty is an augmentation library based on spaCy for augmenting texts.
https://kennethenevoldsen.github.io/augmenty/
MIT License
151 stars 11 forks source link

Fix docs GitHub link #211

Closed EFord36 closed 1 year ago

EFord36 commented 1 year ago

When I noticed the typo in #210 , I clicked the GitHub icon at the bottom of the docs, and got a 404. I dug into this and it appears to be a typo in the github_user variable in docs/conf.py.

I also noticed the GitHub user was also stored elsewhere in the same file, so I thought it would be nice to share the same variable (I can undo this commit if you don't like it though).

(Although to be honest, I'm not sure if "display_github" and the related parts of html_context actually do anything at the moment, I think maybe they're ReadTheDocs specific?)

I've built the docs locally and checked that the new link is fixed.