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 a1db04d commit 3dbba15Copy full SHA for 3dbba15
docs/conf.py
@@ -25,7 +25,7 @@
25
commit_version = git.Repo(search_parent_directories=True).head.object.hexsha
26
link_head_gh_blob = link_head_gh + "blob/" + commit_version
27
link_head_gh_tree = link_head_gh + "tree/" + commit_version
28
- pgm_project_root = "/"
+ pgm_project_root = ""
29
pgm_project_contribution = pgm_project_root + "/contributing"
30
else:
31
link_head_gh_blob = ""
0 commit comments