From 30683cdc2892d7a1a8b6b9070fbbceb8981882a8 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 22 Dec 2020 11:51:24 -0500 Subject: disable including rst source files in sphinx docs --- api-docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api-docs/source') 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. # -- cgit v1.3.1