-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
[Docs] "Edit on GitHub" button does not lead to doc on GH #6716
Copy link
Copy link
Open
Labels
Category: MetaThis is related to the repository maintenance.This is related to the repository maintenance.Status: In ProgressThere's a PR open to deal with this, or an org member is working on this internallyThere's a PR open to deal with this, or an org member is working on this internallyType: BugUnexpected behavior, result, or exception. In case of PRs, it is a fix for the foregoing.Unexpected behavior, result, or exception. In case of PRs, it is a fix for the foregoing.
Metadata
Metadata
Assignees
Labels
Category: MetaThis is related to the repository maintenance.This is related to the repository maintenance.Status: In ProgressThere's a PR open to deal with this, or an org member is working on this internallyThere's a PR open to deal with this, or an org member is working on this internallyType: BugUnexpected behavior, result, or exception. In case of PRs, it is a fix for the foregoing.Unexpected behavior, result, or exception. In case of PRs, it is a fix for the foregoing.
The "Edit on GitHub" button does not fully lead to the docs.
The broken URL when clicked: https://github.com/Cog-Creators/Red-DiscordBot/blob/V3/developindex.rst
What it should be: https://github.com/Cog-Creators/Red-DiscordBot/blob/V3/develop/docs/index.rst
I've tried changing the
conf.pyfile to try and get it to lead to the correct path, but it's not taking effect at all from my testing. So I'm assuming it's the theming I can't see, or something needing changing in the admin panel. If it's not, I'd like to know the fix for myself, so I can figure out what I was doing wrong.(nuclear option, yet none of these worked, even when all were included at once).
The conf_py_path and doc_path in html_context don't appear to be taking effect in my testing.