Skip to content

Commit

Permalink
chore(docs): use RTD (#365)
Browse files Browse the repository at this point in the history
* chore(docs): use RTD

* chore(ci): remove pages deployment
  • Loading branch information
jeertmans authored Jan 31, 2024
1 parent 186badb commit b17fd54
Show file tree
Hide file tree
Showing 5 changed files with 354 additions and 440 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
current_version = 5.1.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-rc{release}
{major}.{minor}.{patch}
commit = True
Expand Down
97 changes: 0 additions & 97 deletions .github/workflows/pages.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: '3.10'
apt_packages:
- libpango1.0-dev
- ffmpeg
jobs:
post_install:
- ipython kernel install --name "manim-slides" --user
sphinx:
configuration: docs/source/conf.py
python:
install:
- method: pip
path: .
extra_requirements:
- docs
- magic
- sphinx-directive
Loading

0 comments on commit b17fd54

Please sign in to comment.