Does pants already have a make goal for Sphinx doc...
# general
n
Does pants already have a make goal for Sphinx docs?
h
It doesn't, but there has been discussion of adding this, and of workarounds: https://pantsbuild.slack.com/archives/C046T6T9U/p1634148805072000
We'd welcome a
docs
goal contribution, especially with JVM support coming up, since javadoc/scaladoc would fit nicely into that framework
1
n
@happy-kitchen-89482 Do you foresee that goal as being analogous to Markdown/Publish in v1?
h
I don't actually remember how that worked in v1... I was imagining that you run
./pants docs
or
./pants docgen
or whatever name we choose, and it emits the generated docs under
dist/
.
👍 1
actually publishing the docs could come later