From 493ada1617c8415e807d8efcc01be0c2ba670e0e Mon Sep 17 00:00:00 2001 From: David Ketcheson Date: Sat, 5 Oct 2019 20:01:30 +0300 Subject: [PATCH] More fiddling with readthedocs setup. --- .readthedocs.yml | 9 +++++---- doc/environment.yml | 14 -------------- doc/requirements.txt | 1 + 3 files changed, 6 insertions(+), 18 deletions(-) delete mode 100644 doc/environment.yml create mode 100644 doc/requirements.txt diff --git a/.readthedocs.yml b/.readthedocs.yml index 25f1685..6895ce8 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,9 +4,10 @@ version: 2 sphinx: configuration: doc/conf.py -conda: - environment: doc/environment.yml - python: version: 3.7 - pip_install: true + system_packages: true + install: + - path: . + - requirements: doc/requirements.txt + - requirements: requirements.txt diff --git a/doc/environment.yml b/doc/environment.yml deleted file mode 100644 index dbaebff..0000000 --- a/doc/environment.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: nodepy - -channels: - - anaconda - -dependencies: - - python==3.7 - - pip: - - matplotlib - - pyyaml - - sphinxcontrib-bibtex - - networkx - - numpy - - sympy diff --git a/doc/requirements.txt b/doc/requirements.txt new file mode 100644 index 0000000..ef36add --- /dev/null +++ b/doc/requirements.txt @@ -0,0 +1 @@ +sphinxcontrib-bibtex