Skip to content

Commit

Permalink
fix sphinx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
yangeorget committed Sep 23, 2024
1 parent 8706a3b commit 67f511f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,13 @@

html_theme = 'sphinx_rtd_theme'

html_context = {
"display_github": True, # Integrate GitHub
"github_user": "yangeorget", # Username
"github_repo": "nucs", # Repo name
"github_version": "main", # Version
"conf_py_path": "/source/", # Path in the checkout to the docs root
}

# -- Options for EPUB output
epub_show_urls = 'footnote'

0 comments on commit 67f511f

Please sign in to comment.