Skip to content

Commit

Permalink
docs: fix links to code in API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed May 7, 2024
1 parent 49918e9 commit 7d1fa5f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
from __future__ import annotations

import sys
from pathlib import Path

import invert4geom

sys.path.insert(0, Path.resolve("../src"))

project = "invert4geom"
copyright = "2023, Matt Tankersley"
author = "Matt Tankersley"
Expand All @@ -11,7 +16,7 @@
"autoapi.extension",
"sphinx.ext.intersphinx",
"sphinx.ext.mathjax",
"sphinx.ext.autodoc",
"sphinx.ext.autodoc", # needed for typehints
"sphinx_copybutton",
"myst_parser",
"sphinx_design",
Expand Down

0 comments on commit 7d1fa5f

Please sign in to comment.