File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 2929project = "NeMo-Curator"
3030project_copyright = "2025, NVIDIA Corporation"
3131author = "NVIDIA Corporation"
32- release = "0.0.1 "
32+ release = "0.25.7 "
3333
3434# -- General configuration ---------------------------------------------------
3535# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
289289
290290html_theme_options = {
291291 "switcher" : {
292- "json_url" : "./versions1.json" ,
292+ "json_url" : ".. /versions1.json" ,
293293 "version_match" : release ,
294294 },
295295 # Configure PyData theme search
296296 "search_bar_text" : "Search NVIDIA docs..." ,
297297 "navbar_persistent" : ["search-button" ], # Ensure search button is present
298+ "icon_links" : [
299+ {
300+ "name" : "GitHub" ,
301+ "url" : "https://github.com/NVIDIA-NeMo/Curator" ,
302+ "icon" : "fa-brands fa-github" ,
303+ }
304+ ],
298305 "extra_head" : {
299306 """
300307 <script src="https://assets.adobedtm.com/5d4962a43b79/c1061d2c5e7b/launch-191c2462b890.min.js" ></script>
Original file line number Diff line number Diff line change 11[
22 {
33 "preferred" : true ,
4- "version" : " 25.7" ,
5- "url" : " ../25.7"
4+ "version" : " 0. 25.7" ,
5+ "url" : " ../0. 25.7"
66 }
77]
You can’t perform that action at this time.
0 commit comments