Skip to content

Commit

Permalink
update config file for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Frozenmad committed Dec 1, 2020
1 parent 85db320 commit 9a5b74d
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

formats:
- pdf

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.6
install:
- requirements: docs/requirements.txt
- method: pip
path: .
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,6 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ['_static']

master_doc = 'index'
22 changes: 22 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
bayesian-optimization
chocolate
dill
hyperopt
lightgbm
networkx
numpy
netlsd
ogb
psutil
pyyaml
requests
scikit-learn
scipy
tabulate
https://download.pytorch.org/whl/cpu/torch-1.7.0%2Bcpu-cp36-cp36m-linux_x86_64.whl
https://pytorch-geometric.com/whl/torch-1.7.0/torch_cluster-1.5.8%2Bcpu-cp36-cp36m-linux_x86_64.whl
https://pytorch-geometric.com/whl/torch-1.7.0/torch_scatter-2.0.5%2Bcpu-cp36-cp36m-linux_x86_64.whl
https://pytorch-geometric.com/whl/torch-1.7.0/torch_sparse-0.6.8%2Bcpu-cp36-cp36m-linux_x86_64.whl
https://pytorch-geometric.com/whl/torch-1.7.0/torch_spline_conv-1.2.0%2Bcpu-cp36-cp36m-linux_x86_64.whl
torch-geometric
tqdm

0 comments on commit 9a5b74d

Please sign in to comment.