We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f14ab1 commit 1e16a7dCopy full SHA for 1e16a7d
2 files changed
docs/conf.py
@@ -47,7 +47,16 @@
47
# The theme to use for HTML and HTML Help pages. See the documentation for
48
# a list of builtin themes.
49
#
50
-html_theme = "sphinx_rtd_theme"
+html_theme = "sphinx_book_theme"
51
+
52
+html_theme_options = {
53
+ "repository_url": "https://github.com/SystemRDL/PeakRDL-cheader",
54
+ "path_to_docs": "docs",
55
+ "use_download_button": False,
56
+ "use_source_button": True,
57
+ "use_repository_button": True,
58
+ "use_issues_button": True,
59
+}
60
61
# Add any paths that contain custom static files (such as style sheets) here,
62
# relative to this directory. They are copied after the builtin static files,
docs/requirements.txt
@@ -1,2 +1,2 @@
1
pygments-systemrdl
2
-sphinx-rtd-theme
+sphinx-book-theme
0 commit comments