Merge pull request #2698 from Zsailer/eventlog-tests

Instrument JupyterHub to record events with jupyter_telemetry [Part II]
This commit is contained in:
Min RK
2019-09-24 11:08:45 +02:00
committed by GitHub
11 changed files with 236 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ extensions = [
'sphinx.ext.napoleon',
'autodoc_traits',
'sphinx_copybutton',
'sphinx-jsonschema',
]
templates_path = ['_templates']