We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aecb92 commit d11789bCopy full SHA for d11789b
.readthedocs.yaml
@@ -5,5 +5,7 @@ build:
5
- mkdir -p bin
6
- curl -sSL "https://github.com/rust-lang/mdBook/releases/download/v0.4.37/mdbook-v0.4.37-x86_64-unknown-linux-gnu.tar.gz" | tar -xvz --directory "bin"
7
- mkdir -p $READTHEDOCS_OUTPUT/html
8
+ - awk '/<div id="sidebar-resize-handle"/{print "<div id=\"furo-sidebar-ad-placement\" class=\"flat\" data-ea-publisher=\"readthedocs\" data-ea-type=\"readthedocs-sidebar\" data-ea-manual=\"true\"></div>"} 1' doc/theme/index.hbs > index.hbs
9
+ - mv index.hbs doc/theme
10
- echo "site-url = \"/$READTHEDOCS_LANGUAGE/$READTHEDOCS_VERSION/\"" >> doc/book.toml
11
- bin/mdbook build doc --dest-dir=$READTHEDOCS_OUTPUT/html
0 commit comments