Skip to content

Commit

Permalink
FIx RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Nov 17, 2023
1 parent 20ce0b3 commit 4659a6c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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

0 comments on commit 4659a6c

Please sign in to comment.