vericast / spylon

Utilities to work with Scala/Java code with py4j
https://maxpoint.github.io/spylon/
BSD 3-Clause "New" or "Revised" License
40 stars 16 forks source link

Added doctr to travis build. #16

Closed mariusvniekerk closed 8 years ago

mariusvniekerk commented 8 years ago

Let's see if this works.

mariusvniekerk commented 8 years ago

@ericdill @parente Not entirely sure why the sphinx stuff is moaning.

parente commented 8 years ago

@mariusvniekerk Try adding a blank line between "Complete Reference (API)" and the line above it.

If you make your PR writable, I can experiment if that newline doesn't solve it.

parente commented 8 years ago

The whitespace fix has to go in the bash readme hack script. There's other problems after that as well.

I tried to push to your branch but can't. Can you check the access permissions?

parente commented 8 years ago

There's various deps missing that are causing imports to fail: pandas, pyyaml.

We should try building the doc within the docker container.

mariusvniekerk commented 8 years ago

Looks like we're green now. Anything else we want to add here ?

parente commented 8 years ago

Is it posting to RTFD properly? If so, :shipit:

mariusvniekerk commented 8 years ago

Well it pushes to gh pages. But should be fine.

mariusvniekerk commented 8 years ago

https://travis-ci.org/MaxPoint/spylon/jobs/160656977#L758

Looks like the hackery we do with index.rst confuses it. I'll make a follow-on

mariusvniekerk commented 8 years ago

Follow on in #17