Skip to content

Commit b17fd54

Browse files
authored
chore(docs): use RTD (#365)
* chore(docs): use RTD * chore(ci): remove pages deployment
1 parent 186badb commit b17fd54

File tree

5 files changed

+354
-440
lines changed

5 files changed

+354
-440
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
current_version = 5.1.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
4-
serialize =
4+
serialize =
55
{major}.{minor}.{patch}-rc{release}
66
{major}.{minor}.{patch}
77
commit = True

.github/workflows/pages.yml

Lines changed: 0 additions & 97 deletions
This file was deleted.

.readthedocs.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
build:
3+
os: ubuntu-22.04
4+
tools:
5+
python: '3.10'
6+
apt_packages:
7+
- 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

Comments
 (0)