Skip to content

Commit

Permalink
fix local docs build
Browse files Browse the repository at this point in the history
change the location of import to better build docs locally
  • Loading branch information
MarcinKonowalczyk committed Sep 1, 2021
1 parent 004e0df commit 6523daf
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 @@ -14,13 +14,13 @@

import sphinx_rtd_theme

import more_itertools

# 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('..'))

import more_itertools

# -- General configuration -----------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
Expand Down

0 comments on commit 6523daf

Please sign in to comment.