Removed .png from .gitignore, make sure release adds all untracked fi…#443
Removed .png from .gitignore, make sure release adds all untracked fi…#443
Conversation
|
Thank you @mitzimorris total life saver! me and @WardBrian were trying to figure it out |
|
I think renaming _static will break things, we should revert that latest commit |
|
he's correct - the developer console was displaying the name with "_static" correctly - obscured by link underline. my bad. |
|
I think this will work now. Any idea why readthedocs hasn't built yet? |
|
sadly with RTD we hit into a limit, need to wait 15 mins to 60 mins |
|
It looks like a few of the old builds are still sitting around spinning, can we can those somehow to speed it up? e.g. https://readthedocs.org/projects/cmdstanpy/builds/14497521/ Hopefully we will never have to push more than one thing to them again and avoid this issue |
|
Sadly I don't think so, there isn't any option to speed up, cancel or rebuild. I just hope it isn't completely stuck |
|
Supposedly it is supposed to get killed if it takes more than 15 minutes, but who knows about that. I'm sure it will shake out eventually, we may need to manually prod it at some point though, and then just avoid overloading it in the future |
|
Oh, when you reverted you didn't rename the folder, just change the command in make. The docs are still broken then, until that gets renamed or it gets re-run |
|
Ah you're right, I need to re-ran it anyway so it gets fixed by CI: https://github.com/stan-dev/cmdstanpy/actions/runs/1141099103 |
|
huzzah, it has been fixed: https://mc-stan.org/cmdstanpy/. RTD is still spinning, but we had that working before so I trust it will sort out. Thanks for all the troubleshooting @serban-nicusor-toptal |
|
Glad it's sorted out, thanks everyone for the action and help on this! Have a great day/evening |
|
OK, I'm a moron - the _modules are what contains the source code - all the source links are broken. damn. |
|
No worries at all I'm still around. What about the other one, should it
still be removed? Gonna open a pr in a minute
…On Wed, Aug 18, 2021, 03:34 Mitzi Morris ***@***.***> wrote:
OK, I'm a moron - the _modules are what contains the source code - all the
source links are broken. damn.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#443 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALR77DECLPKCW5R2VSUPGPTT5MEZRANCNFSM5CKY47CA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
|
I think it's safer to leave it |
|
If you're gonna rebuild the docs again, can you add copybutton_prompt_text = r">>> |\.\.\. |\$ |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: "
copybutton_prompt_is_regexp = Trueto conf.py? I meant to add this, it makes the copying behavior on code examples cleaner by removing things like |
we need both |
|
Kept both, can you please confirm it's working as expected? |
|
It looks good to me |
*.pngfrom.gitignoreas there are .png files in the docs directory.git commit -m "" -aand instead usegit add .to add all tracked/untracked files._sourcesand_modulesfrom /docsSubmission Checklist
Summary
Copyright and Licensing
Please list the copyright holder for the work you are submitting (this will be you or your assignee, such as a university or company):
By submitting this pull request, the copyright holder is agreeing to license the submitted work under the following licenses: