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 incoming build error in rtd #466

Merged
merged 3 commits into from
Oct 2, 2023

Conversation

Gabrielgerez
Copy link
Contributor

@Gabrielgerez Gabrielgerez commented Oct 2, 2023

the key build.os will start being a requirement soon (see link )
Hopefully this fixes any issues

@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (11d3806) 69.57% compared to head (ed506c0) 69.57%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #466   +/-   ##
=======================================
  Coverage   69.57%   69.57%           
=======================================
  Files         179      179           
  Lines       15036    15036           
=======================================
  Hits        10461    10461           
  Misses       4575     4575           

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

.readthedocs.yml Outdated
build:
os: ubuntu-22.04
tools:
python: "3.6"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we can use 3.9 or later, also because Python 3.6 is unmaintained.

Copy link
Contributor

Choose a reason for hiding this comment

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

well, using 3.9 broke RTD 🤔

Copy link
Contributor

Choose a reason for hiding this comment

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

It's some bug in sphinx_rtd_theme with the latest sphinx. Pinned the latter to <7 and now things work.

Copy link
Contributor

@robertodr robertodr left a comment

Choose a reason for hiding this comment

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

LGTM

.readthedocs.yml Outdated Show resolved Hide resolved
@Gabrielgerez
Copy link
Contributor Author

I'll then merge this, @robertodr could you check the PR on MRCPP. it is the same changes

@Gabrielgerez Gabrielgerez merged commit ddebe3b into MRChemSoft:master Oct 2, 2023
10 checks passed
@robertodr robertodr deleted the rtd-config branch October 2, 2023 14:25
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.

2 participants