How to switch different doc version?
https://oneapi-src.github.io/oneDNN/ is always the latest docs. If I want to read the old one, how to switch it?
@alanzhai219, docs for previous versions are available in vX.Y folders. For example, oneDNN v3.0 documentation is published at https://oneapi-src.github.io/oneDNN/v3.0.
We are not publishing documentations for versions prior to v3.0, so the only option there is building from source.
@vpirogov Thanks. vX.Y works. It looks like an implicit website for customers. Would you be willing to add an explicit switch button? It should be very user-friendly.
@alanzhai219, this was my dream for a while. Just need someone who can make this happen in Sphinx.
@vpirogov That's great. Listen to and evaluate developers' suggestions. Polish your projects.
Hi, I would like to help in implementing this button to switch documentation versions, if that's posible
@alektebel, this would be great.
Complete source code for oneDNN documentation is sitting in /doc directory. Build instructions are included in the developer guide.