Skip to content

Commit

Permalink
fixed cmake python call
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucide committed Feb 2, 2021
1 parent 00c47af commit 482afd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/readthedocs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

import subprocess

subprocess.run(["cmake -P ci.cmake"], check=True)
subprocess.run(["cmake", "-P", "ci.cmake"], check=True)
with open("../../build/doc/conf.py") as infile:
exec(infile.read())

0 comments on commit 482afd8

Please sign in to comment.