Skip to content

fix(build-docs): Correct conf.py import order for 'autovalue'#12

Merged
rboghe merged 1 commit intomainfrom
fix/docs-build-autovalue-import
Jun 9, 2025
Merged

fix(build-docs): Correct conf.py import order for 'autovalue'#12
rboghe merged 1 commit intomainfrom
fix/docs-build-autovalue-import

Conversation

@rboghe
Copy link
Copy Markdown
Member

@rboghe rboghe commented Jun 9, 2025

This PR resolves a ModuleNotFoundError: No module named 'autovalue' that was occurring during documentation builds on the main branch.

The import autovalue statement in docs/source/conf.py was being executed before its path was added to sys.path. This fix moves the import statement after the sys.path modifications, and adds a noqa: E402 comment to resolves conflicts with flake8.

@rboghe rboghe merged commit 63a8efc into main Jun 9, 2025
8 checks passed
@rboghe rboghe deleted the fix/docs-build-autovalue-import branch June 9, 2025 18:33
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.

1 participant