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 76d4a3e commit f09213dCopy full SHA for f09213d
doc/devel/release_guide.rst
@@ -345,7 +345,7 @@ build the docs from the ``ver-doc`` branch. An easy way to arrange this is::
345
pip install -r requirements/doc/doc-requirements.txt
346
git checkout v2.0.0-doc
347
git clean -xfd
348
- make -Cdoc O="-Ainclude_analytics=True -j$(nproc)" html latexpdf LATEXMKOPTS="-silent -f"
+ make -Cdoc O="-t release -j$(nproc)" html latexpdf LATEXMKOPTS="-silent -f"
349
350
which will build both the html and pdf version of the documentation.
351
0 commit comments