Skip to content
Snippets Groups Projects
Commit 54d14a42 authored by auphelia's avatar auphelia
Browse files

[Dockerfile & Sphinx Documentation] Change html to sphinx_rtd_theme in conf.py...

[Dockerfile & Sphinx Documentation] Change html to sphinx_rtd_theme in conf.py and add installation in Dockerfile
parent 2255aff1
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ RUN apt install verilator ...@@ -19,6 +19,7 @@ RUN apt install verilator
RUN apt-get -y install sshpass RUN apt-get -y install sshpass
RUN echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config RUN echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config
RUN pip install sphinx RUN pip install sphinx
RUN pip install sphinx_rtd_theme
# Note that we expect the cloned finn directory on the host to be # Note that we expect the cloned finn directory on the host to be
......
...@@ -45,7 +45,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] ...@@ -45,7 +45,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # a list of builtin themes.
# #
html_theme = 'alabaster' html_theme = 'sphinx_rtd_theme'
# Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files, # relative to this directory. They are copied after the builtin static files,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment