rodrigo-arenas / Sklearn-genetic-opt

ML hyperparameters tuning and features selection, using evolutionary algorithms.
https://sklearn-genetic-opt.readthedocs.io
MIT License
289 stars 73 forks source link

[Feature] Requirements.txt for docs #11

Closed rodrigo-arenas closed 3 years ago

rodrigo-arenas commented 3 years ago

Is your feature request related to a problem? Please describe. At this point the docs requirements are in dev-requirements.txt, but it should have its own requirements file

Describe the solution you'd like Change the readthedocs.yml file to use this docs/requirements.txt file, and make sure the docs are build correctly

Describe alternatives you've considered There is already a file in docs/requirements.txt to be used , already tried to used it but it fails because it somehow requires the main package dev-requirements

rodrigo-arenas commented 3 years ago

This issue has been completed with the PR #13