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 auto doc for multiple projects (alternate) #899

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ReenigneArcher
Copy link

This is an alternate for #896.

I was reviewing the code closer and could not determine why the name was not updating, but discovered that the directory is used as the key instead of the project name. I believe the project name should be used in order to remain consistent with the dictionary within the conf.py.

In my case, I had multiple projects with the same directory (which may be a misuse on my part).

I have allowed for a fallback to the source_path if the name is not available, although I couldn't think of a situation where the project name would not exist (but I am not extremely familiar with the entire project).

P.S. I started investigating using the autodoxygen method to resolve an issue I'm having, which I will create an issue for, since I still can't seem to solve it.

@ReenigneArcher
Copy link
Author

Requesting a review

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.

None yet

1 participant