-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Fix build_docs build path #5156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
👍 on this from me. Although, this probably has to be replicated in the package-template, right @astrofrog? Longer-term, I agree it's not great to have two commands, and I'd be OK with deprecating |
|
@eteq that seems like a fine idea -- I'll make an issue. |
|
@adrn , okay, I fixed the tags. Thanks! |
|
This looks good and is pretty straightforward, so I'll merge this now. But @adrn or @astrofrog, can you make a PR to do this in the package-template too? |
|
@eteq - thanks for merging this! However, I noticed the following issues with this pull request:
Would it be possible to fix these? Thanks! This is an experimental bot being written by @astrofrog - let me know if the message above is incorrect! |
|
I added some tags and a milestone to make the bot happy. Feel free to re-tag if wrong. |
This adds a new section to
setup.cfgforbuild_docsso thatand
build to the same location:
<root>/docs/_build/.... Testing locally, this seems to be all it took. Not sure if this should be tested in some way -- thoughts?Also, I'm not sold that we need two documentation build commands that do the same exact thing, but that can be discussed elsewhere...(I guess I should take it up with robo-Erik?)
Closes #4133
cc @eteq @astrofrog