Files
concrete/docs/_templates/versions.html
Arthur Meyre eb54cec065 docs(ci): manage versions.html
- create generate_versions_html.py
- update workflow to be able to push pre-releases on preprod server

closes #738
2021-10-29 14:15:34 +02:00

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>