Skip to content

Commit

Permalink
17
Browse files Browse the repository at this point in the history
  • Loading branch information
Huowl committed Oct 17, 2023
1 parent e982d69 commit dd05783
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py → docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
from pathlib import Path

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

#The master toctree document
master_doc = 'index'
Expand Down Expand Up @@ -52,4 +52,4 @@

html_theme = 'alabaster'
html_static_path = ['_static']
html_logo = '../images/logo_rostok.jpg'
html_logo = 'images/logo_rostok.jpg'

0 comments on commit dd05783

Please sign in to comment.