Skip to content

Commit

Permalink
Add Paicos requirements to docs setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tberlok committed Nov 7, 2023
1 parent dfc168c commit ef1f283
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ build:
python: "3.12"
jobs:
pre_build:
- export PYTHONPATH=$PYTHONPATH:./
# - export PYTHONPATH=$PYTHONPATH:./
- make
- sphinx-apidoc -f -o docs/source .

# Build from the docs/ directory with Sphinx
Expand Down
7 changes: 7 additions & 0 deletions docs/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ ipython==8.16.1
sphinx-copybutton==0.5.2
sphinxcontrib-napoleon==0.7
autodoc==0.5.0

# Paicos requirements
astropy==5.3.4
scipy==1.11.3
numpy==1.26.0
Cython==3.0.3
h5py==3.9.0
22 changes: 21 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ alabaster==0.7.13
# via sphinx
appnope==0.1.3
# via ipython
astropy==5.3.4
# via -r requirements.in
asttokens==2.4.1
# via stack-data
attrs==23.1.0
Expand All @@ -30,6 +32,8 @@ certifi==2023.7.22
# via requests
charset-normalizer==3.3.2
# via requests
cython==3.0.3
# via -r requirements.in
decorator==5.1.1
# via
# autodoc
Expand All @@ -48,6 +52,8 @@ executing==2.0.1
# via stack-data
fastjsonschema==2.18.1
# via nbformat
h5py==3.9.0
# via -r requirements.in
idna==3.4
# via requests
imagesize==1.4.1
Expand Down Expand Up @@ -105,8 +111,16 @@ nbformat==5.9.2
# nbsphinx
nbsphinx==0.9.3
# via -r requirements.in
numpy==1.26.0
# via
# -r requirements.in
# astropy
# h5py
# pyerfa
# scipy
packaging==23.2
# via
# astropy
# nbconvert
# sphinx
pandocfilters==1.5.0
Expand All @@ -127,6 +141,8 @@ ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pyerfa==2.0.1.1
# via astropy
pygments==2.16.1
# via
# ipython
Expand All @@ -135,7 +151,9 @@ pygments==2.16.1
python-dateutil==2.8.2
# via jupyter-client
pyyaml==6.0.1
# via myst-parser
# via
# astropy
# myst-parser
pyzmq==25.1.1
# via jupyter-client
referencing==0.30.2
Expand All @@ -148,6 +166,8 @@ rpds-py==0.10.6
# via
# jsonschema
# referencing
scipy==1.11.3
# via -r requirements.in
six==1.16.0
# via
# asttokens
Expand Down

0 comments on commit ef1f283

Please sign in to comment.