Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yangheng95 committed Sep 17, 2022
1 parent 5052ee5 commit 718e7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import os
import sys

sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('..'))

# -- Project information -----------------------------------------------------

Expand Down Expand Up @@ -46,7 +46,7 @@
'autoapi.extension'
]
autoapi_type = 'python'
autoapi_dirs = ['../../pyabsa']
autoapi_dirs = ['../pyabsa']

# Add any paths that contain templates here, relative to this directory.
templates_path = []
Expand Down

0 comments on commit 718e7b3

Please sign in to comment.