Robert Raposa
Robert Raposa
doc8 fails when using `.. code-block:: none`, which in Sphinx is the documented way to turn off syntax highlighting. doc8 currently reports the error: > D000 Cannot analyze code. No...
There are manual steps required for configuring a repo based on the cookiecutter to make the set up the new repo consistently. For example, making some checks required. These steps...
This is a temporary PR so I can see all tests passing against master.
Temp reverts of openedx/devstack#1283 to ensure it really was the fix to the issue we were seeing.
A/C - [ ] Update devstack testing doc to point to the correct readthedocs version: https://docs.openedx.org/projects/edx-platform/en/latest/concepts/testing/testing.html - [ ] Remove redundant or outdated information Original ticket: 1. It isn't clear...
Devstack provisioning tests require lots of time and energy. Our developers and the earth would be happier if this were skipped on simple doc updates. Not sure if this helps?...
Ultimately this should result in an ADR and/or a DEPR, but I'm first creating an issue to initiate discussion on the topic. Background, I've heard in the past that we...
During the [DEPR of EdxApiRestClient](https://github.com/openedx/public-engineering/issues/189), some cases were replaced with plain `requests` object code, rather than using the updated OAuth client, using the user's JWT for service-to-service calls. **TODO:** Find...
It seems like it would be useful for the client to have additional resiliency capabilities such as retries, exponential backoff, auto-handling of rate limiting, circuit breaker, etc. that would both...
Ideally, we would like to split edX (2U) documentation from this Open edX documentation. The challenge is how we accomplish these (incompatible) goals: - Keep edx-specific details out of an...