Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
version: 2

build:
apt_packages:
- graphviz
os: ubuntu-22.04
tools:
python: "3.10"
jobs:

post_checkout:
- git fetch --unshallow || true
pre_install:
- git update-index --assume-unchanged .rtd-environment.yml docs/conf.py
- git update-index --assume-unchanged docs/conf.py

sphinx:
builder: html
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
An interactive animation framework for matplotlib
------------------------------------------------
-------------------------------------------------

This is for creating interactive animations with matplotlib.
It is designed to handle N-dimensional data, and can be used to create animations.
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license_file = LICENSE.rst
url = https://sunpy.org
description = An interactive animation framework for matplotlib
long_description = file: README.rst
long_description_content_type = text/x-rst

[options]
zip_safe = False
Expand Down