Skip to content

Commit

Permalink
edit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmish committed Nov 14, 2024
1 parent 1c72105 commit 4f4c94a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/tutorials/6. Flexible outputs specification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
],
"source": [
"output_spec = [\n",
" 'sklearn.impute.SimpleImputer#1.X',\n",
" # 'sklearn.impute.SimpleImputer#1.X',\n",
" 'mlprimitives.custom.preprocessing.ClassEncoder#1.y',\n",
" 'mlprimitives.custom.preprocessing.ClassEncoder#1.classes',\n",
"]\n",
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@
'watchdog>=0.8.3,<5',

# docs
'm2r>=0.2.0,<0.3',
'm2r2>=0.2.5,<0.3',
'Sphinx>=1.7.1,<3',
'sphinx_rtd_theme>=0.2.4,<0.5',
'docutils>=0.12,<0.18',
'lxml_html_clean>=0.2.2',
'ipython>=6.5.0',
'autodocsumm>=0.1.10',
'Jinja2>=2,<3', # >=3 makes sphinx theme fail
Expand Down

0 comments on commit 4f4c94a

Please sign in to comment.