Skip to content

Commit

Permalink
added readthedocs yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
prasad-sawantdesai committed Jan 17, 2025
1 parent f4ae1ef commit 2970b86
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
23 changes: 23 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.11"
jobs:
post_checkout:
- git fetch --unshallow || true

python:
install:
- method: pip
path: .
extra_requirements:
- docs
- netcdf
- h5py

sphinx:
builder: html
configuration: docs/source/conf.py
fail_on_warning: false
2 changes: 1 addition & 1 deletion docs/source/imas_architecture.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
imas-python Architecture
imas-python architecture
========================

This document provides a brief overview of the components of imas-python, grouped into
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
define TOC here, but it'll be put in the sidebar by the theme
==================
imas-python Manual
imas-python manual
==================

imas-python is a pure-python library to handle arbitrarily nested
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "imas-python"
authors = [
{name = "imas-python Developers"},
{name = "imas-python developers"},
{name = "Olivier Hoenen", email = "[email protected]"},
]
description = "Pythonic wrappers for the IMAS Access Layer"
Expand Down Expand Up @@ -78,6 +78,7 @@ docs = [
"sphinx-click",
]

# TODO enable when imas-core is available on pypi
# imas-core = [ "imas-core@git+https://github.com/iterorganization/imas-core.git@main" ]

netcdf = [
Expand Down

0 comments on commit 2970b86

Please sign in to comment.