Skip to content

Commit

Permalink
Put sphinx configuration path back in an attempt to fix the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-lockwood committed Jul 17, 2018
1 parent 52642a4 commit 40e287b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import alabaster
import os
import sys
sys.path.insert(0, os.path.abspath('../'))
sys.path.insert(0, os.path.abspath('../stisblazefix'))


# -- General configuration ------------------------------------------------
Expand Down

0 comments on commit 40e287b

Please sign in to comment.