diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7f15c4e6..c524d59c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,9 +1,9 @@ version: 2 build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: "3.9" + python: "3.12" sphinx: configuration: docs/conf.py diff --git a/README.md b/README.md index 30ec2a17..a1fadcea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -[![Documentation](https://readthedocs.org/projects/pippin/badge/?version=latest)](https://pippin.readthedocs.io/en/latest/?badge=latest) [![JOSS](https://joss.theoj.org/papers/10.21105/joss.02122/status.svg)](https://doi.org/10.21105/joss.02122) [![Zenodo](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.366608-blue)](https://zenodo.org/badge/latestdoi/162215291) [![GitHub license](https://img.shields.io/badge/License-MIT-green)](https://github.com/dessn/Pippin/blob/master/LICENSE) @@ -6,17 +5,11 @@ ![Python Version](https://img.shields.io/badge/Python-3.7%2B-red) ![Pippin Test](https://github.com/dessn/Pippin/actions/workflows/test-pippin.yml/badge.svg) - - # Pippin - Pippin - a pipeline designed to streamline and remove as much hassle as we can when running end-to-end supernova cosmology analyses. -The (work in progress) docs can be found [here](https://pippin.readthedocs.io/en/latest/index.html). - - ## Table of Contents diff --git a/docs/conf.py b/docs/conf.py index 5c78d94c..603c7c7c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,8 +30,6 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - 'sphinx_rtd_theme', - 'sphinx.ext.autosectionlabel' ] # Add any paths that contain templates here, relative to this directory. @@ -48,7 +46,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'sphinx_rtd_theme' +html_theme = 'alabaster' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, diff --git a/docs/requirements.txt b/docs/requirements.txt index 9d1272de..8320f191 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1 @@ -sphinx==4.2.0 -sphinx_rtd_theme==1.0.0 -readthedocs-sphinx-search==0.1.1 +sphinx==8.0.2