We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186badb commit b17fd54Copy full SHA for b17fd54
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
current_version = 5.1.0
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
4
-serialize =
+serialize =
5
{major}.{minor}.{patch}-rc{release}
6
{major}.{minor}.{patch}
7
commit = True
.github/workflows/pages.yml
.readthedocs.yaml
@@ -0,0 +1,21 @@
+version: 2
+build:
+ os: ubuntu-22.04
+ tools:
+ python: '3.10'
+ apt_packages:
+ - libpango1.0-dev
8
+ - ffmpeg
9
+ jobs:
10
+ post_install:
11
+ - ipython kernel install --name "manim-slides" --user
12
+sphinx:
13
+ configuration: docs/source/conf.py
14
+python:
15
+ install:
16
+ - method: pip
17
+ path: .
18
+ extra_requirements:
19
+ - docs
20
+ - magic
21
+ - sphinx-directive
0 commit comments