diff --git a/docs/source/conf.py b/docs/source/conf.py index 664f499b..44c31583 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -8,7 +8,7 @@ import os import sys -project = "gfn" +project = "torchgfn" copyright = "2022, Salem Lahlou" author = "Salem Lahlou" diff --git a/requirements-docs.txt b/requirements-docs.txt new file mode 100644 index 00000000..089d7fa0 --- /dev/null +++ b/requirements-docs.txt @@ -0,0 +1,6 @@ +sphinx==5.3.0 +myst-parser==0.18.1 +sphinx_rtd_theme==1.1.1 +sphinx-math-dollar==1.2.1 +sphinx-autoapi==2.0.0 +renku-sphinx-theme \ No newline at end of file