mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
theme
This commit is contained in:
parent
7f6a39c312
commit
b7f6ea4b58
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
sphinx
|
||||
myst-parser
|
||||
linkify
|
||||
sphinx==5.0.0
|
||||
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
|
||||
sphinx-rtd-theme>=1.0.0
|
||||
|
|
|
@ -22,8 +22,8 @@ author = "Meta"
|
|||
extensions = ["myst_parser", "sphinx_rtd_theme"]
|
||||
|
||||
html_theme = "sphinx_rtd_theme"
|
||||
html_theme = "pytorch_sphinx_theme"
|
||||
html_theme_path = ["../pytorch_sphinx_theme"]
|
||||
# html_theme = "pytorch_sphinx_theme"
|
||||
# html_theme_path = ["../pytorch_sphinx_theme"]
|
||||
|
||||
|
||||
templates_path = ["_templates"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue