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 317b060 commit 853b59a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
# 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 {.txt}' >> ../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 '\endcode' >> ../doxs/07_gitlog.dox", shell=True)
subprocess.call("echo '**/' >> ../doxs/07_gitlog.dox", shell=True)
subprocess.call('cd .. ; doxygen', shell=True)

Expand Down

0 comments on commit 853b59a

Please sign in to comment.