From 75c1e70b729241593c23ee09577743f17ea1afbc Mon Sep 17 00:00:00 2001 From: christopher-besch Date: Sat, 30 Oct 2021 19:06:55 +0200 Subject: [PATCH] fixed doc build --- docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 63956dd0..137413be 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,7 +15,7 @@ # sys.path.insert(0, os.path.abspath('.')) from pathlib import Path -import manim_editor +# import manim_editor # -- Project information ----------------------------------------------------- @@ -25,7 +25,7 @@ author = 'Christopher Besch' # The full version, including alpha/beta/rc tags -release = manim_editor.get_config().VERSION +release = "v0.1.2" # -- General configuration --------------------------------------------------- @@ -53,7 +53,7 @@ html_theme = 'furo' html_favicon = str(Path("_static/favicon.png")) -html_title = f"Manim Editor v{manim_editor.get_config().VERSION}" +html_title = f"Manim Editor v0.1.2" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,