Skip to content

Commit

Permalink
Merge pull request GAA-UAM#584 from GAA-UAM/feature/remove_requiremen…
Browse files Browse the repository at this point in the history
…t_files

Remove useless requirement files.
  • Loading branch information
vnmabus authored Oct 13, 2023
2 parents 4ebf2b6 + d922851 commit 4fe909c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 24 deletions.
2 changes: 1 addition & 1 deletion binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r ../readthedocs-requirements.txt
scikit-fda[docs]
jupytext
sphinx-gallery<=0.7.0
.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,21 @@ dependencies = [
]

[project.optional-dependencies]
docs = [
"basemap",
"basemap-data",
"basemap-data-hires",
"ipykernel",
"jupyter-sphinx",
"myst-parser",
"pillow",
"pydata-sphinx-theme",
"pytest",
"setuptools>=41.2",
"sphinx>=3",
"sphinx-gallery",
"sphinxcontrib-bibtex",
]
test = [
"pytest",
"pytest-env",
Expand Down
14 changes: 0 additions & 14 deletions readthedocs-requirements.txt

This file was deleted.

5 changes: 3 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ sphinx:
# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: readthedocs-requirements.txt
- method: pip
path: .
path: .
extra_requirements:
- docs
7 changes: 0 additions & 7 deletions requirements.txt

This file was deleted.

0 comments on commit 4fe909c

Please sign in to comment.