diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2020-12-22 11:51:24 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-12-22 11:51:24 -0500 |
| commit | 30683cdc2892d7a1a8b6b9070fbbceb8981882a8 (patch) | |
| tree | f7fcaebede7195571d162013c9f353a712f09213 /api-docs/source | |
| parent | d8030b6c75f638b92c1908d8b427299c2d0abe92 (diff) | |
disable including rst source files in sphinx docs
Diffstat (limited to 'api-docs/source')
| -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. # |
