Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
#

# .readthedocs.yml
build:
image: stable
conda:
environment: doc/environment.yml
python:
version: 3.7

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
build:
os: ubuntu-22.04
tools:
python: "3.9"

sphinx:
configuration: doc/conf.py
configuration: doc/conf.py

python:
install:
- requirements: doc/requirements.txt
28 changes: 0 additions & 28 deletions doc/environment.yml

This file was deleted.

6 changes: 6 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sphinx==6.2.1
sphinx-rtd-theme==1.2.2
pillow==5.4.1
mock==1.0.1
commonmark==0.9.1
recommonmark==0.5.0