Skip to content

Commit

Permalink
Trying to get some insight of rtfd inner workings.
Browse files Browse the repository at this point in the history
This commitis garbage.
  • Loading branch information
cmd-ntrf committed Aug 28, 2014
1 parent 2e00741 commit ecd720a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@
plot_html_show_formats = True

# -- Options for extlinks extension ----------------------------------------------
import os
print(os.getcwd())
with open("../.git/HEAD", 'r') as git_head:
line = git_head.readline()
branch_name = line.split('/')[2].strip()
Expand Down

0 comments on commit ecd720a

Please sign in to comment.