Thanks to visit codestin.com Credit goes to github.com
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 e513c17 commit d64831aCopy full SHA for d64831a
1 file changed
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