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
6150377db8
commit
335d035a93
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
sphinx
|
||||
myst-parser
|
||||
linkify
|
||||
sphinx==5.0.0
|
||||
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
|
||||
|
|
|
@ -19,7 +19,11 @@ author = "Meta"
|
|||
# -- General configuration ---------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||
|
||||
extensions = ["myst_parser"]
|
||||
extensions = ["myst_parser", "sphinx_rtd_theme"]
|
||||
|
||||
html_theme = "sphinx_rtd_theme"
|
||||
html_theme = "pytorch_sphinx_theme"
|
||||
|
||||
|
||||
templates_path = ["_templates"]
|
||||
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue