Skip to content

Commit 6c0c05b

Browse files
committed
Adding pip requirements for RTD build in proper format
1 parent 4356839 commit 6c0c05b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pipreqs.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1-
pip install sphinx-bootstrap-theme==0.6.0
2-
pip install sphinxcontrib-fulltoc==1.2.0
1+
#
2+
####### pipreqs.txt #######
3+
#
4+
###### Requirements without Version Specifiers ######
5+
#
6+
###### Requirements with Version Specifiers ######
7+
#
8+
#docopt == 0.6.1 # Version Matching. Must be version 0.6.1
9+
#keyring >= 4.1.1 # Minimum version 4.1.1
10+
#coverage != 3.5 # Version Exclusion. Anything except v
11+
sphinxcontrib-fulltoc == 1.2.0
12+
sphinx-bootstrap-theme == 0.6.0

0 commit comments

Comments
 (0)