Skip to content

Commit bc9df09

Browse files
docs: include relbar (#21)
* docs: include relbar * docs: fix external links
1 parent 3e8e6c9 commit bc9df09

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
}
5454

5555
# Add any paths that contain templates here, relative to this directory.
56-
templates_path = ["_templates/autosummary"]
56+
templates_path = ["_templates/autosummary", "_templates"]
5757

5858
# List of patterns, relative to source directory, that match files and
5959
# directories to ignore when looking for source files.
@@ -86,12 +86,12 @@
8686
"icon_links": [
8787
{
8888
"name": "GitHub",
89-
"url": "https://github.com/4subsea/fourinsight-xyz",
89+
"url": "https://github.com/4Subsea/fourinsight-api-python",
9090
"icon": "fab fa-github",
9191
},
9292
{
9393
"name": "PyPI",
94-
"url": "https://pypi.org/project/fourinsight-xyz",
94+
"url": "https://pypi.org/project/fourinsight-api/",
9595
"icon": "fas fa-box",
9696
},
9797
],

0 commit comments

Comments
 (0)