Closed hamogu closed 5 years ago
@bsipocz I still get the same error that "sphinx-astropy" is missing (plus new ones in the other builds because of the pytest upgrade, but those are easy to fix). However, I also noticed that travis has the line "$ export SETUP_CMD='build_sphinx -w'", while the .travis.yml
sets env: SETUP_CMD='build_docs -w'
. Thus, I'm beginning to suspect that the problem is not with the content of the PR, but that something goes wrong in how it's merged. I'll continue to look. Maybe I should just merge and see if that solves it. In worst case I break master, I I think I'm the only one who uses that package actively, so I cna do that.
@bsipocz Sorry to ask for help again: Do you understand why sphinx-astropy is not installed? I copied the stuff with the "CONDA_DEPENDENCIES_DOC" in the package-template and I looked at it several times. I'll look more, but if you have an idea, that would be great. It's probably something very simple, like a missing comma or or?