-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add dependency breadcrumbs * update .readthedocs.yml s.t. plamsapy_sphinx[docs] is used to install dependencies * remove environment.yml * clean format
- Loading branch information
Showing
9 changed files
with
30 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ sphinx: | |
|
||
python: | ||
install: | ||
- requirements: requirements/docs.txt | ||
- method: pip | ||
path: . | ||
extra_requirements: | ||
- docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# all dependencies required to build, run, test, and document plasmapy_sphinx | ||
# * look to the specific requirements/*.txt for specific needs | ||
# * this will mimic `pip install plasmapy[developer]` (excluding plasmapy) | ||
# | ||
-r requirements/build.txt | ||
-r requirements/install.txt | ||
-r requirements/tests.txt | ||
-r requirements/docs.txt | ||
-r requirements/extras.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# these are dependencies required to build the package distribution for installation | ||
# ought to mirror 'build-system.requires' under in pyproject.toml | ||
# these are dependencies required to build the package distribution for | ||
# installation | ||
# | ||
# ought to mirror [build-system.requires] under in pyproject.toml | ||
# | ||
setuptools >= 41.2 | ||
setuptools_scm | ||
wheel >= 0.29.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters