Skip to content

Commit 0497e46

Browse files
authored
Update trinity config guide (#50)
1 parent efff1b7 commit 0497e46

File tree

6 files changed

+293
-122
lines changed

6 files changed

+293
-122
lines changed

docs/sphinx_doc/source/conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@
5454
"navigation_depth": 3,
5555
}
5656

57+
html_context = {
58+
"display_github": True,
59+
"github_user": "modelscope",
60+
"github_repo": "Trinity-RFT",
61+
"github_version": "main",
62+
"conf_py_path": "/docs/sphinx_doc/source/",
63+
}
64+
5765
# Add any paths that contain custom static files (such as style sheets) here,
5866
# relative to this directory. They are copied after the builtin static files,
5967
# so a file named "default.css" will overwrite the builtin "default.css".

docs/sphinx_doc/source/tutorial/example_data_functionalities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Data processing functionalities
1+
# Data Processing
22

33
## Example: reasoning task
44

0 commit comments

Comments
 (0)