Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RTD Poetry configuration #379

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Fix RTD Poetry configuration #379

merged 1 commit into from
Feb 28, 2024

Conversation

teutoburg
Copy link
Contributor

@teutoburg teutoburg commented Feb 28, 2024

This follows a change in RTD's user guide found at https://docs.readthedocs.io/en/stable/build-customization.html#install-dependencies-with-poetry, which they changed in readthedocs/readthedocs.org#11152 following a breaking change introduced by Poetry 1.8.

If this works, we should roll this change out to all our packages using Poetry to build doc, as the same error also occurs elsewhere (see e.g. https://readthedocs.org/projects/skycalc-ipy/builds/23587453/)

@teutoburg teutoburg linked an issue Feb 28, 2024 that may be closed by this pull request
@teutoburg teutoburg self-assigned this Feb 28, 2024
@teutoburg teutoburg added the documentation Improvements or additions to documentation label Feb 28, 2024
Copy link

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.21%. Comparing base (bde4455) to head (297e07e).

Additional details and impacted files
@@             Coverage Diff             @@
##           dev_master     #379   +/-   ##
===========================================
  Coverage       74.21%   74.21%           
===========================================
  Files              56       56           
  Lines            7854     7854           
===========================================
  Hits             5829     5829           
  Misses           2025     2025           

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

This follows a change in RTD's user guide found at https://docs.readthedocs.io/en/stable/build-customization.html#install-dependencies-with-poetry, which they changed in readthedocs/readthedocs.org#11152 following a breaking change introduced by Poetry 1.8.
@teutoburg teutoburg changed the title Remove scopesim_sphinx_ext from docs Fix RTD Poetry configuration Feb 28, 2024
@teutoburg teutoburg marked this pull request as ready for review February 28, 2024 11:16
@teutoburg
Copy link
Contributor Author

RTD works again, so I'm merging this...

@teutoburg teutoburg merged commit 3da890d into dev_master Feb 28, 2024
25 checks passed
@teutoburg teutoburg deleted the 378-fix-rtd branch February 28, 2024 11:20
@hugobuddel
Copy link
Collaborator

Thanks. Sounds like the problem would probably also fix itself when RTD will start setting VIRTUAL_ENV properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Fix RTD
2 participants