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

release 2.10 #588

Merged
merged 1 commit into from
Feb 4, 2025
Merged

release 2.10 #588

merged 1 commit into from
Feb 4, 2025

Conversation

stevengj
Copy link
Owner

@stevengj stevengj commented Feb 4, 2025

Bump versions for 2.10.

@jschueller, any reason why we shouldn't release this now (because of #584)?

@jschueller
Copy link
Collaborator

its all ready I think

@stevengj stevengj merged commit 7d04da1 into master Feb 4, 2025
6 checks passed
@stevengj stevengj deleted the update-for-2.10 branch February 4, 2025 18:29
@jschueller
Copy link
Collaborator

it doesnt look like the documentation has been updated, any idea why ?

@stevengj
Copy link
Owner Author

stevengj commented Feb 5, 2025

😕 not sure

@stevengj
Copy link
Owner Author

stevengj commented Feb 5, 2025

readthedocs.io has an error message:

Config file not found at default path: The required .readthedocs.yaml configuration file was not found at repository's root. Learn how to use this file in our configuration file tutorial.

Looks like we just need to add a minimal file, something like

version: 2

build:
  os: ubuntu-22.04
  tools:
    python: "3.12"

mkdocs:
  configuration: mkdocs.yml

python:
   install:
   - requirements: doc/requirements.txt

added in 9e33414

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