mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
chore: rename package
- poetry lock required to update package name - related Makefile and licenses update to keep consistency (will be removed once the PyPi package is available) - modified compile_torch_model to only accept datasets with one input mypy error with better numpy typing hints appeared closes #1252
This commit is contained in:
@@ -21,7 +21,7 @@ project = 'Concrete Framework'
|
||||
copyright = '2021, Zama'
|
||||
author = 'Zama'
|
||||
description = 'Zama Concrete Framework'
|
||||
root_url = os.environ.get("DOC_ROOT_URL", "/concretefhe")
|
||||
root_url = os.environ.get("DOC_ROOT_URL", "/concrete-framework")
|
||||
root_url = root_url if root_url.endswith('/') else root_url + '/'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
@@ -71,7 +71,7 @@ html_theme = 'sphinx_zama_theme'
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
html_theme_options = {
|
||||
"github_url": "https://github.com/zama-ai/concretefhe",
|
||||
"github_url": "https://github.com/zama-ai/concrete-framework",
|
||||
"twitter_url": "https://twitter.com/zama_fhe",
|
||||
"icon_links": [{
|
||||
"name": "Discourse",
|
||||
|
||||
Reference in New Issue
Block a user