Skip to content

Commit

Permalink
Merge pull request #199 from pysat/sty/rtd
Browse files Browse the repository at this point in the history
MAINT: update installs for RTD
  • Loading branch information
jklenzing authored Aug 2, 2023
2 parents 6050334 + f851a99 commit d5cf79a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ sphinx:
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- doc
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## [0.X.X] - 2023-XX-XX
* Maintenance
* Implemented unit tests for cleaning warnings
* Use pip install for readthedocs

## [0.0.5] - 2023-06-27
* New Instruments
Expand Down
5 changes: 0 additions & 5 deletions docs/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ doc = [
"m2r2",
"numpydoc",
"sphinx",
"sphinx_rtd_theme"
"sphinx_rtd_theme >= 1.2.2"
]

[project.urls]
Expand Down

0 comments on commit d5cf79a

Please sign in to comment.