Skip to content

Commit

Permalink
Remove sys.path modifications in sphinx docs
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jun 2, 2022
1 parent 9ca58ba commit d8f1fa0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,8 @@
# serve to show the default.
"""Sphinx documentation configuration."""

import os
import sys
from datetime import datetime

# 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.
sys.path.insert(0, os.path.abspath('../../'))
from pyresample import __version__ # noqa

# -- General configuration -----------------------------------------------
Expand Down

0 comments on commit d8f1fa0

Please sign in to comment.