diff options
| -rw-r--r-- | api-docs/source/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index d482f670..dd3ca917 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -255,7 +255,8 @@ html_split_index = False # If true, links to the reST sources are added to the pages. # -html_show_sourcelink = True +html_copy_source = False +html_show_sourcelink = False # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. # |
