Skip to content

Commit

Permalink
update conf and project URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed Dec 12, 2023
1 parent 1e7b9bb commit 89b2a84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .readthedocs.yml → .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)
View the online documentation at [https://nmodl-glia.readthedocs.io/en/latest/](https://nmodl-glia.readthedocs.io/en/latest/)
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 89b2a84

Please sign in to comment.