Skip to content

Commit

Permalink
rtd: fix config file
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Sep 11, 2024
1 parent 065f80d commit 363039e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
version: 2
formats: all
conda:
environment: environment.yml
build:
os: ubuntu-22.04

tools:
python: "3.11"

apt_packages:
- libpango1.0-dev

python:
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
path: .

formats: all
10 changes: 10 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
furo==2021.3.20b30
sphinx==3.4.1
jinja2==2.11.2
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
sphinxext-opengraph==0.3.1

0 comments on commit 363039e

Please sign in to comment.