-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Issue with case sensitivity on MacOS X #73
Comments
Hit this too. Perhaps there could be an option which causes file names to be rewritten (say, appending an underscore after each capital letter)? |
Apple should just make their stuff be case sensitive. I don't see how we can fix this. |
@pllim - I think we could maybe add a warning on osx, if there was any such sphinx warnings that say that some of the above might have been caused due to case sensitivity. As I recall it was a bit of a puzzle when we first run into the problem, such a warning would save a bit of time for anyone freshly running into it. |
This has bitten me again, now with pyvo where we have classes like
and an rst file like this:
|
Note, this case is someone different from the |
OK, same stuff different phrasing: sphinx-doc/sphinx#1495 |
And here is a patch that maybe useful for us, too?: scikit-learn/scikit-learn#13022 |
Hello! I think I got the same issue as @bsipocz where I am using macos with In my package I have a module
Is this the same issue? I know of the existence of the
right after the Is there any news about this issue? If for some reason my problem is of a different nature I will gladly bother your with a new issue :) |
I tried a bit of |
Astropy has
M_bol
andm_bol
objects in the same sub-package, and this causes issues when using sphinx-automodapi because MacOS X is case-insensitive meaning that the .rst pages for each of these objects will conflict:The text was updated successfully, but these errors were encountered: