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

General housekeeping. #120

Merged
merged 4 commits into from
Jul 7, 2022
Merged

General housekeeping. #120

merged 4 commits into from
Jul 7, 2022

Conversation

Kircheneer
Copy link
Collaborator

- Bump python version to ^3.7 (fixes #117)
- Fix read the docs rendering by adding pydantic to the docs requirements.txt (fixes #116)
- Add entire .idea folder to the .gitignore
docs/requirements.txt Outdated Show resolved Hide resolved
chadell
chadell previously approved these changes Jul 1, 2022
Copy link
Collaborator

@chadell chadell left a comment

Choose a reason for hiding this comment

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

LGTM

chadell
chadell previously approved these changes Jul 1, 2022
Copy link
Collaborator

@chadell chadell left a comment

Choose a reason for hiding this comment

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

LGTM

poetry.lock Outdated
@@ -198,17 +194,17 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"

[[package]]
name = "flake8"
version = "3.9.2"
version = "4.0.1"
Copy link
Collaborator

Choose a reason for hiding this comment

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

IIRC flake8 4.x doesn't coexist nicely with newer versions of Sphinx. Was up-reving this intentional? Is this why Sphinx got downgraded from 4.5.0 to 4.3.2 below?

@Kircheneer Kircheneer merged commit 7bb0a67 into develop Jul 7, 2022
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.

Bump Python version to ^3.7 API docs broken on read the docs
3 participants