Skip to content

Commit 79fdb09

Browse files
committed
DOC: State approximate documentation build time
Since the doc build takes very long, an order-of-magnitude estimate is helpful to manage expectations. I'm not wedded to the actual numbers, if somebody has better suggestions. A quick test on an old i7 6700 (from 2015) yielded - `O=-j1`: 23min - `O=-j4`: 15min Doc build on CI is around 18min.
1 parent efcca8d commit 79fdb09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/devel/document.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ used. To build the documentation in html format, cd into :file:`doc/` and run:
6464
6565
make html
6666
67+
.. note::
68+
69+
Since the documentation is very large, the first build may take 10-20 minutes,
70+
depending on your machine. Subsequent builds will be faster.
71+
6772
Other useful invocations include
6873

6974
.. code-block:: sh

0 commit comments

Comments
 (0)