We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254ef43 commit d5fcc77Copy full SHA for d5fcc77
docs/source/conf.py
@@ -49,7 +49,9 @@
49
if os.environ.get('READTHEDOCS') == 'True':
50
extensions.append("sphinx_github_style")
51
# Set the linkcode_url for sphinx-github-style extension
52
- linkcode_url = "https://github.com/dpeerlab/Palantir/blob/{revision}/{path}#L{lineno}"
+ linkcode_url = "https://github.com/dpeerlab/Palantir/blob/master/{path}#L{lineno}"
53
+ github_repo = "dpeerlab/Palantir"
54
+ github_version = "master"
55
56
source_suffix = [".rst", ".md"]
57
0 commit comments