Skip to content

Commit

Permalink
Update breathe to fix overload issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Oct 20, 2015
1 parent c684886 commit cb5a169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def build_docs():
pip_install('cppformat/sphinx',
'12dde8afdb0a7bb5576e2656692c3478c69d8cc3',
check_version='1.4a0.dev-20151013')
pip_install('michaeljones/breathe',
'511b0887293e7c6b12310bb61b3659068f48f0f4')
pip_install('cppformat/breathe',
'da8bc0b3d4f6897d89061a934c323c247ef9e9b0')
# Build docs.
cmd = ['doxygen', '-']
p = Popen(cmd, stdin=PIPE)
Expand Down

0 comments on commit cb5a169

Please sign in to comment.