Skip to content

Commit

Permalink
fixing build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrutgers committed Aug 24, 2021
1 parent bd2b102 commit ad5f3e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
setuptools >= 38.6.0
wheel >= 0.31.0
twine >= 1.11.0
jinja2
textx
pyzmq
Expand Down
2 changes: 1 addition & 1 deletion sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import os
import sys

sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)), '../client'))
sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)), '../python'))
import libstored

import sphinx_rtd_theme
Expand Down

0 comments on commit ad5f3e9

Please sign in to comment.