sphinx
Here are 796 public repositories matching this topic...
refs: sphinx-doc/sphinx#3585 (comment)
@eric-wieser
Please let me know where you found the similar problem in apidoc.
I'll take a look
-
Updated
Jan 7, 2022 - Python
-
Updated
Jan 10, 2022 - Sass
-
Updated
Jan 21, 2022 - Python
-
Updated
Jan 20, 2022 - Python
It would be good to include in the documentation some guidance for users on how to get the most out of MyST; particularly those that haven't used rST before.
Most of the directives are documented at:
- https://docutils.sourceforge.io/docs/ref/rst/directives.html
- https://www.sphinx-doc.org/en/1.8/usage/restructuredtext/directives.html
So at a minimum these links should be provided. It w
Steps to reproduce
Expected behaviour
documentation should also mention connections required for featured apps.
for example
- apps are downloaded from github not from apps.nextcloud.com (github is using cloud storage for some assets)
- weather is connecting to ...?
-
Updated
Jan 24, 2022 - Python
-
Updated
Jan 15, 2022 - TypeScript
-
Updated
Oct 31, 2021 - Python
-
Updated
Dec 5, 2021 - Python
-
Updated
Jan 24, 2022 - HTML
-
Updated
Jan 25, 2022 - Python
Description
There are several directives that are not supported in this theme (at least, they do not have an effect in the built docs), but that are a part of the rST / Sphinx spec. We should add support for these directives. Here are a few known ones:
-
highlights -
pull-quotes -
epigraphs
Implementation
The way to accomplish this would be to:
- See wha
-
Updated
Jun 25, 2020 - PHP
-
Updated
Dec 20, 2021 - Scala
During the work on merging #1419 I figured out that the basic BUFGMUX example works differently on Arty Board and Nexys Video.
The example uses three LEDs:
- led[2] - blinks with slow frequency
- led[1] - blinks with high frequency
- led[0] - blinks with the same frequency as led[2] or led[1] depending on sw[0] state.
On the Arty Board, the example works as intended. On Nexys Video, when
-
Updated
Jul 17, 2019 - Python
-
Updated
Dec 2, 2021 - CSS
-
Updated
Dec 30, 2021 - Python
Improve this page
Add a description, image, and links to the sphinx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sphinx topic, visit your repo's landing page and select "manage topics."
django-storagesalready implemented the manifest files class (see jschneier/django-storages#733 (comment)) so we can use it directly and remove our override for this in:https://github.com/readthedocs/readthedocs.org/blob/933c316f5228423f9f871b3da858a01491f79925/readthedocs/storage/s3_storage.py#L55-L61