forked from Archives/langchain
Add link to gihub repo in header of new docs (#524)
This commit is contained in:
parent
447683de6f
commit
6d78be0c83
@ -78,6 +78,12 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
|
|||||||
#
|
#
|
||||||
html_theme = "sphinx_book_theme"
|
html_theme = "sphinx_book_theme"
|
||||||
|
|
||||||
|
html_theme_options = {
|
||||||
|
"path_to_docs": "docs",
|
||||||
|
"repository_url": "https://github.com/hwchase17/langchain",
|
||||||
|
"use_repository_button": True,
|
||||||
|
}
|
||||||
|
|
||||||
html_context = {
|
html_context = {
|
||||||
"display_github": True, # Integrate GitHub
|
"display_github": True, # Integrate GitHub
|
||||||
"github_user": "hwchase17", # Username
|
"github_user": "hwchase17", # Username
|
||||||
|
Loading…
Reference in New Issue
Block a user