How to use it? Canonical way seems to not work
FrancescoSaverioZuppichini opened this issue · comments
Francesco Saverio Zuppichini commented
Dear All,
I have installed the theme using
pip install git+https://github.com/pytorch/pytorch_sphinx_theme.git
imported and included in my conf.py
file as follows:
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.githubpages",
'sphinx.ext.coverage',
"sphinx.ext.napoleon",
"pytorch_sphinx_theme", # <- HERE!
"recommonmark"
]
However, the theme is still sphinx_rtd_theme
.
Thank you in advance.
Best Regards,
Francesco
Francesco Saverio Zuppichini commented
I had to replace the html_theme
variable