mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
pdj theme
This commit is contained in:
parent
b7f6ea4b58
commit
0f41118f31
2 changed files with 7 additions and 2 deletions
|
@ -3,3 +3,4 @@ myst-parser
|
||||||
linkify
|
linkify
|
||||||
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
|
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
|
||||||
sphinx-rtd-theme>=1.0.0
|
sphinx-rtd-theme>=1.0.0
|
||||||
|
sphinx-pdj-theme
|
||||||
|
|
|
@ -20,8 +20,12 @@ author = "Meta"
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||||
|
|
||||||
extensions = ["myst_parser", "sphinx_rtd_theme"]
|
extensions = ["myst_parser", "sphinx_rtd_theme"]
|
||||||
|
import sphinx_pdj_theme
|
||||||
|
|
||||||
html_theme = "sphinx_rtd_theme"
|
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"]
|
# html_theme_path = ["../pytorch_sphinx_theme"]
|
||||||
|
|
||||||
|
@ -49,7 +53,7 @@ myst_enable_extensions = [
|
||||||
# -- Options for HTML output -------------------------------------------------
|
# -- Options for HTML output -------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
||||||
|
|
||||||
html_theme = "alabaster"
|
# html_theme = "alabaster"
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"canonical_url": "https://github.com/meta-llama/llama-stack",
|
"canonical_url": "https://github.com/meta-llama/llama-stack",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue