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

Don't build API docs for migrations #212

Open
AdrianDAlessandro opened this issue Nov 6, 2024 · 0 comments
Open

Don't build API docs for migrations #212

AdrianDAlessandro opened this issue Nov 6, 2024 · 0 comments
Assignees

Comments

@AdrianDAlessandro
Copy link
Contributor

The migrations are being included in the auto-built API documentation. This isn't necessary as they are auto-generated and don't have docstrings.

Solution:

Add the following into the for loop in gen_ref_nav.py

    elif "migrations" in parts:
        continue
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

No branches or pull requests

2 participants