Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/games/angband/files/patch-docs_conf.py
16461 views
1
--- docs/conf.py.orig 2021-07-03 22:02:46 UTC
2
+++ docs/conf.py
3
@@ -53,10 +53,10 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"
4
5
# The theme to use for HTML and HTML Help pages. See the documentation for
6
# a list of builtin themes.
7
-from better import better_theme_path
8
+from sphinx_rtd_theme import get_html_theme_path
9
10
-html_theme_path = [better_theme_path]
11
-html_theme = "better"
12
+html_theme_path = [get_html_theme_path()]
13
+html_theme = "sphinx_rtd_theme"
14
15
html_title = "<img> The Angband Manual"
16
html_short_title = "Home"
17
18