mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
pytorch theme
This commit is contained in:
parent
0f41118f31
commit
b5d073bd6b
1 changed files with 6 additions and 4 deletions
|
@ -20,13 +20,15 @@ author = "Meta"
|
|||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||
|
||||
extensions = ["myst_parser", "sphinx_rtd_theme"]
|
||||
import sphinx_pdj_theme
|
||||
import pytorch_sphinx_theme
|
||||
|
||||
html_theme = "sphinx_pdj_theme"
|
||||
html_theme_path = [sphinx_pdj_theme.get_html_theme_path()]
|
||||
# html_theme = "sphinx_pdj_theme"
|
||||
# html_theme_path = [sphinx_pdj_theme.get_html_theme_path()]
|
||||
|
||||
# html_theme = "sphinx_rtd_theme"
|
||||
# html_theme = "pytorch_sphinx_theme"
|
||||
html_theme = "pytorch_sphinx_theme"
|
||||
html_theme_path = [pytorch_sphinx_theme.get_html_theme_path()]
|
||||
|
||||
# html_theme_path = ["../pytorch_sphinx_theme"]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue