compas-dev / compas_view2

Standalone viewer for COMPAS
https://compas.dev/compas_view2/
MIT License
6 stars 8 forks source link

The serach engine in the website #182

Open ZacZhangzhuo opened 10 months ago

ZacZhangzhuo commented 10 months ago

Describe the bug image Maybe need @Licini for the fix :)

ZacZhangzhuo commented 10 months ago

similar to https://forum.compas-framework.org/t/search-engine-in-compas-view2/717

Licini commented 10 months ago

Yep this is a bug from the old sphinx template we were using, we will migrate all doc sites to sphinx_book_theme, you can take a look at: https://compas.dev/compas/latest/reference/index.html https://compas.dev/compas_ifc/latest/index.html

And https://github.com/compas-dev/compas_ifc/blob/main/docs/conf.py for how it is setup, this will be a work we need to do for all compas_extensions soon

Licini commented 9 months ago

Even though we are going to migrate to a new repo, but would still be nice that we fix the docs site at this one for a last stable release. @ZacZhangzhuo , since now you are already very familiar with our docs generation. Could you take a look at the compas_ifc repo as a reference for using sphinx_book theme? The code change needed is actually pretty small.