Switch docs theme
This commit is contained in:
12
docs/conf.py
12
docs/conf.py
@@ -49,7 +49,17 @@ 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 = "sphinx_rtd_theme"
|
html_theme = "sphinx_book_theme"
|
||||||
|
|
||||||
|
html_theme_options = {
|
||||||
|
"repository_url": "https://github.com/SystemRDL/PeakRDL-regblock",
|
||||||
|
"path_to_docs": "docs",
|
||||||
|
"use_download_button": False,
|
||||||
|
"use_source_button": True,
|
||||||
|
"use_repository_button": True,
|
||||||
|
"use_issues_button": True,
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# 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,
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
pygments-systemrdl
|
pygments-systemrdl
|
||||||
sphinxcontrib-wavedrom
|
sphinxcontrib-wavedrom
|
||||||
sphinx-rtd-theme
|
sphinx-book-theme
|
||||||
|
|||||||
Reference in New Issue
Block a user