I have a project using Sphinx's autodoc that relies on PySDL2. I have this in my requirements file, but it also requires that SDL2 is available (PySDL2 uses ctypes). Any thoughts on how to get this to work on RTD?
MTecknology has left the channel
cheeming has quit
cheeming joined the channel
Wraithan
Moguri: mock it out per the FAQ
Moguri
Wraithan: Yup, just found the FAQ entry.
I'm testing it out now. :)
Wraithan
Awesome, on mobile or I would have linked it
cheeming has quit
Moguri
Although, it will make the docs not as great since I was relying on some docstrings from pysdl2 (based on inheritence).
But, I can just rework my docs a bit.
It's better than not having any docs. =/
Wraithan
Moguri: our build system in the future may get more flexible, but for now we can't just install every single lib/version that people need unfortunately
Moguri
Yeah, I understand that.
cheeming joined the channel
I'll probably just provide a link to the pysdl2 docs.
Or just not worry about it for now.
Wraithan
That seems pretty reasonable
Moguri
Wraithan: Thanks, it appears to be working. :)
Ivo has quit
cheeming has quit
CraigyDavi_ joined the channel
CraigyDavi has quit
lyzidiamond joined the channel
jodal
Moguri: the sphinx.ext.extlinks extension is nice for linking the sphinx docs of other projects
Moguri
jodal: Thanks, I'll make sure to check it out. :)
jodal
Moguri: sorry, meant intersphinx, not extlinks
Moguri has quit
Ivo joined the channel
lyzidiamond has quit
Diaoul has quit
ojii joined the channel
Diaoul joined the channel
lyzidiamond joined the channel
lyzidiamond has quit
lyzidiamond joined the channel
lyzidiamond has quit
CraigyDavi_ is now known as CraigyDavi
truemped_ has quit
truemped joined the channel
untitaker has quit
untitaker joined the channel
lyzidiamond joined the channel
lyzidiamond has quit
Ivo has quit
Ivo joined the channel
ojii has quit
ZenWraithBot has quit
lyzidiamond joined the channel
lyzidiamond has quit
virtualr1adside joined the channel
virtualr1adside
howdy. I was trying to get my project (exaile) working in RTD, but the build has failed. the outcome shows status code 0 (failed), and the sphinx standard output shows zero output. anyone here who might know how to resolve this?
.. granted, our docs are terrible and need to be updated, but it does build locally for me.