From 4659a6c18c8a91b6e2a92b5836d5b613d4015839 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Fri, 17 Nov 2023 12:30:18 -0800 Subject: [PATCH] FIx RTD --- .readthedocs.yml | 5 ++++- README.rst | 2 +- setup.cfg | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 159ffab..1f7666d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -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 diff --git a/README.rst b/README.rst index f6014cf..d23bbfe 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/setup.cfg b/setup.cfg index 39b80d5..78caf6d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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