Skip to content

Commit

Permalink
Readthedocs config changed (#191)
Browse files Browse the repository at this point in the history
* File moved

* updated to v2 compatibility

* py3.8 environment specified

* sphinx requirements versions updated

* python environment configured
  • Loading branch information
PennyHow authored Oct 4, 2023
1 parent 1491856 commit 02b32a9
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 10 deletions.
22 changes: 22 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.8"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
4 changes: 3 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ eccodes
numpy>=1.23.0
pandas>=1.5.0
pyDataverse
readthedocs-sphinx-search==0.1.1
scikit-learn>=1.1.0
scipy>=1.9.0
sphinx_rtd_theme
sphinx==5.3.0
sphinx_rtd_theme==1.1.1
toml
urllib3<2
xarray>=2022.6.0
9 changes: 0 additions & 9 deletions readthedocs.yaml

This file was deleted.

0 comments on commit 02b32a9

Please sign in to comment.