From 89b2a84f1791cffff5f4c8e419cd582515099c84 Mon Sep 17 00:00:00 2001 From: Robin De Schepper Date: Tue, 12 Dec 2023 18:38:20 +0100 Subject: [PATCH] update conf and project URL --- .readthedocs.yml => .readthedocs.yaml | 11 ++++++----- README.md | 4 ++-- docs/source/index.rst | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) rename .readthedocs.yml => .readthedocs.yaml (75%) diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 75% rename from .readthedocs.yml rename to .readthedocs.yaml index 3d56165..ea284da 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yaml @@ -1,19 +1,20 @@ -# .readthedocs.yml +# .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py -# Optionally build your docs in additional formats such as PDF and ePub -formats: singlehtml - # Optionally set the version of Python and requirements required to build your docs python: - version: 3.9 install: - requirements: docs/requirements.txt diff --git a/README.md b/README.md index 2334f42..d9a2c6f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ [![Build Status](https://github.com/dbbs-lab/glia/actions/workflows/main.yml/badge.svg)](https://github.com/dbbs-lab/glia) [![codecov](https://codecov.io/gh/dbbs-lab/glia/branch/main/graph/badge.svg)](https://codecov.io/gh/dbbs-lab/glia) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) -[![Documentation Status](https://readthedocs.org/projects/nrn-glia/badge/?version=latest)](https://nrn-glia.readthedocs.io/en/latest/) +[![Documentation Status](https://readthedocs.org/projects/nrn-glia/badge/?version=latest)](https://nmodl-glia.readthedocs.io/en/latest/) # Glia: NMODL asset manager -View the online documentation at [https://nrn-glia.readthedocs.io/en/latest/](https://nrn-glia.readthedocs.io/en/latest/) \ No newline at end of file +View the online documentation at [https://nmodl-glia.readthedocs.io/en/latest/](https://nmodl-glia.readthedocs.io/en/latest/) \ No newline at end of file diff --git a/docs/source/index.rst b/docs/source/index.rst index 6b9e671..3c68cbc 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -16,7 +16,7 @@ Welcome to Glia Packet Manager's documentation! :alt: Black Formatting .. image:: https://readthedocs.org/projects/nrn-glia/badge/?version=latest - :target: https://nrn-glia.readthedocs.io/en/latest/?badge=latest + :target: https://nmodl-glia.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. toctree::