Skip to content

Commit

Permalink
docs: Change requirements installation for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
lRomul committed Jan 24, 2024
1 parent 3870262 commit 5163e5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ sphinx:

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs
2 changes: 1 addition & 1 deletion argus/metrics/metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

METRIC_REGISTRY: Dict[str, Type['argus.metrics.Metric']] = dict()

__all__ = ["Metric", "attach_metrics"]
__all__ = ["init_better", "Metric", "attach_metrics"]


def init_better(better: str, monitor: str) -> Tuple[str, Callable, float]:
Expand Down

0 comments on commit 5163e5c

Please sign in to comment.