Skip to content

Commit

Permalink
that should (maybe?) fix the import error in RTD.
Browse files Browse the repository at this point in the history
... next attempt
  • Loading branch information
wpfff committed Jan 20, 2019
1 parent ac0b05b commit 665830c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
import sys
sys.path.insert(0, os.path.abspath('../../plottr/'))
# import os
# import sys
# sys.path.insert(0, os.path.abspath('../../plottr/'))


# -- Project information -----------------------------------------------------
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
matplotlib>=3.0.0
numpy>=1.12.0
pyqtgraph>=0.10.0
qcodes>=0.1.11

0 comments on commit 665830c

Please sign in to comment.