2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 11:18:27 +08:00

doc/manual: add links to source code

This commit is contained in:
Robert Jördens 2016-05-27 19:01:14 +02:00
parent f24f7380f5
commit a6afc16585

View File

@ -51,6 +51,7 @@ from artiq import __version__ as artiq_version
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'sphinxarg.ext',
]