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 3e8e6c9 commit bc9df09Copy full SHA for bc9df09
1 file changed
docs/conf.py
@@ -53,7 +53,7 @@
53
}
54
55
# Add any paths that contain templates here, relative to this directory.
56
-templates_path = ["_templates/autosummary"]
+templates_path = ["_templates/autosummary", "_templates"]
57
58
# List of patterns, relative to source directory, that match files and
59
# directories to ignore when looking for source files.
@@ -86,12 +86,12 @@
86
"icon_links": [
87
{
88
"name": "GitHub",
89
- "url": "https://github.com/4subsea/fourinsight-xyz",
+ "url": "https://github.com/4Subsea/fourinsight-api-python",
90
"icon": "fab fa-github",
91
},
92
93
"name": "PyPI",
94
- "url": "https://pypi.org/project/fourinsight-xyz",
+ "url": "https://pypi.org/project/fourinsight-api/",
95
"icon": "fas fa-box",
96
97
],
0 commit comments