Skip to content

Commit

Permalink
Docs: use the sphinx-rtd-theme with support for addons integration
Browse files Browse the repository at this point in the history
Installs a version of our theme from a pull request that has support for the
Addons integration using the `CustomEvent`.

Related: readthedocs/sphinx_rtd_theme#1526
Requires: #11205
  • Loading branch information
humitos committed Apr 15, 2024
1 parent 23330ff commit c3dd88b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ build:
exit 183;
fi
# Install our Sphinx Theme version that uses the Addons CustomEvent to generate the integrated flyout
# TODO: this custom installation once a new release has been done
post_install:
- pip uninstall sphinx-rtd-theme
- pip install git+https://github.com/readthedocs/sphinx_rtd_theme.git@humitos/addons-flyout#egg=sphinx-rtd-theme

search:
ranking:
# Deprecated content
Expand Down

0 comments on commit c3dd88b

Please sign in to comment.