Skip to content

Commit 52177ad

Browse files
committed
requirements.txt: root requirements.txt imports requirements from docs/requirements.txt, docs/requirements.txt are package requirements specific to documentation
1 parent bbd1015 commit 52177ad

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

docs/requirements.txt

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1-
# Requirements without Version Specifiers
2-
h5py
3-
numpy
1+
# This file is part of the bapsflib package, a Python toolkit for the
2+
# BaPSF group at UCLA.
3+
#
4+
# http://plasma.physics.ucla.edu/
5+
#
6+
# Copyright 2017-2018 Erik T. Everson and contributors
7+
#
8+
# License: Standard 3-clause BSD; see "LICENSES/LICENSE.txt" for full
9+
# license terms and contributor agreement.
10+
#
11+
#
12+
# Sphinx/Documentation Requirements
13+
sphinx >= 1.7.2
14+
sphinx-rtd-theme >= 0.3.0

requirements.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
h5py >= 2.6
1414
numpy >= 1.7
1515
scipy >= 1.0.0
16-
sphinx >= 1.7.2
17-
sphinx-rtd-theme >= 0.3.0
16+
#
17+
# Add Sphinx/Documentation requirements
18+
-r docs/requirements.txt

0 commit comments

Comments
 (0)