mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
Notable *port* changes (vs devel/llvm11): - Switch to single llvm-project distfile. This simplifies the port and support for the old style build process is rotting upstream after the mono-repo conversion. - Disable libedit dependency in libLLVM (still used by LLDB). This is one small step toward a dependency-less clang. - LLDB docs are disabled due to issues finding python includes when autogenerating API docs. Sponsored by: DARPA
15 lines
443 B
Python
15 lines
443 B
Python
--- lldb/docs/conf.py.orig
|
|
+++ lldb/docs/conf.py
|
|
@@ -97,9 +97,9 @@
|
|
# Theme options are theme-specific and customize the look and feel of a theme
|
|
# further. For a list of options available for each theme, see the
|
|
# documentation.
|
|
-html_theme_options = {
|
|
- 'font_size': '11pt'
|
|
-}
|
|
+#html_theme_options = {
|
|
+# 'font_size': '11pt'
|
|
+#}
|
|
|
|
# Add any paths that contain custom themes here, relative to this directory.
|
|
#html_theme_path = []
|