aheev commented on issue #13661: URL: https://github.com/apache/iceberg/issues/13661#issuecomment-3116562296
For me, it's taking 2-3 mins consistently. I think it's only building the changes. `--dirty` flag [takes care](https://github.com/nsidc/earthaccess/issues/545#issuecomment-3001853766) of that ``` INFO - Doc file 'docs/nightly/docs/branching.md' contains a link 'spark-queries.md#time-travel', but the doc 'docs/nightly/docs/spark-queries.md' does not contain an anchor '#time-travel'. INFO - Doc file 'docs/nightly/docs/branching.md' contains a link 'flink-queries.md#reading-branches-and-tags-with-SQL', but the doc 'docs/nightly/docs/flink-queries.md' does not contain an anchor '#reading-branches-and-tags-with-SQL'. INFO - Doc file 'docs/nightly/docs/nessie.md' contains a link 'flink.md#custom-catalog', but the doc 'docs/nightly/docs/flink.md' does not contain an anchor '#custom-catalog'. INFO - Doc file 'docs/nightly/docs/nessie.md' contains a link 'flink.md#preparation-when-using-flinks-python-api', but the doc 'docs/nightly/docs/flink.md' does not contain an anchor '#preparation-when-using-flinks-python-api'. INFO - Documentation built in 116.80 seconds ``` once served, the changes are only built on-the-go ``` WARNING - A reference to 'docs/1.4.3/../../javadoc/1.4.3' is included in the 'nav' configuration, which is not found in the documentation files. WARNING - A reference to 'docs/1.4.2/../../javadoc/1.4.2' is included in the 'nav' configuration, which is not found in the documentation files. WARNING - A reference to 'docs/1.4.1/../../javadoc/1.4.1/' is included in the 'nav' configuration, which is not found in the documentation files. WARNING - A reference to 'docs/1.4.0/../../javadoc/1.4.0/' is included in the 'nav' configuration, which is not found in the documentation files. INFO - Documentation built in 36.38 seconds INFO - [11:49:38] Reloading browsers ``` Using `PopOs`, `Python 3.10.12` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
