spatialaudio / nbsphinx

:ledger: Sphinx source parser for Jupyter notebooks
https://nbsphinx.readthedocs.io/
MIT License
451 stars 130 forks source link

Works locally; fails online: nbsphinx addition #566

Closed MichaelHopwood closed 3 years ago

MichaelHopwood commented 3 years ago

Details

Expected Result

In the last few commits, I embedded jupyter notebooks with nbsphinx and I added a whatsnew page. This works locally.

expected1

expected2

Actual Result

Neither of these new additions are showing on the deployed website.

I assume it has to do with the dependencies. I already tried adding a docs/requirements.txt file to include nbsphinx and other.

Thanks for any help in advance!

mgeier commented 3 years ago

Did you have a look at the "builds" page?

https://readthedocs.org/projects/pvops/builds/

mgeier commented 3 years ago

Something like this should do the trick: https://github.com/tgunda/pvOps/pull/24.

MichaelHopwood commented 3 years ago

Thanks for contributing. I ended up pulling this into master, but it looks like the issue persists. Any ideas?

MichaelHopwood commented 3 years ago

Fixed by adding more dependencies. Thanks for sharing the tip about the build page!