Skip to content

Commit

Permalink
final editor comments #40
Browse files Browse the repository at this point in the history
  • Loading branch information
trchudley committed Oct 15, 2024
1 parent 39208f5 commit 67d1797
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ python:
# setup_py_install: true

conda:
environment: docs/environment.yml
environment: docs/readthedocs_conda_env.yml
9 changes: 4 additions & 5 deletions docs/environment.yml → docs/readthedocs_conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 67d1797

Please sign in to comment.