Skip to content

Conversation

@ketan96-m
Copy link
Collaborator

Configured the .readthedocs.yaml to run with pyproject.toml
The .yaml file takes the following

python:
  install:
    - method: pip
      path: .
      extra_requirements:
        - docs

which is equivalent to pip install .[docs]
https://docs.readthedocs.io/en/stable/config-file/v2.html#python-install

@codecov
Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.28%. Comparing base (957144a) to head (88b2d17).
Report is 6 commits behind head on doc_week.

Additional details and impacted files
@@            Coverage Diff            @@
##           doc_week     #457   +/-   ##
=========================================
  Coverage     82.28%   82.28%           
=========================================
  Files            26       26           
  Lines          1383     1383           
=========================================
  Hits           1138     1138           
  Misses          245      245           
Flag Coverage Δ
unittests 82.28% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@BenGalewsky BenGalewsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for simplifying our build environment

@ketan96-m ketan96-m merged commit 989c7bb into doc_week Sep 17, 2024
@ketan96-m ketan96-m deleted the rtd2 branch September 17, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants