Skip to content

Commit

Permalink
Fix breathe version to 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Jun 25, 2019
1 parent bc1f97a commit b1ce69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from git_version import git_version

if on_rtd:
subprocess.call([sys.executable, '-m', 'pip', 'install', 'breathe'])
subprocess.call([sys.executable, '-m', 'pip', 'install', 'breathe==4.12'])
subprocess.call('doxygen', shell=True)

# If extensions (or modules to document with autodoc) are in another directory,
Expand Down

0 comments on commit b1ce69a

Please sign in to comment.