Skip to content

Commit

Permalink
feat: enable buttons for contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jerry-ye committed Dec 3, 2024
1 parent 8245978 commit 2f7c6f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions next/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@

html_theme = 'sphinx_book_theme'
html_static_path = ['_static']
html_theme_options = {
"repository_url": "https://github.com/moonbitlang/moonbit-docs/",
"path_to_docs": "next",
"use_source_button": True,
"use_edit_page_button": True,
"use_issues_button": True,
}

# -- Options for LaTeX output ------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-latex-output
Expand Down

0 comments on commit 2f7c6f8

Please sign in to comment.