Skip to content

Commit 06b0fc9

Browse files
author
ch4rlie
committed
Turn on viewcode extension for Sphinx docs
1 parent c929930 commit 06b0fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __getattr__(cls, name):
4444
#---------------------------------------------------------------------------
4545
# General configuration
4646

47-
extensions = ["sphinx.ext.autodoc"]
47+
extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode"]
4848
templates_path = ["templates"]
4949
source_suffix = ".txt"
5050
master_doc = "index"

0 commit comments

Comments
 (0)