Skip to content

Commit ba4b6e3

Browse files
authored
Merge pull request #1452 from BastianZim/patch-1
Add proper note formatting
2 parents 2caec98 + 688c8bc commit ba4b6e3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/maintainer/maintainer_faq.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ FAQ
6767

6868
:ref:`(Q) <mfaq_anaconda_delay>` **Why does my new version appear on Anaconda Cloud, but is not installable with conda?**
6969

70-
For certain, high-traffic channels (main & conda-forge), Anaconda uses a `CDN <https://cloudflare.com/learning/cdn/what-is-a-cdn/>`_ to decrease costs. The CDN is only reindexed every 20 minutes, however `Anaconda.org https://anaconda.org>`_ uses the original channel that the CDN mirrors. Therefore, packages will show up on the `Anaconda Cloud https://anaconda.org>`_ about 20 to 40 minutes before they are downloadable via conda. You can use ``conda search <pkg>`` to see if the package is installable, because this command reads from the CDN.
70+
For certain, high-traffic channels (main & conda-forge), Anaconda uses a `CDN <https://cloudflare.com/learning/cdn/what-is-a-cdn/>`_ to decrease costs. The CDN is only reindexed every 20 minutes, however `Anaconda.org <https://anaconda.org>`_ uses the original channel that the CDN mirrors. Therefore, packages will show up on the `Anaconda Cloud <https://anaconda.org>`_ about 20 to 40 minutes before they are downloadable via conda. You can use ``conda search <pkg>`` to see if the package is installable, because this command reads from the CDN.
7171

7272
.. _mfaq_mamba_local:
7373

@@ -79,7 +79,10 @@ FAQ
7979

8080
- Set ``build_with_mambabuild: True`` in ``conda-forge.yaml`` file
8181
- Rerender with ``conda-smithy`` (to rerender manually use ``conda smithy rerender`` from the command line)
82-
[Note: Builds made with ``mambabuild`` won't be uploaded to ``conda-forge``. These builds are purely for debugging purposes.]
82+
83+
.. note::
84+
85+
Builds made with ``mambabuild`` won't be uploaded to ``conda-forge``. These builds are purely for debugging purposes.
8386

8487
You can also do this locally by using:
8588

0 commit comments

Comments
 (0)