Skip to content

Commit

Permalink
attempt add readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
codeKgu committed Sep 8, 2020
1 parent 6a01f28 commit f68c765
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Expand Up @@ -12,8 +12,9 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('../../'))
print(os.getcwd())
sys.path.insert(0, os.path.abspath('../../multimodal/'))
sys.path.insert(0, os.path.abspath('../../'))


# -- Project information -----------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions readthedocs.yml
Expand Up @@ -3,6 +3,7 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

sphinx:
builder: html
configuration: docs/source/conf.py

python:
Expand Down

0 comments on commit f68c765

Please sign in to comment.