mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
- create generate_versions_html.py - update workflow to be able to push pre-releases on preprod server closes #738
29 lines
634 B
HTML
29 lines
634 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<link href="stable/_static/css/zama.css" rel="stylesheet" type="text/css"/>
|
|
<link href="_static/favicon.ico" rel="icon"/>
|
|
</head>
|
|
<body>
|
|
<div class="wy-nav-content">
|
|
<div class="rst-content">
|
|
<h1>
|
|
ConcreteFHE Documentation
|
|
</h1>
|
|
<div class="toctree-wrapper compound">
|
|
<p class="caption">
|
|
<span class="caption-text">
|
|
Pick a version
|
|
</span>
|
|
</p>
|
|
<ul id="versions-list">
|
|
<li class="toctree-l1">
|
|
<a class="reference internal" href="stable/">stable</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|