From: Carol Willing Date: Fri, 30 Mar 2018 13:36:40 +0000 (-0400) Subject: Merge pull request #89 from willingc/doc-conda X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/2ad642754b531d4fd42829966e84ee0ac435257e?hp=fa159bb3576b0d8a79eb4a93f13b38c29adbcfa0 Merge pull request #89 from willingc/doc-conda use conda for readthedocs --- diff --git a/docs/environment.yml b/docs/environment.yml new file mode 100644 index 0000000..a60f92c --- /dev/null +++ b/docs/environment.yml @@ -0,0 +1,9 @@ +name: black_docs +channels: + - conda-forge +dependencies: +- python>=3.6 +- Sphinx==1.7.2 +- pip: + - recommonmark==0.4.0 + - git+https://git@github.com/ambv/black.git diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 0000000..bd33c28 --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,6 @@ +name: jupyterhub +type: sphinx +conda: + file: docs/environment.yml +python: + version: 3