mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-11-01 02:28:05 +00:00
docs: separate out dependencies
The intention is to separate "stuff that's needed by this package" from "stuff that's needed to build the docs". Change-Id: I7baf27e6f814880ea241ccbd3de4b87a6e7c4d1b
This commit is contained in:
@@ -2,3 +2,4 @@ build:
|
||||
image: latest
|
||||
python:
|
||||
version: 3.8
|
||||
requirements_file: docs/requirements.txt
|
||||
|
||||
6
docs/requirements.txt
Normal file
6
docs/requirements.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
alabaster>=0.7.12,<1
|
||||
docutils>=0.15.2,<1
|
||||
Pygments>=2.7.4,<3
|
||||
rstcheck
|
||||
Sphinx>=3.5.0,<4
|
||||
sphinxcontrib-bibtex>=0.4.2,<1
|
||||
@@ -1,12 +1,7 @@
|
||||
alabaster>=0.7.12,<1
|
||||
docutils==0.15.2
|
||||
matplotlib>=3.3.3,<4
|
||||
networkx>=2.5,<3
|
||||
numpy>=1.19.4,<2
|
||||
pandas>=1.1.5,<2
|
||||
pbr>=5.5.1,<6
|
||||
Pygments>=2.7.4,<3
|
||||
scipy>=1.5.4,<2
|
||||
Sphinx>=3.5.0,<4
|
||||
sphinxcontrib-bibtex>=0.4.2,<1
|
||||
xlrd>=1.2.0,<2
|
||||
|
||||
Reference in New Issue
Block a user