diff options
Diffstat (limited to 'clang/docs/conf.py')
-rw-r--r-- | clang/docs/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/docs/conf.py b/clang/docs/conf.py index 4cee382..8cbf7e0 100644 --- a/clang/docs/conf.py +++ b/clang/docs/conf.py @@ -94,6 +94,10 @@ rst_epilog = f""" .. |ReleaseNotesTitle| replace:: {in_progress_title} Release Notes """ +# -- General options for output ------------------------------------------------ + +numfig = True + # -- Options for HTML output --------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for |