Skip to content

Instantly share code, notes, and snippets.

@constrict0r
Created January 19, 2020 19:35
Show Gist options
  • Save constrict0r/ec30106b78cad9051d1e4714e8b7ed5d to your computer and use it in GitHub Desktop.
Save constrict0r/ec30106b78cad9051d1e4714e8b7ed5d to your computer and use it in GitHub Desktop.
Github/Gitlab Img URL conf.py
Doom
# github
img_base_url = "https://raw.githubusercontent.com/"
img_url = img_base_url + author + "/img/master/" + project + "/"
# gitlab
img_base_url = "https://gitlab.com/" + author + "/" + project + "/"
img_url = img_base_url + "img/raw/master/"
General
# github
img_base_url = "https://raw.githubusercontent.com/"
img_url = img_base_url + author + "/" + project + "/master/img/"
# gitlab
img_base_url = "https://gitlab.com/" + author + "/" + project + "/"
img_url = img_base_url + "raw/master/img/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment