You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fake.binary(length=1048576) generate too huge binary data but it is useless at docs build time.
I tested two case, 1048576 and 1024.
(faker) [item4@item4-mbp docs]$ echo"1048576"1048576(faker) [item4@item4-mbp docs]$ time make htmlsphinx-build -b html -d _build/doctrees . _build/htmlRunning Sphinx v1.4.8loading pickled environment... donebuilding [mo]: targets for 0 po files that are out of datebuilding [html]: targets for 61 source files that are out of dateupdating environment: 0 added, 61 changed, 0 removedreading sources... [100%] providers/faker.providers.user_agentlooking for now-outdated files... none foundpickling environment... donechecking consistency... donepreparing documents... donewriting output... [100%] providers/faker.providers.user_agentgenerating indices... genindexwriting additional pages... searchcopying static files... WARNING: html_static_path entry '/Users/item4/Projects/faker/docs/_static' does not existdonecopying extra files... donedumping search index in English (code: en) ... donedumping object inventory... donebuild succeeded, 1 warning.Build finished. The HTML pages are in _build/html.real 3m24.875suser 3m3.222ssys 0m10.986s(faker) [item4@item4-mbp docs]$ echo"1024"1024(faker) [item4@item4-mbp docs]$ time make htmlsphinx-build -b html -d _build/doctrees . _build/htmlRunning Sphinx v1.4.8loading pickled environment... donebuilding [mo]: targets for 0 po files that are out of datebuilding [html]: targets for 61 source files that are out of dateupdating environment: 0 added, 61 changed, 0 removedreading sources... [100%] providers/faker.providers.user_agentlooking for now-outdated files... none foundpickling environment... donechecking consistency... donepreparing documents... donewriting output... [100%] providers/faker.providers.user_agentgenerating indices... genindexwriting additional pages... searchcopying static files... WARNING: html_static_path entry '/Users/item4/Projects/faker/docs/_static' does not existdonecopying extra files... donedumping search index in English (code: en) ... donedumping object inventory... donebuild succeeded, 1 warning.Build finished. The HTML pages are in _build/html.real 0m46.086suser 0m43.772ssys 0m1.479s
Does docs really need 1048576 length binary?
The text was updated successfully, but these errors were encountered:
fake.binary(length=1048576)
generate too huge binary data but it is useless at docs build time.I tested two case, 1048576 and 1024.
Does docs really need 1048576 length binary?
The text was updated successfully, but these errors were encountered: