Xee icon indicating copy to clipboard operation
Xee copied to clipboard

Implementation of the documentation framework

Open 12rambau opened this issue 1 year ago • 3 comments

WIP

TODO

  • [x] Use the smallest possible configuration
  • [ ] move the examples into the documetnation tree
  • [ ] use the pydata sphinx theme
  • [x] use a nox session to build the documentation
  • [x] move code of conduct in the root folder

Fix #137

12rambau avatar Oct 02 '24 11:10 12rambau

@jdbcode can you allow the build of the documentation upon pull requests ? I work from my company computer in a GitHub codespace so I cannot look at the builds, I can just check if they work. Having the prebuild would allow me to check the rendering.

12rambau avatar Oct 02 '24 11:10 12rambau

@12rambau The webhooks are already set to trigger on "Pull request"

image

Is it not working as intended? If not, I wonder if the draft status is to blame?

jdbcode avatar Oct 02 '24 15:10 jdbcode

I think it's unrelated I usually do drafts in all my repositories and it triggers the build of the documentation anyway. I checked in this PR: https://github.com/google/Xee/pull/179 which have all the workflow approved and the RDT one didn't start. normally it should be part of the list as in https://github.com/gee-community/geetools/pull/289 where RDT is the last build item.

12rambau avatar Oct 03 '24 05:10 12rambau