Skip to content

Commit

Permalink
add explicit readthedocs config file (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiliin authored Dec 21, 2023
1 parent d9ffa14 commit e1b80db
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: ubuntu-22.04
tools:
python: "2.7"

sphinx:
configuration: documentation/conf.py

formats: all

python:
install:
- requirements: documentation/requirements.txt
9 changes: 9 additions & 0 deletions documentation/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pillow
mock==1.0.1
alabaster>=0.7,<0.8,!=0.7.5
commonmark==0.9.1
recommonmark==0.5.0
sphinx<2
sphinx-rtd-theme<0.5
readthedocs-sphinx-ext<2.3
jinja2<3.1.0

0 comments on commit e1b80db

Please sign in to comment.