ports/devel/llvm10/files/lldb/patch-tools_lldb_docs_conf.py
Brooks Davis 3652926297 Add LLVM 10.0.0rc1
Due to the added digit from 9 to 10 and the fact that ##.1.# releases
are vanishingly rare, use llvm10 rather than llvm100 for the name.

EXTRAS are currently disabled due to configure errors.

Sponsored by:	DARPA
2020-02-01 01:05:15 +00:00

15 lines
455 B
Python

--- tools/lldb/docs/conf.py.orig
+++ tools/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 = []