Skip to content
Snippets Groups Projects
Commit e3cc07b3 authored by Nikolay Ivanov's avatar Nikolay Ivanov
Browse files

changes to the readthedocs build recipe

parent 77af4be5
No related branches found
No related tags found
No related merge requests found
name: rst
channels:
- conda-forge
- defaults
channel_priority: strict
dependencies:
- cython
- python=3.7
......@@ -12,4 +14,8 @@ dependencies:
- sphinx
- sphinx_rtd_theme
- mock
- pillow
\ No newline at end of file
- pillow
- pip
- pip:
- recommonmark
- readthedocs-sphinx-ext
\ No newline at end of file
name: rst
channels:
- conda-forge
- defaults
channel_priority: strict
dependencies:
- cython
- python=3.7
......
......@@ -10,4 +10,10 @@ sphinx:
configuration: docs/conf.py
conda:
environment: docs/rtd_environment.yml
\ No newline at end of file
environment: docs/rtd_environment.yml
python:
version: 3.7
install:
- method: setuptools
path: .
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment