Hello,
i'm quite new to sphinx and RTD, but i'm trying to properly document my project.
I was able to create some initial documentation on my computer (althought all the content is in the index and not separated in files). to do so, since it's a GAE application, i've to run it like this:
PYTHONPATH="/usr/local/google_appengine:/usr/local/google_appengine/lib/webapp2-2.5.2/:/usr/local/google_appengine/lib/yaml/lib/" make html
(locally creates a single page documentatio, btw: how can i've separate pages??)
now, i tried to push the code on github and then on RTD but it does not work. it builds but the documentation is empty. i guess because it's a GAE project and i probably missed requirements.
if you need to check the confix and index, you can found them here:
does anyone of you knows how to do it or if it's possible?