Carter Francis

Results 597 comments of Carter Francis

> Yes, I would like to but I don't think I can in the coming days - except if internet is good enough on the flight! No worries :) I...

Hmm that seems like a good option. I briefly looked through how matplotlib builds their docs and I might need to spend a little time decoding it :) I think...

Skimage is maybe a slightly less compicated example as well using circleci and caching: https://github.com/scikit-image/scikit-image/blob/main/.circleci/config.yml

I guess I'm not sure why they are using circleci over using github actions. Can we do something like: 1. Build the documentation using a github action (we are already...

> There is still the issue with the preview, it would be good to keep readthedocs but without building the examples, until there is simple solution like GitHub pages preview...

Maybe something like this? https://rtds-action.readthedocs.io/en/latest/

Hmm @ericpre I tried to allow the beta API for pyxem but I don't seem to be able to acess the option to enable it? I think I have to...

@hakonanes Can you configure the Read the docs Github app for pyxem? https://github.com/apps/read-the-docs-community Only owners of the organization can approve this.

@hakonanes ahhh thanks! I guess I need to figure out how to actually use it now :)

@ericpre my current plan is to have a temporary branch which a GitHub actions will force push to and then just build the docs from that branch. I guess what...