Skip to content

Commit

Permalink
Try to get myst_parser working.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Apr 29, 2024
1 parent 1aed7bd commit ec942b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
source_dir = Path(__file__).parents[1].absolute()
build_dir = Path.cwd().parent.absolute()


# Trying this as a way to get myst_parser extension working.
sys.path.append(Path.cwd().parent)


# 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, make it absolute, like shown here.
Expand Down

0 comments on commit ec942b9

Please sign in to comment.