diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2021-03-05 01:47:32 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2021-03-05 01:47:32 +0000 |
commit | 85e3df44bdb363fbf5756a49bc3bb2e5eec24ca0 (patch) | |
tree | fa3afce25180abdba64fd6bf0d14ddaaef872882 /devel/llvm12/files/patch-lldb_docs_conf.py | |
parent | a8d0cf7a9bbe4bc75282201c44e4bc7e13c53e0c (diff) | |
download | ports-85e3df44bdb363fbf5756a49bc3bb2e5eec24ca0.tar.gz ports-85e3df44bdb363fbf5756a49bc3bb2e5eec24ca0.zip |
Notes
Diffstat (limited to 'devel/llvm12/files/patch-lldb_docs_conf.py')
-rw-r--r-- | devel/llvm12/files/patch-lldb_docs_conf.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/llvm12/files/patch-lldb_docs_conf.py b/devel/llvm12/files/patch-lldb_docs_conf.py new file mode 100644 index 000000000000..80007ecd83ba --- /dev/null +++ b/devel/llvm12/files/patch-lldb_docs_conf.py @@ -0,0 +1,15 @@ +--- 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 = [] |