Manuel Kaufmann
Manuel Kaufmann
…ry plugin Usage: ``` rst .. fotorama:: :keyboard: true :allowfullscreen: native image0.jpg image1.jpg image2.jpg image3.jpg ```
How do you think I should implement "Captions" (http://fotorama.io/customize/captions/) in the fotorama_directive (https://github.com/getnikola/plugins/pull/94)? I mean, how the user should write the caption to associate with the images? I was thinking...
We currently have code that automatically finds a `conf.py` on the repository when there is no `sphinx.configuration` defined ( (https://docs.readthedocs.io/en/stable/config-file/v2.html#sphinx-configuration). We should remove this auto-finding and make `sphinx.configuration` to have...
Once #9888 gets merged, we need to expand our documentation to explain how these directories work. - [x] explain the basics about these directories and its limitations (e.g. _one and...
It seems the `ProjectVersionListFilterSet.get_visibility()` is receiving the wrong amount of arguments. To reproduce, just hit https://beta.readthedocs.org/projects/bigo-live-hack/?privacy=&sort=&visibility=hidden Sentry issue: https://read-the-docs.sentry.io/issues/4721614191/?project=148442&query=is%3Aunresolved&referrer=issue-stream&statsPeriod=7d&stream_index=7
We ended up wanting to expose examples to our users simpler and easy to maintain than our "Example projects" (https://docs.readthedocs.io/en/stable/examples.html) and better and more user-friendly and production-ready than our `test-builds`...
Currently, `project.translations` is returning all the translations from `main_project`. I realized that we don't always want this. This is only useful when browsing the _source_ language of the documentation. However,...
When the user activates a new version, the addons API response doesn't immediately reflect this change. This is because the API response is cached. However, triggering a purge on that...
Consider using the serializer's `context` instead of `parent` to share the `Resolver` instance. This was suggested in https://github.com/readthedocs/readthedocs.org/pull/11205#discussion_r1561803415 by @stsewd. Also, note that this may not be needed if we...