From 67d17971b8e262280682884e3c7fc74a84365202 Mon Sep 17 00:00:00 2001 From: trchudley Date: Tue, 15 Oct 2024 18:25:00 +0100 Subject: [PATCH] final editor comments #40 --- README.md | 2 +- docs/.readthedocs.yaml | 2 +- docs/{environment.yml => readthedocs_conda_env.yml} | 9 ++++----- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) rename docs/{environment.yml => readthedocs_conda_env.yml} (71%) diff --git a/README.md b/README.md index f48f548..d329e7c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The latest release of pdemtools can installed using `conda`: $ conda install pdemtools -c conda-forge ``` -Please visit the [pDEMtools readthedocs](https://pdemtools.readthedocs.io/en/latest/index.html) for more information on installing, using, and contributing to pDEMtools. +Please visit the [pDEMtools readthedocs](https://pdemtools.readthedocs.io/) for more information on installing, using, and contributing to pDEMtools. ## Cite diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index bef7a0a..5998c2e 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -37,4 +37,4 @@ python: # setup_py_install: true conda: - environment: docs/environment.yml \ No newline at end of file + environment: docs/readthedocs_conda_env.yml \ No newline at end of file diff --git a/docs/environment.yml b/docs/readthedocs_conda_env.yml similarity index 71% rename from docs/environment.yml rename to docs/readthedocs_conda_env.yml index 028fade..73e89b6 100644 --- a/docs/environment.yml +++ b/docs/readthedocs_conda_env.yml @@ -17,8 +17,7 @@ dependencies: - shapely - pyarrow - sphinx==7.2.6 - - myst-parser - - nbsphinx - - nbsphinx-link - # - sphinx-rtd-theme - - sphinx-book-theme + - myst-parser==4.0.0 + - nbsphinx==0.9.5 + - nbsphinx-link==1.3.0 + - sphinx-book-theme==1.1.3 diff --git a/pyproject.toml b/pyproject.toml index 975ec7a..d0a5a2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ text = "MIT" [project.urls] Homepage = "https://github.com/trchudley/pdemtools" -Documentation = "https://pdemtools.readthedocs.io/en/latest/" +Documentation = "https://pdemtools.readthedocs.io/" Repository = "https://github.com/trchudley/pdemtools" Issues = "https://github.com/trchudley/pdemtools/issues"