From c0544b6874bd800e5f476a7e89de1139f18fcfe0 Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Tue, 22 Oct 2024 11:32:11 -0600 Subject: [PATCH] Fix docs build (#176) * Update rtfd config file * Remove broken status badge --- .readthedocs.yaml | 16 +++++----------- README.rst | 10 ++-------- 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index aa0d11fd..c4659777 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,24 +1,18 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + sphinx: builder: html configuration: docs/conf.py fail_on_warning: false -formats: - - htmlzip - python: - version: 3.8 install: - requirements: requirements-docs.txt - requirements: requirements.txt - method: pip path: . - system_packages: false - -conda: - environment: environment-docs.yml - -build: - image: latest diff --git a/README.rst b/README.rst index d61cddbb..02863d2f 100644 --- a/README.rst +++ b/README.rst @@ -3,8 +3,8 @@ The Python Modeling Toolkit (pymt) ================================== -|Build Status| |License| |Code Style| |Documentation Status| |Coverage Status| |Conda Version| -|Conda Installation| |Conda Downloads| |Binder| +|Build Status| |License| |Code Style| |Documentation Status| |Coverage Status| +|Conda Version| |Conda Downloads| |Binder| Quick links: @@ -80,13 +80,7 @@ The Community Surface Dynamics Modeling System (CSDMS)*. :target: https://coveralls.io/github/csdms/pymt?branch=master .. |Conda Version| image:: https://anaconda.org/conda-forge/pymt/badges/version.svg :target: https://anaconda.org/conda-forge/pymt -.. |Conda Installation| image:: https://anaconda.org/conda-forge/pymt/badges/installer/conda.svg - :target: https://conda.anaconda.org/conda-forge .. |Conda Downloads| image:: https://anaconda.org/conda-forge/pymt/badges/downloads.svg :target: https://anaconda.org/conda-forge/pymt .. |Binder| image:: https://static.mybinder.org/badge_logo.svg :target: https://static.mybinder.org/badge_logo.svg - - - -