Skip to content

Commit

Permalink
updating conf.py #17
Browse files Browse the repository at this point in the history
  • Loading branch information
yudhastyawan committed Jul 21, 2021
1 parent b559500 commit 317b060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# sys.path.insert(0, os.path.abspath('.'))
import subprocess
subprocess.call("echo '/** \page gitlog Git History' > ../doxs/07_gitlog.dox", shell=True)
subprocess.call("echo '\code {.unparsed}' >> ../doxs/07_gitlog.dox", shell=True)
subprocess.call("echo '\code {.txt}' >> ../doxs/07_gitlog.dox", shell=True)
subprocess.call("git log --pretty=format:'%h : %s' --graph >> ../doxs/07_gitlog.dox", shell=True)
subprocess.call("echo '\endcode' >> ../doxs/07_gitlog.dox", shell=True)
subprocess.call("echo '**/' >> ../doxs/07_gitlog.dox", shell=True)
Expand Down

0 comments on commit 317b060

Please sign in to comment.