From 806bae3401060024e8b09c586e7cc77467c717e8 Mon Sep 17 00:00:00 2001 From: Marko Toplak Date: Tue, 26 Mar 2024 16:01:55 +0100 Subject: [PATCH] 'doc' extras --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 456010009..70d22335a 100644 --- a/setup.py +++ b/setup.py @@ -148,7 +148,8 @@ def include_documentation(local_dir, install_dir): 'agilent-format>=0.4.5' ], extras_require={ - 'test': ['coverage'] + 'test': ['coverage'], + 'doc': ['sphinx', 'recommonmark'], }, entry_points=ENTRY_POINTS, keywords=KEYWORDS,