dash-docs icon indicating copy to clipboard operation
dash-docs copied to clipboard

Local docs do not match production docs

Open akmorrow13 opened this issue 4 years ago • 2 comments

If you pull this repo and run the local docs with while true; do IGNORE_DASH_BIO=true python index.py; sleep 2; done, they do not match the production docs. For example, the production igv example shows interactive examples of igv, while the same page on local docs is just "Reference & Documentation".

How do you build these docs locally so you can see the examples?

akmorrow13 avatar Mar 20 '21 17:03 akmorrow13

Additionally, when trying to build from a local dash_bio repository, after running gunicorn --preload index:server, the following error occurs:

dash.exceptions.DependencyException: "dash_bio" is registered but the path requested is not valid.
The path requested: "vendors~igv.js"

How does one register a local dash-bio build to be used the docs?

akmorrow13 avatar Mar 20 '21 18:03 akmorrow13

Have you tried running this:

chmod u+x web.sh && ./web.sh

(it's from the procfile)

xhluca avatar Apr 07 '21 01:04 xhluca