readthedocs.org icon indicating copy to clipboard operation
readthedocs.org copied to clipboard

The source code that powers readthedocs.org

Results 371 readthedocs.org issues
Sort by recently updated
recently updated
newest added

## What's the problem this feature will solve? ReadTheDocs currently cannot handle some 'lang_COUNTRY' language codes. For example: `zh_HK`, `zh_SG`, `en_US`, `en_GB`, etc. ## Describe the solution you'd like Add...

## What's the problem this feature will solve? From > ACCOUNT_EMAIL_NOTIFICATIONS (default: False) When enabled, account related security notifications, such as “Your password was changed”, including information on user agent...

Improvement
Needed: design decision

## What's the problem this feature will solve? Now that we are running the latest version of allauth, there is this cool feature that we could use. User sessions, basically...

Feature
Needed: design decision

Currently, our API example responses commonly use strings to describe nested objects. You can find examples of this like: - `"results": ["BUILD"]` - `"build": "{BUILD}"` Originally raised here: - https://github.com/readthedocs/readthedocs.org/issues/11390...

Bug
Accepted

https://github.com/readthedocs/readthedocs.org/blob/05809349bcd78e4e31424266ed2bc6811e29c286/readthedocs/templates/errors/404/include_error_message.html#L4-L7 Let me show an example of Brazilian Portuguese translation: This message is extracted as the following to the message catalog (po file): https://github.com/readthedocs/readthedocs.org/blob/05809349bcd78e4e31424266ed2bc6811e29c286/readthedocs/locale/pt_BR/LC_MESSAGES/django.po#L4338-L4345 Here is how I see it...

Bug
Accepted

## Details My dir tree: - source/ - conf.py - index.rst - content/ - foo.rst To access foo.rst locally in a toctree, it's `content/foo` To access foo.rst **in your hosted...

Support
Needed: more information

We removed support for Bazaar, Mercurial and Subversion in https://github.com/readthedocs/readthedocs.org/pull/11377. We need to re-write the documentation to talk more directly to Git users now. It will simplify our documentation considerably.

Needed: documentation

Discussed in: - https://github.com/readthedocs/ext-theme/issues/358 - https://github.com/readthedocs/ext-theme/pull/370 Sphinx uses the standard locales `zh_CN` and `zh_TW`, where instead we provide only the translation locale option of `zh`. We need: - [ ]...

Bug
Accepted

There are still more things to do, but first I'm removing the ones that aren't documented, so this shouldn't be a breaking change, and the information from those fields can...

I was looking for these directions to point a user to them but could not find them in the docs anymore. From the translation file: ``` "Due to a limitation,...