diff --git a/conf.py b/conf.py index 921c68628..5b3343a9e 100644 --- a/conf.py +++ b/conf.py @@ -41,6 +41,9 @@ html_theme_options = { # relative path to subdirectories html_logo = "../_shared_assets/static/logo-white.png" +# disable including the reST sources in HTML builds (in _sources/) (default is True) +html_copy_source = False + # substitutions go here rst_epilog = '.. |version| replace:: %s' % version