Skip to content

Commit

Permalink
Fix docs build (#176)
Browse files Browse the repository at this point in the history
* Update rtfd config file

* Remove broken status badge
  • Loading branch information
mdpiper authored Oct 22, 2024
1 parent 11520d6 commit c0544b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
16 changes: 5 additions & 11 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 2 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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




0 comments on commit c0544b6

Please sign in to comment.