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.
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 indocs/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 ofhtml_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.