We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9896e commit c79bd09Copy full SHA for c79bd09
docs/source/conf.py
@@ -37,10 +37,10 @@
37
extensions = [
38
"sphinx.ext.autodoc",
39
"sphinx.ext.autosummary",
40
+ "sphinx.ext.linkcode",
41
"sphinx.ext.mathjax",
42
"sphinx.ext.napoleon",
43
"sphinx.ext.intersphinx",
- "sphinx.ext.linkcode",
44
"sphinx_autodoc_defaultargs",
45
"sphinx_subfigure",
46
]
@@ -122,7 +122,7 @@ def linkcode_resolve(domain, info):
122
# e.g. object is a typing.Union
123
return None
124
125
- filename = os.path.relpath(filename, os.path.abspath(".."))
+ filename = os.path.relpath(filename, os.path.abspath("../.."))
126
127
if not filename.startswith("varipeps"):
128
# e.g. object is a typing.NewType
0 commit comments