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

Edit on GitHub links broken #3

Closed
buildersbrewery opened this issue Apr 14, 2020 · 4 comments
Closed

Edit on GitHub links broken #3

buildersbrewery opened this issue Apr 14, 2020 · 4 comments

Comments

@buildersbrewery
Copy link

Your "Edit on GitHub" links are broken, probably cause your string concatenation adds a redundant forward slash to the beginning of the second part.

@nbraud
Copy link

nbraud commented Jun 16, 2020

The second forward slash is not the only issue (removing it manually doesn't fix links)

@usethedata
Copy link

A link that works: https://github.com/evildmp/documentation-system/blob/master/introduction.rst

Your link: https://github.com/evildmp/documentation-system//master/introduction

@umarcor
Copy link

umarcor commented Aug 20, 2020

Since this theme is based on the one from ReadTheDocs, adding the following to your config file might fix it:

html_theme_options = {
    'vcs_pageview_mode': 'blob',
}

Unfortunately, sources seem not to be available (#6), so I cannot confirm.

@evildmp
Copy link
Owner

evildmp commented Apr 7, 2021

Fixed.

@evildmp evildmp closed this as completed Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants