Update readthedocs config place

Refactor __call__ method to do nothing as needed by sklearn
This commit is contained in:
2024-08-14 16:37:36 +02:00
parent 941c2ff5e0
commit 517013be09
4 changed files with 5 additions and 5 deletions

10
.readthedocs.yaml Normal file
View File

@@ -0,0 +1,10 @@
version: 2
sphinx:
configuration: docs/source/conf.py
python:
version: 3.11
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt