Skip to content

Commit

Permalink
fixed doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-besch committed Oct 30, 2021
1 parent 7056658 commit 75c1e70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# sys.path.insert(0, os.path.abspath('.'))
from pathlib import Path

import manim_editor
# import manim_editor


# -- Project information -----------------------------------------------------
Expand All @@ -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 ---------------------------------------------------
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 75c1e70

Please sign in to comment.