summaryrefslogtreecommitdiff
path: root/api-docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2020-12-22 11:51:24 -0500
committerJordan Wiens <jordan@psifertex.com>2020-12-22 11:51:24 -0500
commit30683cdc2892d7a1a8b6b9070fbbceb8981882a8 (patch)
treef7fcaebede7195571d162013c9f353a712f09213 /api-docs
parentd8030b6c75f638b92c1908d8b427299c2d0abe92 (diff)
disable including rst source files in sphinx docs
Diffstat (limited to 'api-docs')
-rw-r--r--api-docs/source/conf.py3
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.
#