Skip to content

Commit

Permalink
build: update doc config
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Jul 29, 2024
1 parent dccda3d commit 8467ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys

import django
from path import Path
from pathlib import Path

# Add any paths that contain templates here, relative to this directory.
# templates_path.append('source/_templates')
Expand All @@ -16,7 +16,7 @@
# If extensions (or modules to document with autodoc) are in another directory,
# 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.
root = Path('../../..').abspath()
root = Path('../../..').resolve()
sys.path.insert(0, root)
sys.path.append(root / "analytics_data_api/v0/views")
sys.path.append('.')
Expand Down

0 comments on commit 8467ec9

Please sign in to comment.