Skip to content

Commit

Permalink
Use conda doc building sys instead of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
marimeireles committed Oct 5, 2020
1 parent e46b6eb commit c6ea63a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/doc_environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ipycytoscape
channels:
- conda-forge
dependencies:
- ipycytoscape>=1.0.3
- jupyterlab=2
- nodejs
- networkx
- pandas
- sphinx
- sphinx-copybutton
- jupyter_sphinx
- sphinx_rtd_theme
- nbsphinx
- nbsphinx-link
13 changes: 13 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: ipycytoscape_docs
channels:
- conda-forge
dependencies:
- python=3.6
- ipycytoscape=1.0.3
- nbsphinx-link
- sphinx
- sphinx-copybutton
- jupyter_sphinx
- sphinx_rtd_theme
- nbsphinx
- nbsphinx-link
9 changes: 9 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< Updated upstream
version: 2
python:
version: 3.7
Expand All @@ -10,3 +11,11 @@ python:
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
=======
conda:
file: docs/environment.yml

conda:
environment: docs/doc_environmnent.yml

>>>>>>> Stashed changes

0 comments on commit c6ea63a

Please sign in to comment.