Skip to content
Snippets Groups Projects
Commit 5f4c9857 authored by Cyril Danilevski's avatar Cyril Danilevski :scooter:
Browse files

Merge branch 'fix/stuff' into 'master'

Add missing sphinx dependency to setup.py

See merge request detectors/pycalibration!473
parents 06d8e1e7 9592a3a7
No related branches found
No related tags found
1 merge request!473Add missing sphinx dependency to setup.py
......@@ -112,13 +112,13 @@ setup(
"requests==2.22.0",
"scikit-learn==0.22.2.post1",
"sharedmem==0.3.8",
"sphinx==1.8.5",
"tabulate==0.8.6",
"traitlets==4.3.3",
],
extras_require={
"docs": [
"nbsphinx",
"sphinx==1.8.5",
],
"test": [
"coverage",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment