Mariatta
Mariatta
**I'm submitting a ..** - [x] Bug Report - [ ] Feature Request **Current behavior:** I tried submitting a talk proposal to SeaGL (https://osem.seagl.org/conferences/seagl2020) and my talk title included an...
The docs currently focused on providing reference documentation, and a little quickstart section. It would be great to further expand on how to use gidgethub for GH Actions or GitHub...
While chatting with the @davidfischer and Anthony at PyCascades sprint, it was brought up that it will be real nice if the conference dates are all exported to google calendar...
Not sure if this is the right place to ask. I tried updating the python version in one of my virtualenv environment today. The environment `venv` had Python 2.7 originally,...
Fix the warning related to `--repository` option. Add sphinx to requirements-test. Run `make html` as part of travis CI. Closes https://github.com/takluyver/flit/issues/189
And provide better instructions about how to merge manually. One thing that people don't realize is that the second PR number (in backport pull request) is autogenerated by GitHub, and...
The `[awaiting ...]` labels are meant to be automatically added by `bedevere` bot. Both `miss-islington` and `bedevere` rely on these labels in order to work properly, so it's like a...
I followed https://devguide.python.org/documenting/#without-make to build the docs without make: ``` sphinx-build -bhtml . build/html ``` It finished without error but nothing showed up under `build/` Wonder if it's just me....