File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -373,9 +373,8 @@ Override the build process
373
373
.. warning ::
374
374
375
375
This feature is in *beta * and could change without warning.
376
- It does not yet support some of the Read the Docs' features like the :term: `flyout menu `.
377
- We do our best to not break existing configurations,
378
- but use this feature at your own risk.
376
+ We are currently testing `the new addons integrations we are building <rtd-blog:addons-flyout-menu-beta >`_
377
+ on projects using ``build.commands `` configuration key.
379
378
380
379
If your project requires full control of the build process,
381
380
and :ref: `extending the build process <build-customization:extend the build process >` is not enough,
Original file line number Diff line number Diff line change @@ -438,13 +438,13 @@ Specify a list of commands that Read the Docs will run on the build process.
438
438
When ``build.commands `` is used, none of the :term: `pre-defined build jobs ` will be executed.
439
439
(see :doc: `/build-customization ` for more details).
440
440
This allows you to run custom commands and control the build process completely.
441
- The ``_readthedocs /html `` directory (relative to the checkout's path) will be uploaded and hosted by Read the Docs.
441
+ The ``$READTHEDOCS_OUTPUT /html `` directory will be uploaded and hosted by Read the Docs.
442
442
443
443
.. warning ::
444
444
445
445
This feature is in a *beta phase * and could suffer incompatible changes or even removed completely in the near feature.
446
- It does not yet support some of the Read the Docs' integrations like the :term: ` flyout menu `, search and ads.
447
- However, integrating all of them is part of the plan .
446
+ We are currently testing ` the new addons integrations we are building < rtd-blog:addons- flyout- menu-beta >`_
447
+ on projects using `` build.commands `` configuration key .
448
448
Use it under your own responsibility.
449
449
450
450
.. code-block :: yaml
@@ -457,7 +457,7 @@ The ``_readthedocs/html`` directory (relative to the checkout's path) will be up
457
457
python : " 3.11"
458
458
commands :
459
459
- pip install pelican
460
- - pelican --settings docs/pelicanconf.py --output _readthedocs /html/ docs/
460
+ - pelican --settings docs/pelicanconf.py --output $READTHEDOCS_OUTPUT /html/ docs/
461
461
462
462
.. note ::
463
463
You can’t perform that action at this time.
0 commit comments