Skip to content

Commit

Permalink
Troubleshoot ReadTheDocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
standage committed Dec 21, 2018
1 parent 908b039 commit fb0adba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import subprocess
subprocess.check_call(['pip', 'install', 'cython'])

# -- General configuration ------------------------------------------------

Expand Down

0 comments on commit fb0adba

Please sign in to comment.