Skip to content

Commit 90fd586

Browse files
Resolve Arviz Hyperlink/directory error to correct directory (api)
1 parent b386d94 commit 90fd586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132

133133
# intersphinx configuration to ease linking arviz docs
134134
intersphinx_mapping = {
135-
"arviz": ("https://arviz-devs.github.io/arviz/", None),
135+
"arviz": ("https://arviz-devs.github.io/arviz/api", None),
136136
}
137137

138138

@@ -329,4 +329,4 @@
329329

330330
def setup(app):
331331
app.add_css_file("https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css")
332-
app.add_css_file("default.css")
332+
app.add_css_file("default.css")

0 commit comments

Comments
 (0)