mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 17:46:19 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d6ee68638 | ||
|
|
acf3b1be65 |
+1
-1
@@ -384,7 +384,7 @@ def on_build_finished(app: Sphinx, exception):
|
||||
for name, (project, version, url, display) in entries.items():
|
||||
index[name] = url
|
||||
|
||||
out_path = os.path.join(app.outdir, "namespace_index.json")
|
||||
out_path = os.path.join(app.outdir, "index.json")
|
||||
with open(out_path, "w") as f:
|
||||
json.dump(index, f, indent=2, sort_keys=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user