Skip to content

Commit 0f82eb1

Browse files
committed
fix md file name. Roll back unnecessary changes to conf.py
Signed-off-by: Hao Wu <[email protected]>
1 parent 0a8d3e7 commit 0f82eb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/apidocs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ NeMo Emerging Optimizers API reference provides comprehensive technical document
99
utils.md
1010
orthogonalized-optimizers.md
1111
soap.md
12-
scalar_optimizers.md
12+
scalar-optimizers.md
1313
```

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def linkcode_resolve(domain, info):
104104
}
105105
],
106106
"switcher": {
107-
"json_url": "versions1.json",
107+
"json_url": "../versions1.json",
108108
"version_match": release,
109109
},
110110
"extra_head": {

0 commit comments

Comments
 (0)